Package org.dreambot.api.methods.hint
Class HintArrow
- java.lang.Object
-
- org.dreambot.api.methods.hint.HintArrow
-
public class HintArrow extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description HintArrow()
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
exists()
static int
getNpcIndex()
static int
getPlayerIndex()
static Character
getPointed()
static Tile
getTile()
If there is a character being pointed at, it will return the Character's Tile Otherwise if the type of hint is a Tile, it will return the arrow's Tile from x/y + your player's Z Otherwise it will return nullstatic HintArrowType
getType()
static int
getTypeValue()
static int
getX()
static int
getY()
static int
getZ()
java.lang.String
toString()
-
-
-
Method Detail
-
getPointed
public static Character getPointed()
-
getX
public static int getX()
-
getY
public static int getY()
-
getZ
public static int getZ()
-
getTile
public static Tile getTile()
If there is a character being pointed at, it will return the Character's Tile Otherwise if the type of hint is a Tile, it will return the arrow's Tile from x/y + your player's Z Otherwise it will return null- Returns:
-
getPlayerIndex
public static int getPlayerIndex()
-
getNpcIndex
public static int getNpcIndex()
-
getTypeValue
public static int getTypeValue()
-
getType
public static HintArrowType getType()
-
exists
public static boolean exists()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-