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
official bkb$a
intermediary net/minecraft/class_1335$class_1336
named net/minecraft/entity/ai/control/MoveControl$State
  • Enum Constant Details

    • WAIT

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

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

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

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

    • State

      private State()
  • Method Details

    • values

      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

      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