@Environment(value=CLIENT) public class SignBlockEntityRenderer extends BlockEntityRenderer<SignBlockEntity>
Modifier and Type | Class and Description |
---|---|
static class |
SignBlockEntityRenderer.SignModel |
Modifier and Type | Field and Description |
---|---|
private SignBlockEntityRenderer.SignModel |
model |
dispatcher
Constructor and Description |
---|
SignBlockEntityRenderer(BlockEntityRenderDispatcher dispatcher) |
Modifier and Type | Method and Description |
---|---|
static SpriteIdentifier |
getModelTexture(Block block) |
void |
render(SignBlockEntity signBlockEntity,
float float2,
MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
int int2,
int int3) |
rendersOutsideBoundingBox
private final SignBlockEntityRenderer.SignModel model
public SignBlockEntityRenderer(BlockEntityRenderDispatcher dispatcher)
public void render(SignBlockEntity signBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
render
in class BlockEntityRenderer<SignBlockEntity>
public static SpriteIdentifier getModelTexture(Block block)