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

Method setState

src/main/java/field/graphics/Camera.java:459–461  ·  view source on GitHub ↗
(State s)

Source from the content-addressed store, hash-verified

457 state = s.apply(state);
458 }
459
460 public void setState(State s) {
461 this.state = s;
462 }
463
464 public State getState() {

Callers 3

changehooks.jsFile · 0.45
installMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected