@Environment(value=CLIENT) public class SignBlockEntityRenderer extends Object implements BlockEntityRenderer<SignBlockEntity>
| Modifier and Type | Class and Description |
|---|---|
static class |
SignBlockEntityRenderer.SignModel |
| Modifier and Type | Field and Description |
|---|---|
private Map<SignType,SignBlockEntityRenderer.SignModel> |
field_27754 |
private TextRenderer |
field_27755 |
| Constructor and Description |
|---|
SignBlockEntityRenderer(BlockEntityRendererFactory.Arguments arguments) |
| Modifier and Type | Method and Description |
|---|---|
static class_5607 |
method_32154() |
static SignType |
method_32155(Block block) |
static SignBlockEntityRenderer.SignModel |
method_32157(class_5599 class_5599,
SignType signType) |
void |
render(SignBlockEntity signBlockEntity,
float float2,
MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
int int2,
int int3) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrendersOutsideBoundingBoxprivate final Map<SignType,SignBlockEntityRenderer.SignModel> field_27754
private final TextRenderer field_27755
public SignBlockEntityRenderer(BlockEntityRendererFactory.Arguments arguments)
public void render(SignBlockEntity signBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
render in interface BlockEntityRenderer<SignBlockEntity>public static SignBlockEntityRenderer.SignModel method_32157(class_5599 class_5599, SignType signType)
public static class_5607 method_32154()