Package net.runelite.api
Class HintArrowType
- java.lang.Object
-
- net.runelite.api.HintArrowType
-
public final class HintArrowType extends Object
Hint arrow types.
-
-
Field Summary
Fields Modifier and Type Field Description static int
COORDINATE
Hint arrow is pointing at a position in the world.static int
NONE
No hint arrow present.static int
NPC
Hint arrow is pointing to an NPC.static int
PLAYER
Hint arrow is pointing to a player.
-
Constructor Summary
Constructors Constructor Description HintArrowType()
-
-
-
Field Detail
-
NONE
public static final int NONE
No hint arrow present.- See Also:
- Constant Field Values
-
PLAYER
public static final int PLAYER
Hint arrow is pointing to a player.- See Also:
- Constant Field Values
-
NPC
public static final int NPC
Hint arrow is pointing to an NPC.- See Also:
- Constant Field Values
-
COORDINATE
public static final int COORDINATE
Hint arrow is pointing at a position in the world.- See Also:
- Constant Field Values
-
-