MCPcopy Create free account
hub / github.com/Teneted/Tenet / Statistic

Method Statistic

src/main/java/org/bukkit/Statistic.java:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97 private final NamespacedKey key;
98
99 private Statistic() {
100 this(Type.UNTYPED);
101 }
102
103 private Statistic(/*@NotNull*/ Type type) {
104 this.type = type;

Callers

nothing calls this directly

Calls 3

minecraftMethod · 0.95
toLowerCaseMethod · 0.80
nameMethod · 0.65

Tested by

no test coverage detected