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

Method run

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

Source from the content-addressed store, hash-verified

11public class PVars {
12 public static Task rtvSession = new Task() {
13 @Override
14 public void run() {
15 Call.sendMessage("[scarlet]Vote failed! []Not enough votes to change to the [accent] " + selectedMap.name() + "[white] map.");
16 selectedMap = null;
17 cancel();
18 }
19
20 @Override
21 public void cancel() {

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.95

Tested by

no test coverage detected