MCPcopy Create free account
hub / github.com/ZetaMap/MoreCommands / cancel

Method cancel

src/main/java/data/PVars.java:20–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19
20 @Override
21 public void cancel() {
22 TempData.each(p -> p.votedRTV = false);
23 rtvCooldown.reset();
24 super.cancel();
25 }
26 }, vnwSession = new Task() {
27 @Override
28 public void run() {

Callers 3

runMethod · 0.95
initEventsMethod · 0.80

Calls 2

eachMethod · 0.95
resetMethod · 0.80

Tested by

no test coverage detected