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

Method update

src/main/java/field/graphics/util/Saver.java:101–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 @HiddenInAutocomplete
100 public IdempotencyMap<Consumer<ByteBuffer>> hooks = new IdempotencyMap<Consumer<ByteBuffer>>(Consumer.class);
101
102
103 @HiddenInAutocomplete
104 public void update() {
105 if (update(prefix, frameNumber, ".jpg")) frameNumber++;
106 }
107

Callers

nothing calls this directly

Calls 10

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

Tested by

no test coverage detected