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

Method frameChange

src/main/java/fieldbox/boxes/Callbacks.java:105–107  ·  view source on GitHub ↗
(Box from, Rect a)

Source from the content-addressed store, hash-verified

103 .autoConstructs(() -> new IdempotencyMap<>(
104 Box.BiFunctionOfBoxAnd.class));
105
106
107 static public Rect frameChange(Box from, Rect a) {
108 return thread(from, a, onFrameChanged);
109 }
110

Callers 8

transformPart2Method · 0.95
frameModifiedMethod · 0.95
setMethod · 0.95
computeFrameMethod · 0.95
changeChildrenMethod · 0.95
loadedMethod · 0.95
updateChildrenMethod · 0.80
updateChildrenMethod · 0.80

Calls 1

threadMethod · 0.95

Tested by

no test coverage detected