Class DecoratedPotModelRenderer
java.lang.Object
net.minecraft.client.render.item.model.special.DecoratedPotModelRenderer
- All Implemented Interfaces:
SpecialModelRenderer<Sherds>
@Environment(CLIENT)
public class DecoratedPotModelRenderer
extends Object
implements SpecialModelRenderer<Sherds>
- Mappings:
Namespace Name named net/minecraft/client/render/item/model/special/DecoratedPotModelRenderer
intermediary net/minecraft/class_10506
official hdr
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDecoratedPotModelRenderer
(DecoratedPotBlockEntityRenderer blockEntityRenderer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(@Nullable Sherds sherds, ModelTransformationMode modelTransformationMode, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, boolean bool)
-
Field Details
-
blockEntityRenderer
- Mappings:
Namespace Name Mixin selector named blockEntityRenderer
Lnet/minecraft/client/render/item/model/special/DecoratedPotModelRenderer;blockEntityRenderer:Lnet/minecraft/client/render/block/entity/DecoratedPotBlockEntityRenderer;
intermediary field_55439
Lnet/minecraft/class_10506;field_55439:Lnet/minecraft/class_8188;
official a
Lhdr;a:Lgot;
-
-
Constructor Details
-
DecoratedPotModelRenderer
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/item/model/special/DecoratedPotModelRenderer;<init>(Lnet/minecraft/client/render/block/entity/DecoratedPotBlockEntityRenderer;)V
intermediary <init>
Lnet/minecraft/class_10506;<init>(Lnet/minecraft/class_8188;)V
official <init>
Lhdr;<init>(Lgot;)V
-
-
Method Details
-
getData
- Specified by:
getData
in interfaceSpecialModelRenderer<Sherds>
- Mappings:
Namespace Name Mixin selector named getData
Lnet/minecraft/client/render/item/model/special/DecoratedPotModelRenderer;getData(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/block/entity/Sherds;
intermediary method_65702
Lnet/minecraft/class_10506;method_65702(Lnet/minecraft/class_1799;)Lnet/minecraft/class_8526;
official a
Lhdr;a(Lcwq;)Ldvh;
-
render
public void render(@Nullable @Nullable Sherds sherds, ModelTransformationMode modelTransformationMode, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, boolean bool) - Specified by:
render
in interfaceSpecialModelRenderer<Sherds>
- Mappings:
Namespace Name Mixin selector named render
Lnet/minecraft/client/render/item/model/special/DecoratedPotModelRenderer;render(Lnet/minecraft/block/entity/Sherds;Lnet/minecraft/item/ModelTransformationMode;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IIZ)V
intermediary method_65703
Lnet/minecraft/class_10506;method_65703(Lnet/minecraft/class_8526;Lnet/minecraft/class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;IIZ)V
official a
Lhdr;a(Ldvh;Lcwo;Lffv;Lglz;IIZ)V
-