Class DragonHeadEntityModel
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.block.entity.SkullBlockEntityModel
net.minecraft.client.render.entity.model.DragonHeadEntityModel
Represents the model of the dragon head.
- Mappings:
Namespace Name named net/minecraft/client/render/entity/model/DragonHeadEntityModel
intermediary net/minecraft/class_626
official fww
-
Field Summary
Fields inherited from class net.minecraft.client.model.Model
layerFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TexturedModelData
void
render
(MatrixStack matrices, VertexConsumer vertices, int light, int overlay, float red, float green, float blue, float alpha) Renders the model.void
setHeadRotation
(float animationProgress, float yaw, float pitch)
-
Field Details
-
head
- Mappings:
Namespace Name Mixin selector named head
Lnet/minecraft/client/render/entity/model/DragonHeadEntityModel;head:Lnet/minecraft/client/model/ModelPart;
intermediary field_3638
Lnet/minecraft/class_626;field_3638:Lnet/minecraft/class_630;
official a
Lfww;a:Lfxc;
-
jaw
- Mappings:
Namespace Name Mixin selector named jaw
Lnet/minecraft/client/render/entity/model/DragonHeadEntityModel;jaw:Lnet/minecraft/client/model/ModelPart;
intermediary field_3639
Lnet/minecraft/class_626;field_3639:Lnet/minecraft/class_630;
official b
Lfww;b:Lfxc;
-
-
Constructor Details
-
DragonHeadEntityModel
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/entity/model/DragonHeadEntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)V
intermediary <init>
Lnet/minecraft/class_626;<init>(Lnet/minecraft/class_630;)V
official <init>
Lfww;<init>(Lfxc;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector named getTexturedModelData
Lnet/minecraft/client/render/entity/model/DragonHeadEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;
intermediary method_32071
Lnet/minecraft/class_626;method_32071()Lnet/minecraft/class_5607;
official a
Lfww;a()Lfxi;
-
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
Lfvz;a(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:
render
in classModel
- Parameters:
light
- the lightmap coordinates used for this model rendering- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/model/Model;render(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumer;IIFFFF)V
intermediary method_2828
Lnet/minecraft/class_3879;method_2828(Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;IIFFFF)V
official a
Lfuy;a(Lfaa;Lfae;IIFFFF)V
-