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

Method removeCheat

src/main/java/jace/cheat/MetaCheat.java:141–145  ·  view source on GitHub ↗
(DynamicCheat cheat)

Source from the content-addressed store, hash-verified

139 }
140
141 public void removeCheat(DynamicCheat cheat) {
142 cheat.active.set(false);
143 getMemory().removeListener(cheat);
144 cheatList.remove(cheat);
145 }
146
147 @Override
148 protected void unregisterListeners() {

Callers

nothing calls this directly

Calls 4

setMethod · 0.80
removeMethod · 0.80
removeListenerMethod · 0.45
getMemoryMethod · 0.45

Tested by

no test coverage detected