@Environment(value=CLIENT)
public interface BlockEntityRenderer<T extends BlockEntity>
| Modifier and Type | Method and Description |
|---|---|
void |
render(T entity,
float tickDelta,
MatrixStack matrices,
VertexConsumerProvider vertexConsumers,
int light,
int overlay) |
default boolean |
rendersOutsideBoundingBox(T blockEntity) |
void render(T entity, float tickDelta, MatrixStack matrices, VertexConsumerProvider vertexConsumers, int light, int overlay)
default boolean rendersOutsideBoundingBox(T blockEntity)