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/DecoratedPotModelRendererintermediary net/minecraft/class_10506official hjo
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDecoratedPotModelRenderer(DecoratedPotBlockEntityRenderer blockEntityRenderer) -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(@Nullable Sherds sherds, ItemDisplayContext itemDisplayContext, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, boolean bool)
-
Field Details
-
blockEntityRenderer
- Mappings:
Namespace Name Mixin selector named blockEntityRendererLnet/minecraft/client/render/item/model/special/DecoratedPotModelRenderer;blockEntityRenderer:Lnet/minecraft/client/render/block/entity/DecoratedPotBlockEntityRenderer;intermediary field_55439Lnet/minecraft/class_10506;field_55439:Lnet/minecraft/class_8188;official aLhjo;a:Lguj;
-
-
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;)Vintermediary <init>Lnet/minecraft/class_10506;<init>(Lnet/minecraft/class_8188;)Vofficial <init>Lhjo;<init>(Lguj;)V
-
-
Method Details
-
getData
- Specified by:
getDatain interfaceSpecialModelRenderer<Sherds>- Mappings:
Namespace Name Mixin selector named getDataLnet/minecraft/client/render/item/model/special/DecoratedPotModelRenderer;getData(Lnet/minecraft/item/ItemStack;)Lnet/minecraft/block/entity/Sherds;intermediary method_65702Lnet/minecraft/class_10506;method_65702(Lnet/minecraft/class_1799;)Lnet/minecraft/class_8526;official aLhjo;a(Ldak;)Ldzw;
-
render
public void render(@Nullable @Nullable Sherds sherds, ItemDisplayContext itemDisplayContext, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3, boolean bool) - Specified by:
renderin interfaceSpecialModelRenderer<Sherds>- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/render/item/model/special/DecoratedPotModelRenderer;render(Lnet/minecraft/block/entity/Sherds;Lnet/minecraft/item/ItemDisplayContext;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;IIZ)Vintermediary method_65703Lnet/minecraft/class_10506;method_65703(Lnet/minecraft/class_8526;Lnet/minecraft/class_811;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;IIZ)Vofficial aLhjo;a(Ldzw;Ldai;Lfld;Lgrn;IIZ)V
-