Enum Class WardenEntity.class_6976

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

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

    • CALM

      public static final WardenEntity.class_6976 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$class_6976;CALM:Lnet/minecraft/entity/mob/WardenEntity$class_6976;
    • AGITATED

      public static final WardenEntity.class_6976 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$class_6976;AGITATED:Lnet/minecraft/entity/mob/WardenEntity$class_6976;
    • ANGRY

      public static final WardenEntity.class_6976 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$class_6976;ANGRY:Lnet/minecraft/entity/mob/WardenEntity$class_6976;
  • Constructor Details

    • class_6976

      private class_6976()
  • Method Details

    • values

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