Package com.epicbot.api.shared.model
Interface HintArrow
- All Superinterfaces:
Locatable,Validatable
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionGets the target of this hint arrow.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, tileDistanceTo, tileDistanceToMethods inherited from interface com.epicbot.api.shared.entity.details.Validatable
isValid
-
Method Details
-
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
-