Class StructureTileEntityRenderer
- java.lang.Object
-
- net.minecraft.client.renderer.tileentity.TileEntityRenderer<StructureBlockTileEntity>
-
- net.minecraft.client.renderer.tileentity.StructureTileEntityRenderer
-
public class StructureTileEntityRenderer extends TileEntityRenderer<StructureBlockTileEntity>
-
-
Field Summary
-
Fields inherited from class net.minecraft.client.renderer.tileentity.TileEntityRenderer
renderer
-
-
Constructor Summary
Constructors Constructor Description StructureTileEntityRenderer(TileEntityRendererDispatcher p_i226017_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
render(StructureBlockTileEntity p_225616_1_, float p_225616_2_, MatrixStack p_225616_3_, IRenderTypeBuffer p_225616_4_, int p_225616_5_, int p_225616_6_)
private void
renderInvisibleBlocks(StructureBlockTileEntity p_228880_1_, IVertexBuilder p_228880_2_, BlockPos p_228880_3_, boolean p_228880_4_, MatrixStack p_228880_5_)
boolean
shouldRenderOffScreen(StructureBlockTileEntity p_188185_1_)
-
-
-
Constructor Detail
-
StructureTileEntityRenderer
public StructureTileEntityRenderer(TileEntityRendererDispatcher p_i226017_1_)
-
-
Method Detail
-
render
public void render(StructureBlockTileEntity p_225616_1_, float p_225616_2_, MatrixStack p_225616_3_, IRenderTypeBuffer p_225616_4_, int p_225616_5_, int p_225616_6_)
- Specified by:
render
in classTileEntityRenderer<StructureBlockTileEntity>
-
renderInvisibleBlocks
private void renderInvisibleBlocks(StructureBlockTileEntity p_228880_1_, IVertexBuilder p_228880_2_, BlockPos p_228880_3_, boolean p_228880_4_, MatrixStack p_228880_5_)
-
shouldRenderOffScreen
public boolean shouldRenderOffScreen(StructureBlockTileEntity p_188185_1_)
- Overrides:
shouldRenderOffScreen
in classTileEntityRenderer<StructureBlockTileEntity>
-
-