Class StructureTileEntityRenderer
java.lang.Object
net.minecraft.client.renderer.tileentity.TileEntityRenderer<StructureBlockTileEntity>
net.minecraft.client.renderer.tileentity.StructureTileEntityRenderer
-
Field Summary
Fields inherited from class net.minecraft.client.renderer.tileentity.TileEntityRenderer
renderer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
StructureTileEntityRenderer
-
-
Method Details
-
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
- Overrides:
shouldRenderOffScreen
in classTileEntityRenderer<StructureBlockTileEntity>
-