MCPcopy Create free account
hub / github.com/badvision/jace / setState

Method setState

src/main/java/jace/core/SoftSwitch.java:253–259  ·  view source on GitHub ↗
(boolean newState)

Source from the content-addressed store, hash-verified

251 }
252
253 public void setState(boolean newState) {
254 if (inhibit()) {
255 return;
256 }
257 state = newState;
258 stateChanged();
259 }
260
261 public final boolean getState() {
262 if (state == null) {

Callers 11

doEventMethod · 0.95
resetMethod · 0.95
openAppleMethod · 0.45
solidAppleMethod · 0.45
vblankEndMethod · 0.45
vblankStartMethod · 0.45
setCurrentValueMethod · 0.45
readButtonsMethod · 0.45
tickMethod · 0.45
initJoystickReadMethod · 0.45
boot0Method · 0.45

Calls 2

inhibitMethod · 0.95
stateChangedMethod · 0.95

Tested by

no test coverage detected