Class StackSensitiveDecoratedPotSpecialRenderer

java.lang.Object
dev.thomasglasser.sherdsapi.impl.client.renderer.special.StackSensitiveDecoratedPotSpecialRenderer
All Implemented Interfaces:
net.minecraft.client.renderer.special.SpecialModelRenderer<StackPotDecorations>

public class StackSensitiveDecoratedPotSpecialRenderer extends Object implements net.minecraft.client.renderer.special.SpecialModelRenderer<StackPotDecorations>
  • Constructor Details

    • StackSensitiveDecoratedPotSpecialRenderer

      public StackSensitiveDecoratedPotSpecialRenderer(StackPotRenderer stackPotRenderer)
  • Method Details

    • extractArgument

      @Nullable public @Nullable StackPotDecorations extractArgument(net.minecraft.world.item.ItemStack stack)
      Specified by:
      extractArgument in interface net.minecraft.client.renderer.special.SpecialModelRenderer<StackPotDecorations>
    • submit

      public void submit(@Nullable @Nullable StackPotDecorations argument, net.minecraft.world.item.ItemDisplayContext displayContext, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.SubmitNodeCollector nodeCollector, int packedLight, int packedOverlay, boolean hasFoil, int outlineColor)
      Specified by:
      submit in interface net.minecraft.client.renderer.special.SpecialModelRenderer<StackPotDecorations>
    • getExtents

      public void getExtents(Set<org.joml.Vector3f> output)
      Specified by:
      getExtents in interface net.minecraft.client.renderer.special.SpecialModelRenderer<StackPotDecorations>