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

Method setNewValue

src/main/java/jace/core/RAMEvent.java:144–147  ·  view source on GitHub ↗
(int newValue)

Source from the content-addressed store, hash-verified

142 }
143
144 public final void setNewValue(int newValue) {
145 this.newValue = newValue;
146 valueIntercepted = true;
147 }
148
149 public final boolean isIntercepted() {
150 return valueIntercepted;

Callers 15

RAMEventMethod · 0.95
fastOpenHandlerMethod · 0.80
allDesksMethod · 0.80
allDeadMethod · 0.80
legendaryModeMethod · 0.80
bypassCodeMethod · 0.80
forceValueMethod · 0.80
doEventMethod · 0.80
velocityHackBehaviorMethod · 0.80
moonJumpBehaviorMethod · 0.80
doEventMethod · 0.80
handleIOAccessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected