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 fbl
intermediary net/minecraft/class_602
named net/minecraft/client/render/entity/model/ShulkerEntityModel
-
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 official a
Lfbl;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;
-
BASE
The key of the base model part, whose value is "base".- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lfbl;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
Lfbl;f:Lfcr;
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
Lfbl;g:Lfcr;
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
Lfbl;h:Lfcr;
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>
Lfbl;<init>(Lfcr;)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
Lfbl;a()Lfcx;
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:
setAngles
in classEntityModel<T extends ShulkerEntity>
- Mappings:
Namespace Name Mixin selector official a
Lfbl;a(Lbwg;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:
getParts
in classCompositeEntityModel<T extends ShulkerEntity>
- Mappings:
Namespace Name Mixin selector official d
Lfak;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
Lfbl;b()Lfcr;
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
Lfbl;c()Lfcr;
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;
-