Package org.rspeer.game.adapter.scene
Class HintArrow
- java.lang.Object
-
- org.rspeer.game.adapter.Adapter<RSClient>
-
- org.rspeer.game.adapter.scene.HintArrow
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HintArrow.Type
-
Nested classes/interfaces inherited from interface org.rspeer.game.adapter.type.SceneNode
SceneNode.Query<Q extends SceneNode.Query<Q>>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Position
getPosition()
PathingEntity<?>
getTarget()
HintArrow.Type
getType()
-
Methods inherited from class org.rspeer.game.adapter.Adapter
getProvider, validate
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.rspeer.game.adapter.type.SceneNode
distance, distance, distance, distance, getArea, getEntityPositionHeight, getEntityPositionWidth, getFloorLevel, getX, getY, isInFieldOfViewOf, isInFieldOfViewOf
-
-
-
-
Constructor Detail
-
HintArrow
public HintArrow(RSClient provider)
-
-
Method Detail
-
getPosition
public Position getPosition()
- Specified by:
getPosition
in interfaceSceneNode
-
getTarget
public PathingEntity<?> getTarget()
-
getType
public HintArrow.Type getType()
-
-