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 pStack) void
getExtents
(Set<org.joml.Vector3f> pOutput) void
render
(PotDecorations pPatterns, ItemDisplayContext pDisplayContext, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, int pPackedOverlay, boolean pHasFoilType)
-
Field Details
-
decoratedPotRenderer
-
-
Constructor Details
-
DecoratedPotSpecialRenderer
-
-
Method Details
-
extractArgument
- Specified by:
extractArgument
in interfaceSpecialModelRenderer<PotDecorations>
-
render
public void render(@Nullable PotDecorations pPatterns, ItemDisplayContext pDisplayContext, PoseStack pPoseStack, MultiBufferSource pBufferSource, int pPackedLight, int pPackedOverlay, boolean pHasFoilType) - Specified by:
render
in interfaceSpecialModelRenderer<PotDecorations>
-
getExtents
- Specified by:
getExtents
in interfaceSpecialModelRenderer<PotDecorations>
-