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

Method setCustomNameTag

src/main/java/net/minecraft/entity/Entity.java:2664–2667  ·  view source on GitHub ↗

Sets the custom name tag for this entity

(String name)

Source from the content-addressed store, hash-verified

2662 * Sets the custom name tag for this entity
2663 */
2664 public void setCustomNameTag(String name)
2665 {
2666 this.dataWatcher.updateObject(2, name);
2667 }
2668
2669 public String getCustomNameTag()
2670 {

Callers 6

dispenseStackMethod · 0.95
onItemUseMethod · 0.95
onItemRightClickMethod · 0.95
readFromNBTMethod · 0.95
interactMethod · 0.45

Calls 1

updateObjectMethod · 0.80

Tested by

no test coverage detected