Package net.minecraft.entity
Enum Class Entity.class_8401
- All Implemented Interfaces:
Serializable,Comparable<Entity.class_8401>,Constable
- Enclosing class:
Entity
- Mappings:
Namespace Name official bir$aintermediary net/minecraft/class_1297$class_8401named net/minecraft/entity/Entity$class_8401
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Entity.class_8401Returns the enum constant of this class with the specified name.static Entity.class_8401[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NO
- Mappings:
Namespace Name Mixin selector official aLbir$a;a:Lbir$a;intermediary field_44085Lnet/minecraft/class_1297$class_8401;field_44085:Lnet/minecraft/class_1297$class_8401;named NOLnet/minecraft/entity/Entity$class_8401;NO:Lnet/minecraft/entity/Entity$class_8401;
-
YES
- Mappings:
Namespace Name Mixin selector official bLbir$a;b:Lbir$a;intermediary field_44086Lnet/minecraft/class_1297$class_8401;field_44086:Lnet/minecraft/class_1297$class_8401;named YESLnet/minecraft/entity/Entity$class_8401;YES:Lnet/minecraft/entity/Entity$class_8401;
-
OTHER
- Mappings:
Namespace Name Mixin selector official cLbir$a;c:Lbir$a;intermediary field_44087Lnet/minecraft/class_1297$class_8401;field_44087:Lnet/minecraft/class_1297$class_8401;named OTHERLnet/minecraft/entity/Entity$class_8401;OTHER:Lnet/minecraft/entity/Entity$class_8401;
-
-
Constructor Details
-
class_8401
private class_8401()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-