Enum Class ChaseBoatState

java.lang.Object
java.lang.Enum<ChaseBoatState>
net.minecraft.entity.ai.goal.ChaseBoatState
All Implemented Interfaces:
Serializable, Comparable<ChaseBoatState>, Constable

enum ChaseBoatState extends Enum<ChaseBoatState>
Mappings:
Namespace Name
official bkh
intermediary net/minecraft/class_1340
named net/minecraft/entity/ai/goal/ChaseBoatState
  • Enum Constant Details

    • GO_TO_BOAT

      public static final ChaseBoatState GO_TO_BOAT
      Mappings:
      Namespace Name Mixin selector
      official a Lbkh;a:Lbkh;
      intermediary field_6401 Lnet/minecraft/class_1340;field_6401:Lnet/minecraft/class_1340;
      named GO_TO_BOAT Lnet/minecraft/entity/ai/goal/ChaseBoatState;GO_TO_BOAT:Lnet/minecraft/entity/ai/goal/ChaseBoatState;
    • GO_IN_BOAT_DIRECTION

      public static final ChaseBoatState GO_IN_BOAT_DIRECTION
      Mappings:
      Namespace Name Mixin selector
      official b Lbkh;b:Lbkh;
      intermediary field_6400 Lnet/minecraft/class_1340;field_6400:Lnet/minecraft/class_1340;
      named GO_IN_BOAT_DIRECTION Lnet/minecraft/entity/ai/goal/ChaseBoatState;GO_IN_BOAT_DIRECTION:Lnet/minecraft/entity/ai/goal/ChaseBoatState;
  • Constructor Details

    • ChaseBoatState

      private ChaseBoatState()
  • Method Details

    • values

      public static ChaseBoatState[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ChaseBoatState valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null