MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getName

Method getName

src/main/java/net/minecraft/item/EnumDyeColor.java:90–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

88 }
89
90 public String getName()
91 {
92 return this.name;
93 }
94
95 static {
96 for (EnumDyeColor enumdyecolor : values())

Callers 2

readDyeColorsMethod · 0.95
parseEnumDyeColorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected