Enum MoveControl.State

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

public static enum MoveControl.State
extends Enum<MoveControl.State>
Mappings:
Namespace Name
official awb$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 Lawb$a;a:Lawb$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 Lawb$a;b:Lawb$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 Lawb$a;c:Lawb$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 Lawb$a;d:Lawb$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 type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static MoveControl.State valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null