MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / update

Method update

src/main/java/field/graphics/util/SaverFBO.java:111–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 @HiddenInAutocomplete
110 public IdempotencyMap<Consumer<ByteBuffer>> hooks = new IdempotencyMap<Consumer<ByteBuffer>>(Consumer.class);
111
112
113 @HiddenInAutocomplete
114 public void update() {
115 if (update(prefix, frameNumber, ".jpg")) frameNumber++;
116 }
117

Callers

nothing calls this directly

Calls 11

runHooksMethod · 0.95
newStorageMethod · 0.95
getImageMethod · 0.95
padMethod · 0.95
makeWorkerMethod · 0.95
getMethod · 0.65
executeMethod · 0.65
sizeMethod · 0.45
printlnMethod · 0.45
removeMethod · 0.45
addMethod · 0.45

Tested by

no test coverage detected