java.lang.Object
net.botwithus.rs3.game.scene.entities.Entity
net.botwithus.rs3.game.scene.entities.arrows.HintArrow
All Implemented Interfaces:
Identifiable, Validatable, Locatable

public final class HintArrow extends Entity
  • Constructor Details

  • Method Details

    • validate

      public boolean validate()
      Description copied from interface: Validatable
      Gets whether the object is valid There can be many reasons a Validatable 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:
      true if the object passes validation, otherwise false