@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<Text> |
messageSplit |
protected Text |
noTranslated |
protected Text |
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,
Text text,
Text text2) |
| 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(MatrixStack matrixStack,
int mouseY,
int int2,
float float2) |
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, drawVerticalLine, fill, fillGradient, getZOffset, method_27534, method_27535, setZOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocusmouseMovedprivate final Text message
protected Text yesTranslated
protected Text 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(MatrixStack matrixStack, int mouseY, int int2, float float2)
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