Sets the custom name tag for this entity
(String name)
| 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 | { |
no test coverage detected