Package org.dreambot.api.methods.hint
Class HintArrow
- java.lang.Object
-
- org.dreambot.api.methods.hint.HintArrow
-
public class HintArrow extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static booleanexists()static intgetHeight()Gets the height of the hint arrow Gamepack usage is height*2 when grabbing field, so this field automatically adjusts to *2 If you want the true base value, divide this value by 2static intgetNpcIndex()static intgetPlayerIndex()static CharactergetPointed()static TilegetTile()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 HintArrowTypegetType()static intgetTypeValue()static intgetX()static intgetY()java.lang.StringtoString()
-
-
-
Method Detail
-
getPointed
public static Character getPointed()
-
getX
public static int getX()
-
getY
public static int getY()
-
getHeight
public static int getHeight()
Gets the height of the hint arrow Gamepack usage is height*2 when grabbing field, so this field automatically adjusts to *2 If you want the true base value, divide this value by 2- Returns:
-
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:
toStringin classjava.lang.Object
-
-