Class SkullBlockEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.block.entity.SkullBlockEntityModel
- Direct Known Subclasses:
DragonHeadEntityModel
,PiglinHeadEntityModel
,SkullEntityModel
- Mappings:
Namespace Name named net/minecraft/client/render/block/entity/SkullBlockEntityModel
intermediary net/minecraft/class_5598
official gdi
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.SinglePartModel
-
Field Summary
Fields inherited from class net.minecraft.client.model.Model
layerFactory, root
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
setHeadRotation
(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
-
Constructor Details
-
SkullBlockEntityModel
- 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>
Lgdi;<init>(Lgen;)V
-
-
Method Details
-
setHeadRotation
public abstract void setHeadRotation(float animationProgress, float yaw, float pitch) - 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
Lgdi;a(FFF)V
-