Enum Class UndeadHorseEntityRenderer.class_10651
java.lang.Object
java.lang.Enum<UndeadHorseEntityRenderer.class_10651>
net.minecraft.client.render.entity.UndeadHorseEntityRenderer.class_10651
- All Implemented Interfaces:
Serializable,Comparable<UndeadHorseEntityRenderer.class_10651>,Constable
- Enclosing class:
UndeadHorseEntityRenderer
@Environment(CLIENT)
public static enum UndeadHorseEntityRenderer.class_10651
extends Enum<UndeadHorseEntityRenderer.class_10651>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651intermediary net/minecraft/class_961$class_10651official gye$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final Identifier(package private) final EntityModelLayer(package private) final EntityModelLayer(package private) final EquipmentModel.LayerType(package private) final EntityModelLayer(package private) final EntityModelLayer -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateclass_10651(Identifier identifier, EntityModelLayer entityModelLayer, EntityModelLayer entityModelLayer2, EquipmentModel.LayerType layerType, EntityModelLayer entityModelLayer3, EntityModelLayer entityModelLayer4) -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SKELETON
- Mappings:
Namespace Name Mixin selector named SKELETONLnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;SKELETON:Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;intermediary field_56104Lnet/minecraft/class_961$class_10651;field_56104:Lnet/minecraft/class_961$class_10651;official aLgye$a;a:Lgye$a;
-
ZOMBIE
- Mappings:
Namespace Name Mixin selector named ZOMBIELnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;ZOMBIE:Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;intermediary field_56105Lnet/minecraft/class_961$class_10651;field_56105:Lnet/minecraft/class_961$class_10651;official bLgye$a;b:Lgye$a;
-
-
Field Details
-
field_56106
- Mappings:
Namespace Name Mixin selector named field_56106Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;field_56106:Lnet/minecraft/util/Identifier;intermediary field_56106Lnet/minecraft/class_961$class_10651;field_56106:Lnet/minecraft/class_2960;official cLgye$a;c:Lale;
-
field_56107
- Mappings:
Namespace Name Mixin selector named field_56107Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;field_56107:Lnet/minecraft/client/render/entity/model/EntityModelLayer;intermediary field_56107Lnet/minecraft/class_961$class_10651;field_56107:Lnet/minecraft/class_5601;official dLgye$a;d:Lgie;
-
field_56108
- Mappings:
Namespace Name Mixin selector named field_56108Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;field_56108:Lnet/minecraft/client/render/entity/model/EntityModelLayer;intermediary field_56108Lnet/minecraft/class_961$class_10651;field_56108:Lnet/minecraft/class_5601;official eLgye$a;e:Lgie;
-
field_56109
- Mappings:
Namespace Name Mixin selector named field_56109Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;field_56109:Lnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;intermediary field_56109Lnet/minecraft/class_961$class_10651;field_56109:Lnet/minecraft/class_10186$class_10190;official fLgye$a;f:Lhkf$d;
-
field_56110
- Mappings:
Namespace Name Mixin selector named field_56110Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;field_56110:Lnet/minecraft/client/render/entity/model/EntityModelLayer;intermediary field_56110Lnet/minecraft/class_961$class_10651;field_56110:Lnet/minecraft/class_5601;official gLgye$a;g:Lgie;
-
field_56111
- Mappings:
Namespace Name Mixin selector named field_56111Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$class_10651;field_56111:Lnet/minecraft/client/render/entity/model/EntityModelLayer;intermediary field_56111Lnet/minecraft/class_961$class_10651;field_56111:Lnet/minecraft/class_5601;official hLgye$a;h:Lgie;
-
-
Constructor Details
-
class_10651
private class_10651(Identifier identifier, EntityModelLayer entityModelLayer, EntityModelLayer entityModelLayer2, EquipmentModel.LayerType layerType, EntityModelLayer entityModelLayer3, EntityModelLayer entityModelLayer4)
-
-
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
-