Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZetaMap/MoreCommands
/ contains
Method
contains
src/main/java/data/TempData.java:121–123 ·
view source on GitHub ↗
(Player p)
Source
from the content-addressed store, hash-verified
119
}
120
121
public
static
boolean contains(Player p) {
122
return
data.containsKey(p);
123
}
124
125
public
static
void
each(Cons<TempData> item) {
126
data.each((k, v) -> item.get(v));
Callers
9
initFilters
Method · 0.80
initEvents
Method · 0.80
registerServerCommands
Method · 0.80
registerClientCommands
Method · 0.80
Switcher
Method · 0.80
Search
Method · 0.80
checkIP
Method · 0.80
get
Method · 0.80
checkName
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected