Class HintArrowType


  • public final class HintArrowType
    extends java.lang.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.
      static int WORLDENTITY
      Hint arrow is pointing at a WorldEntity
    • Constructor Summary

      Constructors 
      Constructor Description
      HintArrowType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COORDINATE

        public static final int COORDINATE
        Hint arrow is pointing at a position in the world.
        See Also:
        Constant Field Values
      • PLAYER

        public static final int PLAYER
        Hint arrow is pointing to a player.
        See Also:
        Constant Field Values
      • WORLDENTITY

        public static final int WORLDENTITY
        Hint arrow is pointing at a WorldEntity
        See Also:
        Constant Field Values
    • Constructor Detail

      • HintArrowType

        public HintArrowType()