Enum Class UndeadHorseEntityRenderer.Type
java.lang.Object
java.lang.Enum<UndeadHorseEntityRenderer.Type>
net.minecraft.client.render.entity.UndeadHorseEntityRenderer.Type
- All Implemented Interfaces:
Serializable,Comparable<UndeadHorseEntityRenderer.Type>,Constable
- Enclosing class:
UndeadHorseEntityRenderer
@Environment(CLIENT)
public static enum UndeadHorseEntityRenderer.Type
extends Enum<UndeadHorseEntityRenderer.Type>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/UndeadHorseEntityRenderer$Typeintermediary net/minecraft/class_961$class_10651official hqu$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 EntityModelLayer(package private) final EntityModelLayer(package private) final EntityModelLayer(package private) final EquipmentModel.LayerType(package private) final EntityModelLayer(package private) final Identifier -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateType(Identifier texture, EntityModelLayer modelLayer, EntityModelLayer babyModelLayer, EquipmentModel.LayerType saddleLayerType, EntityModelLayer saddleModelLayer, EntityModelLayer babySaddleModelLayer) -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static UndeadHorseEntityRenderer.Type[]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$Type;SKELETON:Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;intermediary field_56104Lnet/minecraft/class_961$class_10651;field_56104:Lnet/minecraft/class_961$class_10651;official aLhqu$a;a:Lhqu$a;
-
ZOMBIE
- Mappings:
Namespace Name Mixin selector named ZOMBIELnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;ZOMBIE:Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;intermediary field_56105Lnet/minecraft/class_961$class_10651;field_56105:Lnet/minecraft/class_961$class_10651;official bLhqu$a;b:Lhqu$a;
-
-
Field Details
-
texture
- Mappings:
Namespace Name Mixin selector named textureLnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;texture:Lnet/minecraft/util/Identifier;intermediary field_56106Lnet/minecraft/class_961$class_10651;field_56106:Lnet/minecraft/class_2960;official cLhqu$a;c:Lamj;
-
modelLayer
- Mappings:
Namespace Name Mixin selector named modelLayerLnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;modelLayer:Lnet/minecraft/client/render/entity/model/EntityModelLayer;intermediary field_56107Lnet/minecraft/class_961$class_10651;field_56107:Lnet/minecraft/class_5601;official dLhqu$a;d:Lgyn;
-
babyModelLayer
- Mappings:
Namespace Name Mixin selector named babyModelLayerLnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;babyModelLayer:Lnet/minecraft/client/render/entity/model/EntityModelLayer;intermediary field_56108Lnet/minecraft/class_961$class_10651;field_56108:Lnet/minecraft/class_5601;official eLhqu$a;e:Lgyn;
-
saddleLayerType
- Mappings:
Namespace Name Mixin selector named saddleLayerTypeLnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;saddleLayerType: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 fLhqu$a;f:Lier$d;
-
saddleModelLayer
- Mappings:
Namespace Name Mixin selector named saddleModelLayerLnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;saddleModelLayer:Lnet/minecraft/client/render/entity/model/EntityModelLayer;intermediary field_56110Lnet/minecraft/class_961$class_10651;field_56110:Lnet/minecraft/class_5601;official gLhqu$a;g:Lgyn;
-
babySaddleModelLayer
- Mappings:
Namespace Name Mixin selector named babySaddleModelLayerLnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;babySaddleModelLayer:Lnet/minecraft/client/render/entity/model/EntityModelLayer;intermediary field_56111Lnet/minecraft/class_961$class_10651;field_56111:Lnet/minecraft/class_5601;official hLhqu$a;h:Lgyn;
-
-
Constructor Details
-
Type
private Type(Identifier texture, EntityModelLayer modelLayer, EntityModelLayer babyModelLayer, EquipmentModel.LayerType saddleLayerType, EntityModelLayer saddleModelLayer, EntityModelLayer babySaddleModelLayer) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/entity/UndeadHorseEntityRenderer$Type;<init>(Ljava/lang/String;ILnet/minecraft/util/Identifier;Lnet/minecraft/client/render/entity/model/EntityModelLayer;Lnet/minecraft/client/render/entity/model/EntityModelLayer;Lnet/minecraft/client/render/entity/equipment/EquipmentModel$LayerType;Lnet/minecraft/client/render/entity/model/EntityModelLayer;Lnet/minecraft/client/render/entity/model/EntityModelLayer;)Vintermediary <init>Lnet/minecraft/class_961$class_10651;<init>(Ljava/lang/String;ILnet/minecraft/class_2960;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;Lnet/minecraft/class_10186$class_10190;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;)Vofficial <init>Lhqu$a;<init>(Ljava/lang/String;ILamj;Lgyn;Lgyn;Lier$d;Lgyn;Lgyn;)V
-
-
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
-