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

Method getCustomNameTag

src/main/java/net/minecraft/entity/Entity.java:2669–2672  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2667 }
2668
2669 public String getCustomNameTag()
2670 {
2671 return this.dataWatcher.getWatchableObjectString(2);
2672 }
2673
2674 /**
2675 * Returns true if this thing is named

Callers 5

writeToNBTMethod · 0.95
getCommandSenderNameMethod · 0.95
getNameMethod · 0.45
doRenderLayerMethod · 0.45
isBotMethod · 0.45

Calls 1

Tested by

no test coverage detected