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 named net/minecraft/client/render/entity/model/SkullEntityModel
intermediary net/minecraft/class_607
official gpf
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.SinglePartModel
-
Field Summary
FieldsFields inherited from class net.minecraft.client.model.Model
layerFactory, root
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TexturedModelData
static ModelData
static TexturedModelData
void
setHeadRotation
(float animationProgress, float yaw, float pitch) Methods inherited from class net.minecraft.client.model.Model
getLayer, getParts, getRootPart, render, render, resetTransforms
-
Field Details
-
head
- Mappings:
Namespace Name Mixin selector named head
Lnet/minecraft/client/render/entity/model/SkullEntityModel;head:Lnet/minecraft/client/model/ModelPart;
intermediary field_3564
Lnet/minecraft/class_607;field_3564:Lnet/minecraft/class_630;
official a
Lgpf;a:Lgqm;
-
-
Constructor Details
-
SkullEntityModel
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/block/entity/SkullBlockEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
intermediary <init>
Lnet/minecraft/class_5598;<init>(Lnet/minecraft/class_630;)V
official <init>
Lgpg;<init>(Lgqm;)V
-
-
Method Details
-
getModelData
- Mappings:
Namespace Name Mixin selector named getModelData
Lnet/minecraft/client/render/entity/model/SkullEntityModel;getModelData()Lnet/minecraft/client/model/ModelData;
intermediary method_32048
Lnet/minecraft/class_607;method_32048()Lnet/minecraft/class_5609;
official a
Lgpf;a()Lgqu;
-
getHeadTexturedModelData
- Mappings:
Namespace Name Mixin selector named getHeadTexturedModelData
Lnet/minecraft/client/render/entity/model/SkullEntityModel;getHeadTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
intermediary method_32049
Lnet/minecraft/class_607;method_32049()Lnet/minecraft/class_5607;
official b
Lgpf;b()Lgqs;
-
getSkullTexturedModelData
- Mappings:
Namespace Name Mixin selector named getSkullTexturedModelData
Lnet/minecraft/client/render/entity/model/SkullEntityModel;getSkullTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
intermediary method_32050
Lnet/minecraft/class_607;method_32050()Lnet/minecraft/class_5607;
official c
Lgpf;c()Lgqs;
-
setHeadRotation
public void setHeadRotation(float animationProgress, float yaw, float pitch) - Specified by:
setHeadRotation
in classSkullBlockEntityModel
- Mappings:
Namespace Name Mixin selector named setHeadRotation
Lnet/minecraft/client/render/block/entity/SkullBlockEntityModel;setHeadRotation(FFF)V
intermediary method_2821
Lnet/minecraft/class_5598;method_2821(FFF)V
official a
Lgpg;a(FFF)V
-