| Package | Description |
|---|---|
| net.minecraft.client.entity.player | |
| net.minecraft.client.gui.screen | |
| net.minecraft.client.renderer.tileentity | |
| net.minecraft.entity.player | |
| net.minecraft.tileentity |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientPlayerEntity.openSignEditor(SignTileEntity signTile) |
| Modifier and Type | Field and Description |
|---|---|
private SignTileEntity |
EditSignScreen.tileSign |
| Constructor and Description |
|---|
EditSignScreen(SignTileEntity teSign) |
| Modifier and Type | Method and Description |
|---|---|
void |
SignTileEntityRenderer.render(SignTileEntity tileEntityIn,
float partialTicks,
MatrixStack matrixStackIn,
IRenderTypeBuffer bufferIn,
int combinedLightIn,
int combinedOverlayIn) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlayerEntity.openSignEditor(SignTileEntity signTile) |
void |
ServerPlayerEntity.openSignEditor(SignTileEntity signTile) |
| Modifier and Type | Field and Description |
|---|---|
static TileEntityType<SignTileEntity> |
TileEntityType.SIGN |