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 context)
-
Method Summary
Modifier and Type Method Description private void
method_3585(StructureBlockBlockEntity structureBlockBlockEntity, VertexConsumer vertexConsumer, BlockPos blockPos, boolean bool, MatrixStack matrixStack)
void
render(StructureBlockBlockEntity structureBlockBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
boolean
rendersOutsideBoundingBox(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:
render
in interfaceBlockEntityRenderer<StructureBlockBlockEntity>
-
method_3585
private void method_3585(StructureBlockBlockEntity structureBlockBlockEntity, VertexConsumer vertexConsumer, BlockPos blockPos, boolean bool, MatrixStack matrixStack) -
rendersOutsideBoundingBox
- Specified by:
rendersOutsideBoundingBox
in interfaceBlockEntityRenderer<StructureBlockBlockEntity>
-