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

Method beginBox

src/main/java/fieldbox/boxes/TimeSlider.java:257–259  ·  view source on GitHub ↗

begins a box, given this slider. This is a lot like `_.begin()` except this slider is passed in as the reason that this box is running. In particular `_t()` works as expected and is tied to the position of this slider.

(Box b)

Source from the content-addressed store, hash-verified

255 }, () -> this.properties.get(Box.frame).y);
256 init.asMap_set("slider", this);
257 return Collections.singletonMap("_t", init);
258 }
259
260 /**
261 * begins a box, given this slider. This is a lot like `_.begin()` except this slider is passed in as the reason that this box is running. In particular `_t()` works as expected and is tied to the position of this slider.
262 */

Callers

nothing calls this directly

Calls 5

initiatorMethod · 0.95
firstMethod · 0.80
beginMethod · 0.65
getMethod · 0.65
supportMethod · 0.45

Tested by

no test coverage detected