@Environment(value=CLIENT) public class ConfirmScreen extends Screen
| Modifier and Type | Field and Description |
|---|---|
private int |
buttonEnableTimer |
protected it.unimi.dsi.fastutil.booleans.BooleanConsumer |
callback |
private Text |
message |
private List<String> |
messageSplit |
protected String |
noTranslated |
protected String |
yesTranslated |
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthBACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE| Constructor and Description |
|---|
ConfirmScreen(it.unimi.dsi.fastutil.booleans.BooleanConsumer callback,
Text title,
Text message) |
ConfirmScreen(it.unimi.dsi.fastutil.booleans.BooleanConsumer callback,
Text title,
Text message,
String yesTranslated,
String noTranslated) |
| Modifier and Type | Method and Description |
|---|---|
void |
disableButtons(int int2) |
String |
getNarrationMessage() |
protected void |
init() |
boolean |
keyPressed(int keyCode,
int scanCode,
int modifiers) |
void |
render(int mouseX,
int mouseY,
float delta) |
boolean |
shouldCloseOnEsc() |
void |
tick() |
addButton, addChild, children, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onClose, removed, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, wrapScreenErrorgetFocused, isDragging, setDragging, setFocuseddrawCenteredString, drawHorizontalLine, drawSprite, drawString, drawTexture, drawTexture, drawTexture, drawTexture, drawTexturedQuad, drawVerticalLine, fill, fill, fillGradient, getZOffset, setZOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocusmouseMovedprivate final Text message
protected String yesTranslated
protected String noTranslated
private int buttonEnableTimer
protected final it.unimi.dsi.fastutil.booleans.BooleanConsumer callback
public ConfirmScreen(it.unimi.dsi.fastutil.booleans.BooleanConsumer callback,
Text title,
Text message)
public String getNarrationMessage()
getNarrationMessage in class Screenpublic void render(int mouseX,
int mouseY,
float delta)
public void disableButtons(int int2)
public boolean shouldCloseOnEsc()
shouldCloseOnEsc in class Screenpublic boolean keyPressed(int keyCode,
int scanCode,
int modifiers)
keyPressed in interface ElementkeyPressed in interface ParentElementkeyPressed in class Screen