Class SkullEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.block.entity.SkullBlockEntityModel
net.minecraft.client.render.entity.model.SkullEntityModel
Represents the model of a skull.
- Mappings:
Namespace Name official erbintermediary net/minecraft/class_607named net/minecraft/client/render/entity/model/SkullEntityModel
-
Field Summary
FieldsFields inherited from class net.minecraft.client.model.Model
layerFactory -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TexturedModelDatastatic ModelDatastatic TexturedModelDatavoidrender(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha) Renders the model.voidsetHeadRotation(float animationProgress, float yaw, float pitch)
-
Field Details
-
root
- Mappings:
Namespace Name Mixin selector official bLerb;b:Lesc;intermediary field_27498Lnet/minecraft/class_607;field_27498:Lnet/minecraft/class_630;named rootLnet/minecraft/client/render/entity/model/SkullEntityModel;root:Lnet/minecraft/client/model/ModelPart;
-
head
- Mappings:
Namespace Name Mixin selector official aLerb;a:Lesc;intermediary field_3564Lnet/minecraft/class_607;field_3564:Lnet/minecraft/class_630;named headLnet/minecraft/client/render/entity/model/SkullEntityModel;head:Lnet/minecraft/client/model/ModelPart;
-
-
Constructor Details
-
SkullEntityModel
- Mappings:
Namespace Name Mixin selector official <init>Lerb;<init>(Lesc;)Vintermediary <init>Lnet/minecraft/class_607;<init>(Lnet/minecraft/class_630;)Vnamed <init>Lnet/minecraft/client/render/entity/model/SkullEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
-
-
Method Details
-
getModelData
- Mappings:
Namespace Name Mixin selector official aLerb;a()Lesk;intermediary method_32048Lnet/minecraft/class_607;method_32048()Lnet/minecraft/class_5609;named getModelDataLnet/minecraft/client/render/entity/model/SkullEntityModel;getModelData()Lnet/minecraft/client/model/ModelData;
-
getHeadTexturedModelData
- Mappings:
Namespace Name Mixin selector official bLerb;b()Lesi;intermediary method_32049Lnet/minecraft/class_607;method_32049()Lnet/minecraft/class_5607;named getHeadTexturedModelDataLnet/minecraft/client/render/entity/model/SkullEntityModel;getHeadTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
getSkullTexturedModelData
- Mappings:
Namespace Name Mixin selector official cLerb;c()Lesi;intermediary method_32050Lnet/minecraft/class_607;method_32050()Lnet/minecraft/class_5607;named getSkullTexturedModelDataLnet/minecraft/client/render/entity/model/SkullEntityModel;getSkullTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
-
setHeadRotation
public void setHeadRotation(float animationProgress, float yaw, float pitch) - Specified by:
setHeadRotationin classSkullBlockEntityModel- Mappings:
Namespace Name Mixin selector official aLerc;a(FFF)Vintermediary method_2821Lnet/minecraft/class_5598;method_2821(FFF)Vnamed setHeadRotationLnet/minecraft/client/render/block/entity/SkullBlockEntityModel;setHeadRotation(FFF)V
-
render
public void render(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha) Renders the model.- Specified by:
renderin classModel- Parameters:
light- the lightmap coordinates used for this model rendering- Mappings:
Namespace Name Mixin selector official aLeqd;a(Ldzb;Ldzf;IIFFFF)Vintermediary method_2828Lnet/minecraft/class_3879;method_2828(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;IIFFFF)Vnamed renderLnet/minecraft/client/model/Model;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;IIFFFF)V
-