@Environment(value=CLIENT) public class BellBlockEntityRenderer extends BlockEntityRenderer<BellBlockEntity>
Modifier and Type | Field and Description |
---|---|
static SpriteIdentifier |
BELL_BODY_TEXTURE |
private ModelPart |
field_20816 |
dispatcher
Constructor and Description |
---|
BellBlockEntityRenderer(BlockEntityRenderDispatcher dispatcher) |
Modifier and Type | Method and Description |
---|---|
void |
render(BellBlockEntity bellBlockEntity,
float float2,
MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
int int2,
int int3) |
rendersOutsideBoundingBox
public static final SpriteIdentifier BELL_BODY_TEXTURE
private final ModelPart field_20816
public BellBlockEntityRenderer(BlockEntityRenderDispatcher dispatcher)
public void render(BellBlockEntity bellBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
render
in class BlockEntityRenderer<BellBlockEntity>