Module net.botwithus.rs3
Class SpotAnimation
java.lang.Object
net.botwithus.rs3.game.scene.entities.Entity
net.botwithus.rs3.game.scene.entities.animation.SpotAnimation
- All Implemented Interfaces:
Identifiable
,Validatable
,Locatable
-
Nested Class Summary
Nested classes/interfaces inherited from class net.botwithus.rs3.game.scene.entities.Entity
Entity.Type
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
validate()
Gets whether the object is valid There can be many reasons aValidatable
may not be valid.Methods inherited from class net.botwithus.rs3.game.scene.entities.Entity
equals, getArea, getCoordinate, getId, getScene, getType, hashCode
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.botwithus.rs3.game.Locatable
distanceTo, isReachable
-
Constructor Details
-
SpotAnimation
-
-
Method Details
-
validate
public boolean validate()Description copied from interface:Validatable
Gets whether the object is valid There can be many reasons aValidatable
may not be valid. These can range from the entity has despawned, a component has closed, a coordinate is no longer in the scene, an animation sequence has ended, and many other reasons..- Returns:
-