Class ShulkerEntityModel<T extends ShulkerEntity>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<T>
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 named net/minecraft/client/render/entity/model/ShulkerEntityModel
intermediary net/minecraft/class_602
official fvv
-
Field Summary
Modifier and TypeFieldDescriptionprivate final ModelPart
private static final String
The key of the base model part, whose value is "base".private final ModelPart
private final ModelPart
private static final String
The key of the lid model part, whose value is "lid".Fields inherited from class net.minecraft.client.render.entity.model.EntityModel
child, handSwingProgress, riding
Fields inherited from class net.minecraft.client.model.Model
layerFactory
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.client.render.entity.model.CompositeEntityModel
render
Methods inherited from class net.minecraft.client.render.entity.model.EntityModel
animateModel, copyStateTo
-
Field Details
-
LID
The key of the lid model part, whose value is "lid".- See Also:
- Mappings:
Namespace Name Mixin selector named LID
Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;LID:Ljava/lang/String;
intermediary field_32554
Lnet/minecraft/class_602;field_32554:Ljava/lang/String;
official a
Lfvv;a:Ljava/lang/String;
-
BASE
The key of the base model part, whose value is "base".- See Also:
- Mappings:
Namespace Name Mixin selector named BASE
Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;BASE:Ljava/lang/String;
intermediary field_32555
Lnet/minecraft/class_602;field_32555:Ljava/lang/String;
official b
Lfvv;b:Ljava/lang/String;
-
base
- Mappings:
Namespace Name Mixin selector named base
Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;base:Lnet/minecraft/client/model/ModelPart;
intermediary field_3553
Lnet/minecraft/class_602;field_3553:Lnet/minecraft/class_630;
official f
Lfvv;f:Lfxc;
-
lid
- Mappings:
Namespace Name Mixin selector named lid
Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;lid:Lnet/minecraft/client/model/ModelPart;
intermediary field_3555
Lnet/minecraft/class_602;field_3555:Lnet/minecraft/class_630;
official g
Lfvv;g:Lfxc;
-
head
- Mappings:
Namespace Name Mixin selector named head
Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;head:Lnet/minecraft/client/model/ModelPart;
intermediary field_3554
Lnet/minecraft/class_602;field_3554:Lnet/minecraft/class_630;
official h
Lfvv;h:Lfxc;
-
-
Constructor Details
-
ShulkerEntityModel
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
intermediary <init>
Lnet/minecraft/class_602;<init>(Lnet/minecraft/class_630;)V
official <init>
Lfvv;<init>(Lfxc;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector named getTexturedModelData
Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
intermediary method_32041
Lnet/minecraft/class_602;method_32041()Lnet/minecraft/class_5607;
official a
Lfvv;a()Lfxi;
-
setAngles
- Specified by:
setAngles
in classEntityModel<T extends ShulkerEntity>
- Mappings:
Namespace Name Mixin selector named setAngles
Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;setAngles(Lnet/minecraft/entity/mob/ShulkerEntity;FFFFF)V
intermediary method_17122
Lnet/minecraft/class_602;method_17122(Lnet/minecraft/class_1606;FFFFF)V
official a
Lfvv;a(Lckl;FFFFF)V
-
getParts
- Specified by:
getParts
in classCompositeEntityModel<T extends ShulkerEntity>
- Mappings:
Namespace Name Mixin selector named getParts
Lnet/minecraft/client/render/entity/model/CompositeEntityModel;getParts()Ljava/lang/Iterable;
intermediary method_22960
Lnet/minecraft/class_4595;method_22960()Ljava/lang/Iterable;
official d
Lfuu;d()Ljava/lang/Iterable;
-
getLid
- Mappings:
Namespace Name Mixin selector named getLid
Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;getLid()Lnet/minecraft/client/model/ModelPart;
intermediary method_2829
Lnet/minecraft/class_602;method_2829()Lnet/minecraft/class_630;
official b
Lfvv;b()Lfxc;
-
getHead
- Mappings:
Namespace Name Mixin selector named getHead
Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;getHead()Lnet/minecraft/client/model/ModelPart;
intermediary method_2830
Lnet/minecraft/class_602;method_2830()Lnet/minecraft/class_630;
official c
Lfvv;c()Lfxc;
-