Class ShulkerEntityModel<T extends ShulkerEntity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<E>
net.minecraft.client.render.entity.model.CompositeEntityModel<T>
net.minecraft.client.render.entity.model.ShulkerEntityModel<T>
@Environment(CLIENT)
public class ShulkerEntityModel<T extends ShulkerEntity>
extends CompositeEntityModel<T>
- Mappings:
Namespace Name official evointermediary net/minecraft/class_602named net/minecraft/client/render/entity/model/ShulkerEntityModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ModelPartprivate static final StringThe key of the base model part, whose value is "base".private final ModelPartprivate final ModelPartprivate static final StringThe key of the lid model part, whose value is "lid".Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.Model
layerFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHead()getLid()getParts()static TexturedModelDatavoidmethod_17122(T t, float float2, float float3, float float4, float float5, float float6) Methods inherited from class net.minecraft.client.render.entity.model.CompositeEntityModel
renderMethods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo, setAngles
-
Field Details
-
LID
The key of the lid model part, whose value is "lid".- See Also:
- Mappings:
Namespace Name Mixin selector official aLevo;a:Ljava/lang/String;intermediary field_32554Lnet/minecraft/class_602;field_32554:Ljava/lang/String;named LIDLnet/minecraft/client/render/entity/model/ShulkerEntityModel;LID:Ljava/lang/String;
-
BASE
The key of the base model part, whose value is "base".- See Also:
- Mappings:
Namespace Name Mixin selector official bLevo;b:Ljava/lang/String;intermediary field_32555Lnet/minecraft/class_602;field_32555:Ljava/lang/String;named BASELnet/minecraft/client/render/entity/model/ShulkerEntityModel;BASE:Ljava/lang/String;
-
base
- Mappings:
Namespace Name Mixin selector official fLevo;f:Lewt;intermediary field_3553Lnet/minecraft/class_602;field_3553:Lnet/minecraft/class_630;named baseLnet/minecraft/client/render/entity/model/ShulkerEntityModel;base:Lnet/minecraft/client/model/ModelPart;
-
lid
- Mappings:
Namespace Name Mixin selector official gLevo;g:Lewt;intermediary field_3555Lnet/minecraft/class_602;field_3555:Lnet/minecraft/class_630;named lidLnet/minecraft/client/render/entity/model/ShulkerEntityModel;lid:Lnet/minecraft/client/model/ModelPart;
-
head
- Mappings:
Namespace Name Mixin selector official hLevo;h:Lewt;intermediary field_3554Lnet/minecraft/class_602;field_3554:Lnet/minecraft/class_630;named headLnet/minecraft/client/render/entity/model/ShulkerEntityModel;head:Lnet/minecraft/client/model/ModelPart;
-
-
Constructor Details
-
ShulkerEntityModel
- Mappings:
Namespace Name Mixin selector official <init>Levo;<init>(Lewt;)Vintermediary <init>Lnet/minecraft/class_602;<init>(Lnet/minecraft/class_630;)Vnamed <init>Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector official aLevo;a()Lewz;intermediary method_32041Lnet/minecraft/class_602;method_32041()Lnet/minecraft/class_5607;named getTexturedModelDataLnet/minecraft/client/render/entity/model/ShulkerEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
method_17122
- Mappings:
Namespace Name Mixin selector official aLevo;a(Lbtm;FFFFF)Vintermediary method_17122Lnet/minecraft/class_602;method_17122(Lnet/minecraft/class_1606;FFFFF)Vnamed method_17122Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;method_17122(Lnet/minecraft/entity/mob/ShulkerEntity;FFFFF)V
-
getParts
- Specified by:
getPartsin classCompositeEntityModel<T extends ShulkerEntity>- Mappings:
Namespace Name Mixin selector official dLeuo;d()Ljava/lang/Iterable;intermediary method_22960Lnet/minecraft/class_4595;method_22960()Ljava/lang/Iterable;named getPartsLnet/minecraft/client/render/entity/model/CompositeEntityModel;getParts()Ljava/lang/Iterable;
-
getLid
- Mappings:
Namespace Name Mixin selector official bLevo;b()Lewt;intermediary method_2829Lnet/minecraft/class_602;method_2829()Lnet/minecraft/class_630;named getLidLnet/minecraft/client/render/entity/model/ShulkerEntityModel;getLid()Lnet/minecraft/client/model/ModelPart;
-
getHead
- Mappings:
Namespace Name Mixin selector official cLevo;c()Lewt;intermediary method_2830Lnet/minecraft/class_602;method_2830()Lnet/minecraft/class_630;named getHeadLnet/minecraft/client/render/entity/model/ShulkerEntityModel;getHead()Lnet/minecraft/client/model/ModelPart;
-