@Environment(value=CLIENT) public class BackupPromptScreen extends Screen
| Modifier and Type | Class and Description |
|---|---|
static interface |
BackupPromptScreen.Callback |
| Modifier and Type | Field and Description |
|---|---|
protected BackupPromptScreen.Callback |
callback |
private CheckboxWidget |
eraseCacheCheckbox |
private Screen |
parent |
private boolean |
showEraseCacheCheckbox |
private Text |
subtitle |
private List<StringRenderable> |
wrappedText |
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthBACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE| Constructor and Description |
|---|
BackupPromptScreen(Screen parent,
BackupPromptScreen.Callback callback,
Text title,
Text subtitle,
boolean showEraseCacheCheckBox) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init() |
boolean |
keyPressed(int keyCode,
int scanCode,
int modifiers) |
void |
render(MatrixStack matrices,
int mouseX,
int mouseY,
float delta) |
boolean |
shouldCloseOnEsc() |
addButton, addChild, children, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, method_29638, onClose, removed, renderBackground, renderBackground, renderBackgroundTexture, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, tick, 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, setInitialFocusmouseMovedprotected final BackupPromptScreen.Callback callback
private final Text subtitle
private final boolean showEraseCacheCheckbox
private final List<StringRenderable> wrappedText
private CheckboxWidget eraseCacheCheckbox
public BackupPromptScreen(@Nullable Screen parent, BackupPromptScreen.Callback callback, Text title, Text subtitle, boolean showEraseCacheCheckBox)
public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
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