MCPcopy Create free account
hub / github.com/PaperMC/Paper / Statistic

Method Statistic

paper-api/src/main/java/org/bukkit/Statistic.java:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 private final NamespacedKey key;
102
103 private Statistic() {
104 this(Type.UNTYPED);
105 }
106
107 private Statistic(/*@NotNull*/ Type type) {
108 this.type = type;

Callers

nothing calls this directly

Calls 2

minecraftMethod · 0.95
nameMethod · 0.65

Tested by

no test coverage detected