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