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

Method perform

src/main/java/field/graphics/Guard.java:30–34  ·  view source on GitHub ↗
(int pass)

Source from the content-addressed store, hash-verified

28 }
29
30 Scene.Perform last;
31 @Override
32 public boolean perform(int pass) {
33 if (guard.apply(pass)) return (last=p.get()).perform(pass);
34 else return true;
35 }
36
37 @Override

Callers

nothing calls this directly

Calls 3

applyMethod · 0.65
performMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected