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/SkullEntityModelintermediary net/minecraft/class_607official gdh
- 
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 TexturedModelDatastatic ModelDatastatic TexturedModelDatavoidsetHeadRotation(float animationProgress, float yaw, float pitch) Methods inherited from class net.minecraft.client.model.Model
animate, animate, animate, animateWalking, getLayer, getPart, getParts, getRootPart, render, render, resetTransforms 
- 
Field Details
- 
head
- Mappings:
 Namespace Name Mixin selector named headLnet/minecraft/client/render/entity/model/SkullEntityModel;head:Lnet/minecraft/client/model/ModelPart;intermediary field_3564Lnet/minecraft/class_607;field_3564:Lnet/minecraft/class_630;official aLgdh;a:Lgen;
 
 - 
 - 
Constructor Details
- 
SkullEntityModel
- Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/block/entity/SkullBlockEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)Vintermediary <init>Lnet/minecraft/class_5598;<init>(Lnet/minecraft/class_630;)Vofficial <init>Lgdi;<init>(Lgen;)V
 
 - 
 - 
Method Details
- 
getModelData
- Mappings:
 Namespace Name Mixin selector named getModelDataLnet/minecraft/client/render/entity/model/SkullEntityModel;getModelData()Lnet/minecraft/client/model/ModelData;intermediary method_32048Lnet/minecraft/class_607;method_32048()Lnet/minecraft/class_5609;official aLgdh;a()Lgev;
 - 
getHeadTexturedModelData
- Mappings:
 Namespace Name Mixin selector named getHeadTexturedModelDataLnet/minecraft/client/render/entity/model/SkullEntityModel;getHeadTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;intermediary method_32049Lnet/minecraft/class_607;method_32049()Lnet/minecraft/class_5607;official bLgdh;b()Lget;
 - 
getSkullTexturedModelData
- Mappings:
 Namespace Name Mixin selector named getSkullTexturedModelDataLnet/minecraft/client/render/entity/model/SkullEntityModel;getSkullTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;intermediary method_32050Lnet/minecraft/class_607;method_32050()Lnet/minecraft/class_5607;official cLgdh;c()Lget;
 - 
setHeadRotation
public void setHeadRotation(float animationProgress, float yaw, float pitch) - Specified by:
 setHeadRotationin classSkullBlockEntityModel- Mappings:
 Namespace Name Mixin selector named setHeadRotationLnet/minecraft/client/render/block/entity/SkullBlockEntityModel;setHeadRotation(FFF)Vintermediary method_2821Lnet/minecraft/class_5598;method_2821(FFF)Vofficial aLgdi;a(FFF)V
 
 -