public interface IWorldNameable
Modifier and Type | Method and Description |
---|---|
IChatComponent |
getDisplayName()
Get the formatted ChatComponent that will be used for the sender's username in chat
|
java.lang.String |
getName()
Get the name of this object.
|
boolean |
hasCustomName()
Returns true if this thing is named
|
java.lang.String getName()
boolean hasCustomName()
IChatComponent getDisplayName()