Interface Validatable
-
- All Known Subinterfaces:
Actor
,GameEntity
,GrandExchangeOffer
,GroundItem
,HintArrow
,Item
,ItemWidget
,Locatable
,LocatableEntity
,Model
,NPC
,Player
,Projectile
,SceneObject
,WidgetChild
,WidgetChildItem
,WidgetGroup
- All Known Implementing Classes:
Tile
public interface Validatable
An entity that can be verified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isValid()
Verifies whether this entity is valid and still exists.
-