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

Method lookup

src/main/java/field/graphics/Scene.java:134–136  ·  view source on GitHub ↗

looks up a previously named child, attached using attach(tag, perform)

(String name)

Source from the content-addressed store, hash-verified

132 * looks up a previously named child, attached using attach(tag, perform)
133 */
134 public Consumer<Integer> lookup(String name) {
135 return tagged.get(name);
136 }
137
138 /**
139 * Disconnects a Perform from this Scene. Care has been taken to ensure you can do this while the internalScene is being traversed.

Callers 6

getGuardedInvocationMethod · 0.45
addTextureMethod · 0.45
asMap_setMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected