public class EditSignScreen extends Screen
| Modifier and Type | Field and Description |
|---|---|
private int |
editLine |
private SignTileEntityRenderer.SignModel |
field_228191_a_ |
private TextInputUtil |
textInputUtil |
private SignTileEntity |
tileSign |
private int |
updateCounter |
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, widthBACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION| Constructor and Description |
|---|
EditSignScreen(SignTileEntity teSign) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
charTyped(char p_charTyped_1_,
int p_charTyped_2_) |
private void |
close() |
protected void |
init() |
boolean |
keyPressed(int p_keyPressed_1_,
int p_keyPressed_2_,
int p_keyPressed_3_) |
void |
onClose() |
void |
removed() |
void |
render(int p_render_1_,
int p_render_2_,
float p_render_3_) |
void |
tick() |
addButton, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, renderBackground, renderBackground, renderComponentHoverEffect, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setSize, shouldCloseOnEsc, wrapScreenErrorgetFocused, isDragging, setDragging, setFocusedblit, blit, blit, blit, blit, drawCenteredString, drawRightAlignedString, drawString, fill, fill, fillGradient, getBlitOffset, hLine, innerBlit, setBlitOffset, vLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeFocus, func_212932_b, getEventListenerForPos, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocusedDefaultmouseMovedprivate final SignTileEntityRenderer.SignModel field_228191_a_
private final SignTileEntity tileSign
private int updateCounter
private int editLine
private TextInputUtil textInputUtil
public EditSignScreen(SignTileEntity teSign)
private void close()
public boolean charTyped(char p_charTyped_1_,
int p_charTyped_2_)
public boolean keyPressed(int p_keyPressed_1_,
int p_keyPressed_2_,
int p_keyPressed_3_)
keyPressed in interface IGuiEventListenerkeyPressed in interface INestedGuiEventHandlerkeyPressed in class Screenpublic void render(int p_render_1_,
int p_render_2_,
float p_render_3_)
render in interface IRenderablerender in class Screen