Class StructureBlockBlockEntityRenderer
java.lang.Object
net.minecraft.client.render.block.entity.StructureBlockBlockEntityRenderer
- All Implemented Interfaces:
BlockEntityRenderer<StructureBlockBlockEntity>
@Environment(CLIENT) public class StructureBlockBlockEntityRenderer extends Object implements BlockEntityRenderer<StructureBlockBlockEntity>
-
Constructor Summary
Constructors Constructor Description StructureBlockBlockEntityRenderer(BlockEntityRendererFactory.Context ctx) -
Method Summary
Modifier and Type Method Description voidrender(StructureBlockBlockEntity structureBlockBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)private voidrenderInvisibleBlocks(StructureBlockBlockEntity entity, VertexConsumer vertices, BlockPos pos, boolean bool, MatrixStack matrices)booleanrendersOutsideBoundingBox(StructureBlockBlockEntity structureBlockBlockEntity)
-
Constructor Details
-
StructureBlockBlockEntityRenderer
-
-
Method Details
-
render
public void render(StructureBlockBlockEntity structureBlockBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)- Specified by:
renderin interfaceBlockEntityRenderer<StructureBlockBlockEntity>
-
renderInvisibleBlocks
private void renderInvisibleBlocks(StructureBlockBlockEntity entity, VertexConsumer vertices, BlockPos pos, boolean bool, MatrixStack matrices) -
rendersOutsideBoundingBox
- Specified by:
rendersOutsideBoundingBoxin interfaceBlockEntityRenderer<StructureBlockBlockEntity>
-