Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ZetaMap/MoreCommands
/ get
Method
get
src/main/java/data/TempData.java:92–95 ·
view source on GitHub ↗
(Player p)
Source
from the content-addressed store, hash-verified
90
}
91
92
public
static
TempData get(Player p) {
93
if
(p == null)
return
null;
94
return
data.get(p);
95
}
96
97
public
static
TempData put(Player p) {
98
TempData data_ =
new
TempData(p);
Callers
14
initFilters
Method · 0.95
initEvents
Method · 0.95
add
Method · 0.95
registerClientCommands
Method · 0.95
remove
Method · 0.95
ArgsFilter
Method · 0.95
getByID
Method · 0.45
init
Method · 0.45
applyTag
Method · 0.45
put
Method · 0.45
each
Method · 0.45
count
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected