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
,TickableElement
,Errable
@Environment(CLIENT) public class RealmsLongRunningMcoTaskScreen extends RealmsScreen implements Errable
- Mappings:
Namespace Name official doe
intermediary net/minecraft/class_4398
named net/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen
-
Field Summary
Fields Modifier and Type Field 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
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
Constructors Constructor Description RealmsLongRunningMcoTaskScreen(Screen parent, LongRunningTask task)
-
Method Summary
Modifier and Type Method Description boolean
aborted()
private void
cancelOrBackButtonClicked()
void
error(Text errorMessage)
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 title)
void
tick()
Methods inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
narrateLabels, row
Methods inherited from class net.minecraft.client.gui.screen.Screen
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, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, 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
-
LOGGER
- Mappings:
Namespace Name Mixin selector official b
Ldoe;b:Lorg/apache/logging/log4j/Logger;
intermediary field_19909
Lnet/minecraft/class_4398;field_19909:Lorg/apache/logging/log4j/Logger;
named LOGGER
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;LOGGER:Lorg/apache/logging/log4j/Logger;
-
symbols
- Mappings:
Namespace Name Mixin selector official a
Ldoe;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 c
Ldoe;c:Ldve;
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 p
Ldoe;p:Loi;
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 q
Ldoe;q:Loi;
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 r
Ldoe;r: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 s
Ldoe;s: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 t
Ldoe;t:Ldpk;
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:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official u
Ldoe;u:I
intermediary field_19920
Lnet/minecraft/class_4398;field_19920:I
named buttonLength
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;buttonLength:I
-
-
Constructor Details
-
RealmsLongRunningMcoTaskScreen
- Mappings:
Namespace Name Mixin selector official <init>
Ldoe;<init>(Ldve;Ldpk;)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()- Specified by:
tick
in interfaceTickableElement
- Overrides:
tick
in classRealmsScreen
- Mappings:
Namespace Name Mixin selector official d
Ldsn;d()V
intermediary method_25393
Lnet/minecraft/class_4893;method_25393()V
named tick
Lnet/minecraft/client/gui/screen/TickableElement;tick()V
-
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:
Keyboard.onKey(long, int, int, int, int)
,GLFW.GLFW_KEY_Q
,GLFWKeyCallbackI.invoke(long, int, int, int, int)
- Mappings:
Namespace Name Mixin selector official a
Ldst;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 h
Ldoe;h()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
Ldsq;a(Ldlr;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
-
onError
private void onError()- Mappings:
Namespace Name Mixin selector official i
Ldoe;i()V
intermediary method_25166
Lnet/minecraft/class_4398;method_25166()V
named onError
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;onError()V
-
setTitle
- Mappings:
Namespace Name Mixin selector official b
Ldoe;b(Loi;)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 a
Ldoe;a()Z
intermediary method_21291
Lnet/minecraft/class_4398;method_21291()Z
named aborted
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;aborted()Z
-