Enum Class MoveControl.State

java.lang.Object
java.lang.Enum<MoveControl.State>
net.minecraft.entity.ai.control.MoveControl.State
All Implemented Interfaces:
Serializable, Comparable<MoveControl.State>, Constable
Enclosing class:
MoveControl

protected static enum MoveControl.State extends Enum<MoveControl.State>
Mappings:
Namespace Name
named net/minecraft/entity/ai/control/MoveControl$State
intermediary net/minecraft/class_1335$class_1336
official cbj$a
  • Enum Constant Details Link icon

    • WAIT Link icon

      public static final MoveControl.State WAIT
      Mappings:
      Namespace Name Mixin selector
      named WAIT Lnet/minecraft/entity/ai/control/MoveControl$State;WAIT:Lnet/minecraft/entity/ai/control/MoveControl$State;
      intermediary field_6377 Lnet/minecraft/class_1335$class_1336;field_6377:Lnet/minecraft/class_1335$class_1336;
      official a Lcbj$a;a:Lcbj$a;
    • MOVE_TO Link icon

      public static final MoveControl.State MOVE_TO
      Mappings:
      Namespace Name Mixin selector
      named MOVE_TO Lnet/minecraft/entity/ai/control/MoveControl$State;MOVE_TO:Lnet/minecraft/entity/ai/control/MoveControl$State;
      intermediary field_6378 Lnet/minecraft/class_1335$class_1336;field_6378:Lnet/minecraft/class_1335$class_1336;
      official b Lcbj$a;b:Lcbj$a;
    • STRAFE Link icon

      public static final MoveControl.State STRAFE
      Mappings:
      Namespace Name Mixin selector
      named STRAFE Lnet/minecraft/entity/ai/control/MoveControl$State;STRAFE:Lnet/minecraft/entity/ai/control/MoveControl$State;
      intermediary field_6376 Lnet/minecraft/class_1335$class_1336;field_6376:Lnet/minecraft/class_1335$class_1336;
      official c Lcbj$a;c:Lcbj$a;
    • JUMPING Link icon

      public static final MoveControl.State JUMPING
      Mappings:
      Namespace Name Mixin selector
      named JUMPING Lnet/minecraft/entity/ai/control/MoveControl$State;JUMPING:Lnet/minecraft/entity/ai/control/MoveControl$State;
      intermediary field_6379 Lnet/minecraft/class_1335$class_1336;field_6379:Lnet/minecraft/class_1335$class_1336;
      official d Lcbj$a;d:Lcbj$a;
  • Constructor Details Link icon

    • State Link icon

      private State()
  • Method Details Link icon

    • values Link icon

      public static MoveControl.State[] 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 Link icon

      public static MoveControl.State 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