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

Method getNewValue

src/main/java/jace/core/RAMEvent.java:140–142  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 }
139
140 public int getNewValue() {
141 return newValue;
142 }
143
144 public final void setNewValue(int newValue) {
145 this.newValue = newValue;

Callers 15

_callListenerMethod · 0.95
fastOpenHandlerMethod · 0.80
allDesksMethod · 0.80
allDeadMethod · 0.80
legendaryModeMethod · 0.80
processMemoryEventMethod · 0.80
velocityHackBehaviorMethod · 0.80
featherFallBehaviorMethod · 0.80
moonJumpBehaviorMethod · 0.80
isRelevantMethod · 0.80
registerListenersMethod · 0.80
handleIOAccessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected