MCPcopy 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

initFiltersMethod · 0.80
initEventsMethod · 0.80
SwitcherMethod · 0.80
SearchMethod · 0.80
checkIPMethod · 0.80
getMethod · 0.80
checkNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected