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

Method getByID

src/main/java/data/TempData.java:88–90  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

86 }
87
88 public static TempData getByID(String id) {
89 return find(p -> p.player.uuid().equals(id));
90 }
91
92 public static TempData get(Player p) {
93 if (p == null) return null;

Callers

nothing calls this directly

Calls 1

findMethod · 0.95

Tested by

no test coverage detected