Enum Class CrossbowAttackGoal.Stage

java.lang.Object
java.lang.Enum<CrossbowAttackGoal.Stage>
net.minecraft.entity.ai.goal.CrossbowAttackGoal.Stage
All Implemented Interfaces:
Serializable, Comparable<CrossbowAttackGoal.Stage>, Constable
Enclosing class:
CrossbowAttackGoal<T extends HostileEntity & RangedAttackMob & CrossbowUser>

private static enum CrossbowAttackGoal.Stage extends Enum<CrossbowAttackGoal.Stage>
Mappings:
Namespace Name
official blz$a
intermediary net/minecraft/class_1383$class_3744
named net/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage
  • Enum Constant Details

    • UNCHARGED

      public static final CrossbowAttackGoal.Stage UNCHARGED
      Mappings:
      Namespace Name Mixin selector
      official a Lblz$a;a:Lblz$a;
      intermediary field_16534 Lnet/minecraft/class_1383$class_3744;field_16534:Lnet/minecraft/class_1383$class_3744;
      named UNCHARGED Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;UNCHARGED:Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;
    • CHARGING

      public static final CrossbowAttackGoal.Stage CHARGING
      Mappings:
      Namespace Name Mixin selector
      official b Lblz$a;b:Lblz$a;
      intermediary field_16530 Lnet/minecraft/class_1383$class_3744;field_16530:Lnet/minecraft/class_1383$class_3744;
      named CHARGING Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;CHARGING:Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;
    • CHARGED

      public static final CrossbowAttackGoal.Stage CHARGED
      Mappings:
      Namespace Name Mixin selector
      official c Lblz$a;c:Lblz$a;
      intermediary field_16532 Lnet/minecraft/class_1383$class_3744;field_16532:Lnet/minecraft/class_1383$class_3744;
      named CHARGED Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;CHARGED:Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;
    • READY_TO_ATTACK

      public static final CrossbowAttackGoal.Stage READY_TO_ATTACK
      Mappings:
      Namespace Name Mixin selector
      official d Lblz$a;d:Lblz$a;
      intermediary field_16533 Lnet/minecraft/class_1383$class_3744;field_16533:Lnet/minecraft/class_1383$class_3744;
      named READY_TO_ATTACK Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;READY_TO_ATTACK:Lnet/minecraft/entity/ai/goal/CrossbowAttackGoal$Stage;
  • Constructor Details

    • Stage

      private Stage()
  • Method Details

    • values

      public static CrossbowAttackGoal.Stage[] 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 CrossbowAttackGoal.Stage 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