Interface Identifiable

All Known Subinterfaces:
GameObject
All Known Implementing Classes:
GroundItem, Item, Npc, SceneObject, Widget

public interface Identifiable
Entity or snapshot with a stable numeric identifier.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the client definition or item identifier captured in this snapshot.
  • Method Details

    • getId

      int getId()
      Returns the client definition or item identifier captured in this snapshot.
      Returns:
      numeric identifier; interpretation depends on the entity type