Enum Class SpearChargeTask.AdvanceState

java.lang.Object
java.lang.Enum<SpearChargeTask.AdvanceState>
net.minecraft.entity.ai.brain.task.SpearChargeTask.AdvanceState
All Implemented Interfaces:
Serializable, Comparable<SpearChargeTask.AdvanceState>, Constable
Enclosing class:
SpearChargeTask

public static enum SpearChargeTask.AdvanceState extends Enum<SpearChargeTask.AdvanceState>
Mappings:
Namespace Name
named net/minecraft/entity/ai/brain/task/SpearChargeTask$AdvanceState
intermediary net/minecraft/class_12359$class_12360
official clr$a
  • Enum Constant Details

    • APPROACH

      public static final SpearChargeTask.AdvanceState APPROACH
      Mappings:
      Namespace Name Mixin selector
      named APPROACH Lnet/minecraft/entity/ai/brain/task/SpearChargeTask$AdvanceState;APPROACH:Lnet/minecraft/entity/ai/brain/task/SpearChargeTask$AdvanceState;
      intermediary field_64629 Lnet/minecraft/class_12359$class_12360;field_64629:Lnet/minecraft/class_12359$class_12360;
      official a Lclr$a;a:Lclr$a;
    • CHARGING

      public static final SpearChargeTask.AdvanceState CHARGING
      Mappings:
      Namespace Name Mixin selector
      named CHARGING Lnet/minecraft/entity/ai/brain/task/SpearChargeTask$AdvanceState;CHARGING:Lnet/minecraft/entity/ai/brain/task/SpearChargeTask$AdvanceState;
      intermediary field_64630 Lnet/minecraft/class_12359$class_12360;field_64630:Lnet/minecraft/class_12359$class_12360;
      official b Lclr$a;b:Lclr$a;
    • RETREAT

      public static final SpearChargeTask.AdvanceState RETREAT
      Mappings:
      Namespace Name Mixin selector
      named RETREAT Lnet/minecraft/entity/ai/brain/task/SpearChargeTask$AdvanceState;RETREAT:Lnet/minecraft/entity/ai/brain/task/SpearChargeTask$AdvanceState;
      intermediary field_64631 Lnet/minecraft/class_12359$class_12360;field_64631:Lnet/minecraft/class_12359$class_12360;
      official c Lclr$a;c:Lclr$a;
  • Constructor Details

    • AdvanceState

      private AdvanceState()
  • Method Details

    • values

      public static SpearChargeTask.AdvanceState[] 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 SpearChargeTask.AdvanceState 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