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 ecf
intermediary net/minecraft/class_602
named net/minecraft/client/render/entity/model/ShulkerEntityModel
-
Field Summary
Fields Modifier and Type Field Description private ModelPart
base
private ModelPart
head
private ModelPart
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
Constructors Constructor Description ShulkerEntityModel(ModelPart root)
-
Method Summary
Modifier and Type Method Description ModelPart
getHead()
Iterable<ModelPart>
getParts()
static TexturedModelData
getTexturedModelData()
ModelPart
getTopShell()
void
setAngles(T t, float float2, float float3, float float4, float float5, float float6)
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
-
base
- Mappings:
Namespace Name Mixin selector official a
Lecf;a:Ledh;
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 b
Lecf;b:Ledh;
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 f
Lecf;f:Ledh;
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>
Lecf;<init>(Ledh;)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
Lecf;a()Ledn;
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
Lecf;a(Lbfl;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
Lebg;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;
-
getTopShell
- Mappings:
Namespace Name Mixin selector official b
Lecf;b()Ledh;
intermediary method_2829
Lnet/minecraft/class_602;method_2829()Lnet/minecraft/class_630;
named getTopShell
Lnet/minecraft/client/render/entity/model/ShulkerEntityModel;getTopShell()Lnet/minecraft/client/model/ModelPart;
-
getHead
- Mappings:
Namespace Name Mixin selector official c
Lecf;c()Ledh;
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;
-