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

Method getString

src/main/java/net/minecraft/nbt/NBTBase.java:104–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 }
103
104 protected String getString()
105 {
106 return this.toString();
107 }
108
109 public abstract static class NBTPrimitive extends NBTBase
110 {

Callers 15

getStringTagAtMethod · 0.95
updateItemStackNBTMethod · 0.45
readFromNBTMethod · 0.45
validBookTagContentsMethod · 0.45
readDataFromNBTMethod · 0.45
readFromNBTMethod · 0.45
readFromNBTMethod · 0.45
createAndLoadEntityMethod · 0.45

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected