Package com.valhalla.sdk.api.entities
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 TypeMethodDescriptionintgetId()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
-