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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrender(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 voidrenderInvisibleBlocks(StructureBlockTileEntity p_228880_1_, IVertexBuilder p_228880_2_, BlockPos p_228880_3_, boolean p_228880_4_, MatrixStack p_228880_5_) booleanshouldRenderOffScreen(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:
renderin 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:
shouldRenderOffScreenin classTileEntityRenderer<StructureBlockTileEntity>
-