MCPcopy 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

initFiltersMethod · 0.95
initEventsMethod · 0.95
addMethod · 0.95
removeMethod · 0.95
ArgsFilterMethod · 0.95
getByIDMethod · 0.45
initMethod · 0.45
applyTagMethod · 0.45
putMethod · 0.45
eachMethod · 0.45
countMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected