@Environment(value=CLIENT) public class RealmsLongRunningMcoTaskScreen extends RealmsScreen implements Errable
Modifier and Type | Field and Description |
---|---|
private boolean |
aborted |
private int |
animTicks |
private int |
buttonLength |
private Text |
errorMessage |
private static Logger |
LOGGER |
private Screen |
parent |
static String[] |
symbols |
private LongRunningTask |
task |
private Text |
title |
buttons, children, client, height, itemRenderer, passEvents, textRenderer, width
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
Constructor and Description |
---|
RealmsLongRunningMcoTaskScreen(Screen parent,
LongRunningTask task) |
Modifier and Type | Method and Description |
---|---|
boolean |
aborted() |
private void |
cancelOrBackButtonClicked() |
void |
error(Text text) |
void |
init()
Called when a screen should be initialized.
|
boolean |
keyPressed(int keyCode,
int scanCode,
int modifiers)
Callback for when a key down event has been captured.
|
private void |
onError() |
void |
render(MatrixStack matrices,
int mouseX,
int mouseY,
float delta) |
void |
setTitle(Text text) |
void |
tick() |
narrateLabels, row
addButton, addChild, children, filesDragged, getNarrationMessage, 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, shouldCloseOnEsc, wrapScreenError
getFocused, isDragging, setDragging, setFocused
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, setZOffset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
mouseMoved
private static final Logger LOGGER
public static final String[] symbols
private final Screen parent
private volatile Text title
private volatile boolean aborted
private int animTicks
private final LongRunningTask task
private final int buttonLength
public RealmsLongRunningMcoTaskScreen(Screen parent, LongRunningTask task)
public void tick()
tick
in interface TickableElement
tick
in class RealmsScreen
public boolean keyPressed(int keyCode, int scanCode, int modifiers)
GLFW
class.keyPressed
in interface Element
keyPressed
in interface ParentElement
keyPressed
in class Screen
keyCode
- 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)
public void init()
This method is called when this screen is opened
or resized.
private void cancelOrBackButtonClicked()
public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
private void onError()
public void setTitle(Text text)
public boolean aborted()