Class ShulkerEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<ShulkerEntityRenderState>
net.minecraft.client.render.entity.model.ShulkerEntityModel
- Mappings:
Namespace Name named net/minecraft/client/render/entity/model/ShulkerEntityModelintermediary net/minecraft/class_602official gjh
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.SinglePartModel -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final StringThe key of the base model part, whose value is "base".private final ModelPartprivate final ModelPartstatic final StringThe key of the lid model part, whose value is "lid".Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
field_52908Fields inherited from class net.minecraft.client.model.Model
layerFactory, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static ModelDatastatic TexturedModelDatastatic TexturedModelDatavoidsetAngles(ShulkerEntityRenderState shulkerEntityRenderState) Methods inherited from class net.minecraft.client.model.Model
animate, animate, animate, animateWalking, getLayer, getPart, getParts, getRootPart, render, render, resetTransforms
-
Field Details
-
LID
The key of the lid model part, whose value is "lid".- See Also:
- Mappings:
Namespace Name Mixin selector named LIDLnet/minecraft/client/render/entity/model/ShulkerEntityModel;LID:Ljava/lang/String;intermediary field_32554Lnet/minecraft/class_602;field_32554:Ljava/lang/String;official aLgjh;a:Ljava/lang/String;
-
BASE
The key of the base model part, whose value is "base".- See Also:
- Mappings:
Namespace Name Mixin selector named BASELnet/minecraft/client/render/entity/model/ShulkerEntityModel;BASE:Ljava/lang/String;intermediary field_32555Lnet/minecraft/class_602;field_32555:Ljava/lang/String;official bLgjh;b:Ljava/lang/String;
-
lid
- Mappings:
Namespace Name Mixin selector named lidLnet/minecraft/client/render/entity/model/ShulkerEntityModel;lid:Lnet/minecraft/client/model/ModelPart;intermediary field_3555Lnet/minecraft/class_602;field_3555:Lnet/minecraft/class_630;official cLgjh;c:Lgkr;
-
head
- Mappings:
Namespace Name Mixin selector named headLnet/minecraft/client/render/entity/model/ShulkerEntityModel;head:Lnet/minecraft/client/model/ModelPart;intermediary field_3554Lnet/minecraft/class_602;field_3554:Lnet/minecraft/class_630;official dLgjh;d:Lgkr;
-
-
Constructor Details
-
ShulkerEntityModel
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/entity/model/EntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)Vintermediary <init>Lnet/minecraft/class_583;<init>(Lnet/minecraft/class_630;)Vofficial <init>Lghn;<init>(Lgkr;)V
-
-
Method Details
-
getModelData
- Mappings:
Namespace Name Mixin selector named getModelDataLnet/minecraft/client/render/entity/model/ShulkerEntityModel;getModelData()Lnet/minecraft/client/model/ModelData;intermediary method_62116Lnet/minecraft/class_602;method_62116()Lnet/minecraft/class_5609;official cLgjh;c()Lgkz;
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector named getTexturedModelDataLnet/minecraft/client/render/entity/model/ShulkerEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;intermediary method_32041Lnet/minecraft/class_602;method_32041()Lnet/minecraft/class_5607;official aLgjh;a()Lgkx;
-
getShulkerBoxTexturedModelData
- Mappings:
Namespace Name Mixin selector named getShulkerBoxTexturedModelDataLnet/minecraft/client/render/entity/model/ShulkerEntityModel;getShulkerBoxTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;intermediary method_62115Lnet/minecraft/class_602;method_62115()Lnet/minecraft/class_5607;official bLgjh;b()Lgkx;
-
setAngles
- Overrides:
setAnglesin classEntityModel<ShulkerEntityRenderState>- Mappings:
Namespace Name Mixin selector named setAnglesLnet/minecraft/client/render/entity/model/ShulkerEntityModel;setAngles(Lnet/minecraft/client/render/entity/state/ShulkerEntityRenderState;)Vintermediary method_17122Lnet/minecraft/class_602;method_17122(Lnet/minecraft/class_10065;)Vofficial aLgjh;a(Lhfz;)V
-