Package net.minecraft.entity
Enum Class LivingEntity.class_7316
- All Implemented Interfaces:
Serializable,Comparable<LivingEntity.class_7316>,Constable
- Enclosing class:
LivingEntity
- Mappings:
Namespace Name official ayd$aintermediary net/minecraft/class_1309$class_7316named net/minecraft/entity/LivingEntity$class_7316
-
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 LivingEntity.class_7316Returns the enum constant of this class with the specified name.static LivingEntity.class_7316[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BLOCK
- Mappings:
Namespace Name Mixin selector official aLayd$a;a:Layd$a;intermediary field_38507Lnet/minecraft/class_1309$class_7316;field_38507:Lnet/minecraft/class_1309$class_7316;named BLOCKLnet/minecraft/entity/LivingEntity$class_7316;BLOCK:Lnet/minecraft/entity/LivingEntity$class_7316;
-
MOB
- Mappings:
Namespace Name Mixin selector official bLayd$a;b:Layd$a;intermediary field_38508Lnet/minecraft/class_1309$class_7316;field_38508:Lnet/minecraft/class_1309$class_7316;named MOBLnet/minecraft/entity/LivingEntity$class_7316;MOB:Lnet/minecraft/entity/LivingEntity$class_7316;
-
NONE
- Mappings:
Namespace Name Mixin selector official cLayd$a;c:Layd$a;intermediary field_38509Lnet/minecraft/class_1309$class_7316;field_38509:Lnet/minecraft/class_1309$class_7316;named NONELnet/minecraft/entity/LivingEntity$class_7316;NONE:Lnet/minecraft/entity/LivingEntity$class_7316;
-
-
Constructor Details
-
class_7316
private class_7316()
-
-
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
-