Enum Class NautilusEntityRenderer.Type
java.lang.Object
java.lang.Enum<NautilusEntityRenderer.Type>
net.minecraft.client.render.entity.NautilusEntityRenderer.Type
- All Implemented Interfaces:
Serializable,Comparable<NautilusEntityRenderer.Type>,Constable
- Enclosing class:
NautilusEntityRenderer<T extends AbstractNautilusEntity>
@Environment(CLIENT)
public static enum NautilusEntityRenderer.Type
extends Enum<NautilusEntityRenderer.Type>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/NautilusEntityRenderer$Typeintermediary net/minecraft/class_12156$class_12157official hsq$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 Identifier(package private) final EntityModelLayer(package private) final Identifier -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateType(Identifier texture, Identifier babyTexture, EntityModelLayer layer, EntityModelLayer babyLayer) -
Method Summary
Modifier and TypeMethodDescriptionstatic NautilusEntityRenderer.TypeReturns the enum constant of this class with the specified name.static NautilusEntityRenderer.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NAUTILUS
- Mappings:
Namespace Name Mixin selector named NAUTILUSLnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;NAUTILUS:Lnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;intermediary field_63594Lnet/minecraft/class_12156$class_12157;field_63594:Lnet/minecraft/class_12156$class_12157;official aLhsq$a;a:Lhsq$a;
-
ZOMBIE_NAUTILUS
- Mappings:
Namespace Name Mixin selector named ZOMBIE_NAUTILUSLnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;ZOMBIE_NAUTILUS:Lnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;intermediary field_63595Lnet/minecraft/class_12156$class_12157;field_63595:Lnet/minecraft/class_12156$class_12157;official bLhsq$a;b:Lhsq$a;
-
-
Field Details
-
texture
- Mappings:
Namespace Name Mixin selector named textureLnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;texture:Lnet/minecraft/util/Identifier;intermediary field_63596Lnet/minecraft/class_12156$class_12157;field_63596:Lnet/minecraft/class_2960;official cLhsq$a;c:Lamy;
-
babyTexture
- Mappings:
Namespace Name Mixin selector named babyTextureLnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;babyTexture:Lnet/minecraft/util/Identifier;intermediary field_63597Lnet/minecraft/class_12156$class_12157;field_63597:Lnet/minecraft/class_2960;official dLhsq$a;d:Lamy;
-
layer
- Mappings:
Namespace Name Mixin selector named layerLnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;layer:Lnet/minecraft/client/render/entity/model/EntityModelLayer;intermediary field_63598Lnet/minecraft/class_12156$class_12157;field_63598:Lnet/minecraft/class_5601;official eLhsq$a;e:Lhbu;
-
babyLayer
- Mappings:
Namespace Name Mixin selector named babyLayerLnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;babyLayer:Lnet/minecraft/client/render/entity/model/EntityModelLayer;intermediary field_63599Lnet/minecraft/class_12156$class_12157;field_63599:Lnet/minecraft/class_5601;official fLhsq$a;f:Lhbu;
-
-
Constructor Details
-
Type
private Type(Identifier texture, Identifier babyTexture, EntityModelLayer layer, EntityModelLayer babyLayer) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/entity/NautilusEntityRenderer$Type;<init>(Ljava/lang/String;ILnet/minecraft/util/Identifier;Lnet/minecraft/util/Identifier;Lnet/minecraft/client/render/entity/model/EntityModelLayer;Lnet/minecraft/client/render/entity/model/EntityModelLayer;)Vintermediary <init>Lnet/minecraft/class_12156$class_12157;<init>(Ljava/lang/String;ILnet/minecraft/class_2960;Lnet/minecraft/class_2960;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;)Vofficial <init>Lhsq$a;<init>(Ljava/lang/String;ILamy;Lamy;Lhbu;Lhbu;)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
-