Class HeadModelRenderer
java.lang.Object
net.minecraft.client.render.item.model.special.HeadModelRenderer
- All Implemented Interfaces:
SpecialModelRenderer<ProfileComponent>
@Environment(CLIENT)
public class HeadModelRenderer
extends Object
implements SpecialModelRenderer<ProfileComponent>
- Mappings:
Namespace Name named net/minecraft/client/render/item/model/special/HeadModelRendererintermediary net/minecraft/class_10513official hdn
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SkullBlock.SkullTypeprivate final SkullBlockEntityModel -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(@Nullable ProfileComponent profileComponent, ModelTransformationMode modelTransformationMode, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, boolean bool)
-
Field Details
-
kind
- Mappings:
Namespace Name Mixin selector named kindLnet/minecraft/client/render/item/model/special/HeadModelRenderer;kind:Lnet/minecraft/block/SkullBlock$SkullType;intermediary field_55449Lnet/minecraft/class_10513;field_55449:Lnet/minecraft/class_2484$class_2485;official aLhdn;a:Ldqt$a;
-
model
- Mappings:
Namespace Name Mixin selector named modelLnet/minecraft/client/render/item/model/special/HeadModelRenderer;model:Lnet/minecraft/client/render/block/entity/SkullBlockEntityModel;intermediary field_55450Lnet/minecraft/class_10513;field_55450:Lnet/minecraft/class_5598;official bLhdn;b:Lgdx;
-
-
Constructor Details
-
HeadModelRenderer
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/item/model/special/HeadModelRenderer;<init>(Lnet/minecraft/block/SkullBlock$SkullType;Lnet/minecraft/client/render/block/entity/SkullBlockEntityModel;)Vintermediary <init>Lnet/minecraft/class_10513;<init>(Lnet/minecraft/class_2484$class_2485;Lnet/minecraft/class_5598;)Vofficial <init>Lhdn;<init>(Ldqt$a;Lgdx;)V
-
-
Method Details
-
getData
- Specified by:
getDatain interfaceSpecialModelRenderer<ProfileComponent>- Mappings:
Namespace Name Mixin selector named getDataLnet/minecraft/client/render/item/model/special/HeadModelRenderer;getData(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/component/type/ProfileComponent;intermediary method_65709Lnet/minecraft/class_10513;method_65709(Lnet/minecraft/class_1799;)Lnet/minecraft/class_9296;official aLhdn;a(Lcwp;)Lczo;
-
render
public void render(@Nullable @Nullable ProfileComponent profileComponent, ModelTransformationMode modelTransformationMode, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, boolean bool) - Specified by:
renderin interfaceSpecialModelRenderer<ProfileComponent>- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/item/model/special/HeadModelRenderer;render(Lnet/minecraft/component/type/ProfileComponent;Lnet/minecraft/item/ModelTransformationMode;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IIZ)Vintermediary method_65710Lnet/minecraft/class_10513;method_65710(Lnet/minecraft/class_9296;Lnet/minecraft/class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;IIZ)Vofficial aLhdn;a(Lczo;Lcwn;Lffu;Lglx;IIZ)V
-