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 - fcy- intermediary - net/minecraft/class_602- named - net/minecraft/client/render/entity/model/ShulkerEntityModel
- 
Field SummaryFieldsModifier 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.EntityModelchild, handSwingProgress, ridingFields inherited from class net.minecraft.client.model.ModellayerFactory
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.minecraft.client.render.entity.model.CompositeEntityModelrenderMethods inherited from class net.minecraft.client.render.entity.model.EntityModelanimateModel, copyStateTo
- 
Field Details- 
LIDThe key of the lid model part, whose value is "lid".- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfcy;a:Ljava/lang/String;- intermediary - field_32554- Lnet/minecraft/class_602;field_32554:Ljava/lang/String;- named - LID- Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;LID:Ljava/lang/String;
 
- 
BASEThe key of the base model part, whose value is "base".- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lfcy;b:Ljava/lang/String;- intermediary - field_32555- Lnet/minecraft/class_602;field_32555:Ljava/lang/String;- named - BASE- Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;BASE:Ljava/lang/String;
 
- 
base- Mappings:
- Namespace - Name - Mixin selector - official - f- Lfcy;f:Lfee;- intermediary - field_3553- Lnet/minecraft/class_602;field_3553:Lnet/minecraft/class_630;- named - base- Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;base:Lnet/minecraft/client/model/ModelPart;
 
- 
lid- Mappings:
- Namespace - Name - Mixin selector - official - g- Lfcy;g:Lfee;- intermediary - field_3555- Lnet/minecraft/class_602;field_3555:Lnet/minecraft/class_630;- named - lid- Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;lid:Lnet/minecraft/client/model/ModelPart;
 
- 
head- Mappings:
- Namespace - Name - Mixin selector - official - h- Lfcy;h:Lfee;- intermediary - field_3554- Lnet/minecraft/class_602;field_3554:Lnet/minecraft/class_630;- named - head- Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;head:Lnet/minecraft/client/model/ModelPart;
 
 
- 
- 
Constructor Details- 
ShulkerEntityModel- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lfcy;<init>(Lfee;)V- intermediary - <init>- Lnet/minecraft/class_602;<init>(Lnet/minecraft/class_630;)V- named - <init>- Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
 
 
- 
- 
Method Details- 
getTexturedModelData- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfcy;a()Lfek;- intermediary - method_32041- Lnet/minecraft/class_602;method_32041()Lnet/minecraft/class_5607;- named - getTexturedModelData- Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
 
- 
setAngles- Specified by:
- setAnglesin class- EntityModel<T extends ShulkerEntity>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lfcy;a(Lbwi;FFFFF)V- intermediary - method_17122- Lnet/minecraft/class_602;method_17122(Lnet/minecraft/class_1606;FFFFF)V- named - setAngles- Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;setAngles(Lnet/minecraft/entity/mob/ShulkerEntity;FFFFF)V
 
- 
getParts- Specified by:
- getPartsin class- CompositeEntityModel<T extends ShulkerEntity>
- Mappings:
- Namespace - Name - Mixin selector - official - d- Lfbx;d()Ljava/lang/Iterable;- intermediary - method_22960- Lnet/minecraft/class_4595;method_22960()Ljava/lang/Iterable;- named - getParts- Lnet/minecraft/client/render/entity/model/CompositeEntityModel;getParts()Ljava/lang/Iterable;
 
- 
getLid- Mappings:
- Namespace - Name - Mixin selector - official - b- Lfcy;b()Lfee;- intermediary - method_2829- Lnet/minecraft/class_602;method_2829()Lnet/minecraft/class_630;- named - getLid- Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;getLid()Lnet/minecraft/client/model/ModelPart;
 
- 
getHead- Mappings:
- Namespace - Name - Mixin selector - official - c- Lfcy;c()Lfee;- intermediary - method_2830- Lnet/minecraft/class_602;method_2830()Lnet/minecraft/class_630;- named - getHead- Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;getHead()Lnet/minecraft/client/model/ModelPart;
 
 
-