Interface Identifiable
-
- All Known Subinterfaces:
Actor
,GameEntity
,GroundItem
,Item
,ItemWidget
,LocatableEntity
,NPC
,Player
,Projectile
,SceneObject
,WidgetChild
,WidgetChildItem
public interface Identifiable
An entity that is identifiable by an unique id.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getId()
Gets the id of this entity.
-