Class RealmsLongRunningMcoTaskScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.realms.gui.screen.RealmsScreen
net.minecraft.client.realms.gui.screen.RealmsLongRunningMcoTaskScreen
- All Implemented Interfaces:
Drawable
,Element
,ParentElement
,Errable
@Environment(CLIENT)
public class RealmsLongRunningMcoTaskScreen
extends RealmsScreen
implements Errable
- Mappings:
Namespace Name official egy
intermediary net/minecraft/class_4398
named net/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
private int
private final int
private ButtonWidget
private static final Logger
private static final RepeatedNarrator
private final Screen
static final String[]
private final LongRunningTask
private Text
Fields inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
ADVENTURE_MAPS_IN_1_9_URL, field_33036, field_33037, field_33038, field_33039, field_33040, field_33041, field_33042, field_33043, field_33055, field_33056, field_33057, field_33060, field_33061, field_33062, field_33063, field_33064, field_39676, MAX_FILE_SIZE, RED, WHITE
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
aborted()
private void
void
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.void
render
(MatrixStack matrices, int mouseX, int mouseY, float delta) void
void
tick()
Methods inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
addLabel, narrateLabels, row
Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, close, filesDragged, findSelectedElementData, getNarratedTitle, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, remove, removed, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, renderWithTooltip, resize, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
disableScissor, drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, enableScissor, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.ParentElement
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
NARRATOR
- Mappings:
Namespace Name Mixin selector official b
Legy;b:Lfuc;
intermediary field_33779
Lnet/minecraft/class_4398;field_33779:Lnet/minecraft/class_4907;
named NARRATOR
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;NARRATOR:Lnet/minecraft/client/realms/RepeatedNarrator;
-
LOGGER
- Mappings:
Namespace Name Mixin selector official c
Legy;c:Lorg/slf4j/Logger;
intermediary field_19909
Lnet/minecraft/class_4398;field_19909:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;LOGGER:Lorg/slf4j/Logger;
-
SYMBOLS
- Mappings:
Namespace Name Mixin selector official a
Legy;a:[Ljava/lang/String;
intermediary field_19908
Lnet/minecraft/class_4398;field_19908:[Ljava/lang/String;
named SYMBOLS
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;SYMBOLS:[Ljava/lang/String;
-
parent
- Mappings:
Namespace Name Mixin selector official I
Legy;I:Lepb;
intermediary field_19912
Lnet/minecraft/class_4398;field_19912:Lnet/minecraft/class_437;
named parent
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
title
- Mappings:
Namespace Name Mixin selector official J
Legy;J:Lss;
intermediary field_19914
Lnet/minecraft/class_4398;field_19914:Lnet/minecraft/class_2561;
named title
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;title:Lnet/minecraft/text/Text;
-
errorMessage
- Mappings:
Namespace Name Mixin selector official K
Legy;K:Lss;
intermediary field_19916
Lnet/minecraft/class_4398;field_19916:Lnet/minecraft/class_2561;
named errorMessage
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;errorMessage:Lnet/minecraft/text/Text;
-
aborted
private volatile boolean aborted- Mappings:
Namespace Name Mixin selector official L
Legy;L:Z
intermediary field_19917
Lnet/minecraft/class_4398;field_19917:Z
named aborted
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;aborted:Z
-
animTicks
private int animTicks- Mappings:
Namespace Name Mixin selector official M
Legy;M:I
intermediary field_19918
Lnet/minecraft/class_4398;field_19918:I
named animTicks
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;animTicks:I
-
task
- Mappings:
Namespace Name Mixin selector official N
Legy;N:Leig;
intermediary field_19919
Lnet/minecraft/class_4398;field_19919:Lnet/minecraft/class_4358;
named task
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;task:Lnet/minecraft/client/realms/task/LongRunningTask;
-
buttonLength
private final int buttonLength- See Also:
- Mappings:
Namespace Name Mixin selector official O
Legy;O:I
intermediary field_19920
Lnet/minecraft/class_4398;field_19920:I
named buttonLength
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;buttonLength:I
-
cancelButton
- Mappings:
Namespace Name Mixin selector official P
Legy;P:Leky;
intermediary field_33778
Lnet/minecraft/class_4398;field_33778:Lnet/minecraft/class_4185;
named cancelButton
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;cancelButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
-
Constructor Details
-
RealmsLongRunningMcoTaskScreen
- Mappings:
Namespace Name Mixin selector official <init>
Legy;<init>(Lepb;Leig;)V
intermediary <init>
Lnet/minecraft/class_4398;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_4358;)V
named <init>
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/realms/task/LongRunningTask;)V
-
-
Method Details
-
tick
public void tick() -
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured. The key code is identified by the constants inGLFW
class.- Specified by:
keyPressed
in interfaceElement
- Specified by:
keyPressed
in interfaceParentElement
- Overrides:
keyPressed
in classScreen
- Parameters:
keyCode
- the named key code of the event as described in theGLFW
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)- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lemg;a(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
-
init
public void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
cancelOrBackButtonClicked
private void cancelOrBackButtonClicked()- Mappings:
Namespace Name Mixin selector official w
Legy;w()V
intermediary method_21293
Lnet/minecraft/class_4398;method_21293()V
named cancelOrBackButtonClicked
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;cancelOrBackButtonClicked()V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Lely;a(Leed;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
error
-
setTitle
- Mappings:
Namespace Name Mixin selector official b
Legy;b(Lss;)V
intermediary method_21292
Lnet/minecraft/class_4398;method_21292(Lnet/minecraft/class_2561;)V
named setTitle
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;setTitle(Lnet/minecraft/text/Text;)V
-
aborted
public boolean aborted()- Mappings:
Namespace Name Mixin selector official c
Legy;c()Z
intermediary method_21291
Lnet/minecraft/class_4398;method_21291()Z
named aborted
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;aborted()Z
-