@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 class_5489 |
messageSplit |
protected Text |
noTranslated |
protected Text |
yesTranslated |
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthGUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_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)
Callback for when a key down event has been captured.
|
void |
render(MatrixStack matrices,
int mouseX,
int mouseY,
float delta) |
boolean |
shouldCloseOnEsc() |
void |
tick() |
addButton, addChild, children, filesDragged, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onClose, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, wrapScreenErrorgetFocused, isDragging, setDragging, setFocuseddrawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, setZOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocusmouseMovedprivate final Text message
private class_5489 messageSplit
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 matrices, int mouseX, int mouseY, float delta)
public void disableButtons(int int2)
public void tick()
tick in interface TickableElementtick in class Screenpublic boolean shouldCloseOnEsc()
shouldCloseOnEsc in class Screenpublic boolean keyPressed(int keyCode,
int scanCode,
int modifiers)
GLFW class.keyPressed in interface ElementkeyPressed in interface ParentElementkeyPressed in class ScreenkeyCode - the named key code of the event as described in the GLFW classscanCode - the unique/platform-specific scan code of the keyboard inputmodifiers - a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)true to indicate that the event handling is successful/validKeyboard.onKey(long, int, int, int, int),
GLFW.GLFW_KEY_Q,
GLFWKeyCallbackI.invoke(long, int, int, int, int)