MCPcopy Create free account
hub / github.com/ZetaMap/MoreCommands / find

Method find

src/main/java/data/TempData.java:145–151  ·  view source on GitHub ↗
(Boolf<TempData> pred)

Source from the content-addressed store, hash-verified

143 }
144
145 public static TempData find(Boolf<TempData> pred) {
146 for (TempData p : data.values()) {
147 if (pred.get(p)) return p;
148 }
149
150 return null;
151 }
152
153 public class MSG {
154 public TempData player = null, target = null;

Callers 8

getByNameMethod · 0.95
getByIDMethod · 0.95
findByNameMethod · 0.95
findByIDMethod · 0.95
getByNameMethod · 0.80
getByIPMethod · 0.80
getMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected