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

    Modifier and Type
    Method
    Description
    int
    Gets the id of this entity.
  • Method Details

    • getId

      int getId()
      Gets the id of this entity.
      Returns:
      int