Package com.epicbot.api.shared.model
Interface HintArrow
-
- All Superinterfaces:
Locatable
,Validatable
public interface HintArrow extends Locatable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
HintArrow.HintArrowType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Actor
getTarget()
Gets the target of this hint arrow.HintArrow.HintArrowType
getType()
Gets the arrow type.-
Methods inherited from interface com.epicbot.api.shared.entity.details.Locatable
canReach, canReach, canReach, derive, derive, distanceTo, distanceTo, getArea, getArea, getLocation, getMapPoint, getPlane, getSceneOffset, getX, getY, isOnMap, randomize, randomize, randomize
-
Methods inherited from interface com.epicbot.api.shared.entity.details.Validatable
isValid
-
-
-
-
Method Detail
-
getType
HintArrow.HintArrowType getType()
Gets the arrow type.- Returns:
HintArrow.HintArrowType
-
getTarget
Actor getTarget()
Gets the target of this hint arrow.- Returns:
- the npc or player
-
-