@Environment(value=CLIENT) public class StructureBlockBlockEntityRenderer extends Object implements BlockEntityRenderer<StructureBlockBlockEntity>
| Constructor and Description |
|---|
StructureBlockBlockEntityRenderer(BlockEntityRendererFactory.Arguments arguments) |
| Modifier and Type | Method and 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) |
public StructureBlockBlockEntityRenderer(BlockEntityRendererFactory.Arguments arguments)
public void render(StructureBlockBlockEntity structureBlockBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
render in interface BlockEntityRenderer<StructureBlockBlockEntity>private void method_3585(StructureBlockBlockEntity structureBlockBlockEntity, VertexConsumer vertexConsumer, BlockPos blockPos, boolean bool, MatrixStack matrixStack)
public boolean rendersOutsideBoundingBox(StructureBlockBlockEntity structureBlockBlockEntity)
rendersOutsideBoundingBox in interface BlockEntityRenderer<StructureBlockBlockEntity>