Class HintArrow


  • public class HintArrow
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean exists()  
      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
      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 null
      static HintArrowType getType()  
      static int getTypeValue()  
      static int getX()  
      static int getY()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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()
      • exists

        public static boolean exists()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object