Class TileCraftingGridRenderer

java.lang.Object
codechicken.translocators.client.render.TileCraftingGridRenderer
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<TileCraftingGrid>, net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<TileCraftingGrid>

public class TileCraftingGridRenderer extends Object implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<TileCraftingGrid>
  • Field Summary

    Fields inherited from interface net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension

    INFINITE_EXTENT_AABB
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    void
    render(TileCraftingGrid tile, float partialTicks, com.mojang.blaze3d.vertex.PoseStack mStack, net.minecraft.client.renderer.MultiBufferSource buffers, int packedLight, int packedOverlay)
     

    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

    getViewDistance, shouldRender, shouldRenderOffScreen

    Methods inherited from interface net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension

    getRenderBoundingBox
  • Constructor Details

    • TileCraftingGridRenderer

      public TileCraftingGridRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
  • Method Details

    • render

      public void render(TileCraftingGrid tile, float partialTicks, com.mojang.blaze3d.vertex.PoseStack mStack, net.minecraft.client.renderer.MultiBufferSource buffers, int packedLight, int packedOverlay)
      Specified by:
      render in interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer<TileCraftingGrid>