Enum Class WardenEntity.Angriness

java.lang.Object
java.lang.Enum<WardenEntity.Angriness>
net.minecraft.entity.mob.WardenEntity.Angriness
All Implemented Interfaces:
Serializable, Comparable<WardenEntity.Angriness>, Constable
Enclosing class:
WardenEntity

public static enum WardenEntity.Angriness extends Enum<WardenEntity.Angriness>
Mappings:
Namespace Name
official bnw$a
intermediary net/minecraft/class_6975$class_6976
named net/minecraft/entity/mob/WardenEntity$Angriness
  • Enum Constant Details

    • CALM

      public static final WardenEntity.Angriness CALM
      Mappings:
      Namespace Name Mixin selector
      official a Lbnw$a;a:Lbnw$a;
      intermediary field_36780 Lnet/minecraft/class_6975$class_6976;field_36780:Lnet/minecraft/class_6975$class_6976;
      named CALM Lnet/minecraft/entity/mob/WardenEntity$Angriness;CALM:Lnet/minecraft/entity/mob/WardenEntity$Angriness;
    • AGITATED

      public static final WardenEntity.Angriness AGITATED
      Mappings:
      Namespace Name Mixin selector
      official b Lbnw$a;b:Lbnw$a;
      intermediary field_36781 Lnet/minecraft/class_6975$class_6976;field_36781:Lnet/minecraft/class_6975$class_6976;
      named AGITATED Lnet/minecraft/entity/mob/WardenEntity$Angriness;AGITATED:Lnet/minecraft/entity/mob/WardenEntity$Angriness;
    • ANGRY

      public static final WardenEntity.Angriness ANGRY
      Mappings:
      Namespace Name Mixin selector
      official c Lbnw$a;c:Lbnw$a;
      intermediary field_36782 Lnet/minecraft/class_6975$class_6976;field_36782:Lnet/minecraft/class_6975$class_6976;
      named ANGRY Lnet/minecraft/entity/mob/WardenEntity$Angriness;ANGRY:Lnet/minecraft/entity/mob/WardenEntity$Angriness;
  • Constructor Details

    • Angriness

      private Angriness()
  • Method Details

    • values

      public static WardenEntity.Angriness[] 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 WardenEntity.Angriness 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