Class DecoratedPotSpecialRenderer
java.lang.Object
net.minecraft.client.renderer.special.DecoratedPotSpecialRenderer
- All Implemented Interfaces:
SpecialModelRenderer<PotDecorations>
public class DecoratedPotSpecialRenderer
extends Object
implements SpecialModelRenderer<PotDecorations>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractArgument
(ItemStack p_386678_) void
render
(PotDecorations p_387830_, ItemDisplayContext p_388378_, PoseStack p_387712_, MultiBufferSource p_386487_, int p_388845_, int p_388255_, boolean p_386498_)
-
Field Details
-
decoratedPotRenderer
-
-
Constructor Details
-
DecoratedPotSpecialRenderer
-
-
Method Details
-
extractArgument
- Specified by:
extractArgument
in interfaceSpecialModelRenderer<PotDecorations>
-
render
public void render(@Nullable PotDecorations p_387830_, ItemDisplayContext p_388378_, PoseStack p_387712_, MultiBufferSource p_386487_, int p_388845_, int p_388255_, boolean p_386498_) - Specified by:
render
in interfaceSpecialModelRenderer<PotDecorations>
-