Interface Nameable
-
- All Known Subinterfaces:
Actor
,GroundItem
,Item
,ItemWidget
,NPC
,Player
,SceneObject
,WidgetChild
,WidgetChildItem
public interface Nameable
An entity with a name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Gets the name of the entity.
-