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

Method Transient

src/main/java/field/graphics/Scene.java:547–550  ·  view source on GitHub ↗
(Perform p)

Source from the content-addressed store, hash-verified

545 boolean onceOnly = false;
546
547 public Transient(Perform p) {
548 this.passes = p.getPasses();
549 this.call = (x) -> p.perform(x);
550 }
551
552 public Transient(Runnable p, int... passes) {
553 this.passes = passes;

Callers

nothing calls this directly

Calls 4

getPassesMethod · 0.65
performMethod · 0.65
acceptMethod · 0.65
runMethod · 0.45

Tested by

no test coverage detected