Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
registerServerCommands
Method · 0.45
registerClientCommands
Method · 0.45
init
Method · 0.45
put
Method · 0.45
put
Method · 0.45
init
Method · 0.45
addPlayer
Method · 0.45
changeRank
Method · 0.45
getCommands
Method · 0.45
Calls
1
put
Method · 0.45
Tested by
no test coverage detected