@Environment(value=CLIENT) public class ShulkerBoxBlockEntityRenderer extends Object implements BlockEntityRenderer<ShulkerBoxBlockEntity>
| Modifier and Type | Field and Description |
|---|---|
private ShulkerEntityModel<?> |
model |
| Constructor and Description |
|---|
ShulkerBoxBlockEntityRenderer(BlockEntityRendererFactory.Arguments arguments) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(ShulkerBoxBlockEntity shulkerBoxBlockEntity,
float float2,
MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
int int2,
int int3) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrendersOutsideBoundingBoxprivate final ShulkerEntityModel<?> model
public ShulkerBoxBlockEntityRenderer(BlockEntityRendererFactory.Arguments arguments)
public void render(ShulkerBoxBlockEntity shulkerBoxBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
render in interface BlockEntityRenderer<ShulkerBoxBlockEntity>