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

Method add

src/main/java/manager/CommandsManager.java:19–21  ·  view source on GitHub ↗
(String name, boolean value)

Source from the content-addressed store, hash-verified

17 }
18
19 public static void add(String name, boolean value) {
20 commands.put(name, value);
21 }
22
23 public static Seq<Commands> getCommands() {
24 Seq<Commands> result = new Seq<>();

Callers 9

initMethod · 0.45
putMethod · 0.45
putMethod · 0.45
initMethod · 0.45
addPlayerMethod · 0.45
changeRankMethod · 0.45
getCommandsMethod · 0.45

Calls 1

putMethod · 0.45

Tested by

no test coverage detected