java.lang.Object
com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer<com.simibubi.create.content.processing.basin.BasinBlockEntity>
com.simibubi.create.foundation.blockEntity.renderer.SmartBlockEntityRenderer<com.simibubi.create.content.processing.basin.BasinBlockEntity>
com.simibubi.create.content.processing.basin.BasinRenderer
com.petrolpark.compat.create.common.processing.meshbasin.MeshBasinRenderer
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<com.simibubi.create.content.processing.basin.BasinBlockEntity>, net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<com.simibubi.create.content.processing.basin.BasinBlockEntity>

public class MeshBasinRenderer extends com.simibubi.create.content.processing.basin.BasinRenderer
  • Constructor Summary

    Constructors
    Constructor
    Description
    MeshBasinRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    renderSafe(com.simibubi.create.content.processing.basin.BasinBlockEntity basin, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
     

    Methods inherited from class com.simibubi.create.content.processing.basin.BasinRenderer

    getViewDistance, renderFluids, renderItem

    Methods inherited from class com.simibubi.create.foundation.blockEntity.renderer.SmartBlockEntityRenderer

    renderNameplateOnHover

    Methods inherited from class com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer

    getRenderBoundingBox, isInvalid, render, shouldCullItem

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer

    shouldRender, shouldRenderOffScreen
  • Constructor Details

    • MeshBasinRenderer

      public MeshBasinRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
  • Method Details

    • renderSafe

      protected void renderSafe(com.simibubi.create.content.processing.basin.BasinBlockEntity basin, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
      Overrides:
      renderSafe in class com.simibubi.create.content.processing.basin.BasinRenderer