Enum Class Entity.class_8401

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

public static enum Entity.class_8401 extends Enum<Entity.class_8401>
Mappings:
Namespace Name
official bir$a
intermediary net/minecraft/class_1297$class_8401
named net/minecraft/entity/Entity$class_8401
  • Enum Constant Details

    • NO

      public static final Entity.class_8401 NO
      Mappings:
      Namespace Name Mixin selector
      official a Lbir$a;a:Lbir$a;
      intermediary field_44085 Lnet/minecraft/class_1297$class_8401;field_44085:Lnet/minecraft/class_1297$class_8401;
      named NO Lnet/minecraft/entity/Entity$class_8401;NO:Lnet/minecraft/entity/Entity$class_8401;
    • YES

      public static final Entity.class_8401 YES
      Mappings:
      Namespace Name Mixin selector
      official b Lbir$a;b:Lbir$a;
      intermediary field_44086 Lnet/minecraft/class_1297$class_8401;field_44086:Lnet/minecraft/class_1297$class_8401;
      named YES Lnet/minecraft/entity/Entity$class_8401;YES:Lnet/minecraft/entity/Entity$class_8401;
    • OTHER

      public static final Entity.class_8401 OTHER
      Mappings:
      Namespace Name Mixin selector
      official c Lbir$a;c:Lbir$a;
      intermediary field_44087 Lnet/minecraft/class_1297$class_8401;field_44087:Lnet/minecraft/class_1297$class_8401;
      named OTHER Lnet/minecraft/entity/Entity$class_8401;OTHER:Lnet/minecraft/entity/Entity$class_8401;
  • Constructor Details

    • class_8401

      private class_8401()
  • Method Details

    • values

      public static Entity.class_8401[] 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 Entity.class_8401 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