Interface Validatable
- All Known Subinterfaces:
Actor,GameEntity,GrandExchangeOffer,GraphicsObject,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
Modifier and TypeMethodDescriptionbooleanisValid()Verifies whether this entity is valid and still exists.
-
Method Details
-
isValid
boolean isValid()Verifies whether this entity is valid and still exists.- Returns:
- true if it's still valid, false otherwise
-