Class RealmsLongRunningMcoTaskScreen
java.lang.Object
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
,Navigable
,ParentElement
- Direct Known Subclasses:
RealmsLongRunningTickableTaskScreen
- Mappings:
Namespace Name official esy
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 final DirectionalLayoutWidget
private @Nullable RealmsLoadingWidget
private static final Logger
private static final RepeatedNarrator
private final Screen
private final List<LongRunningTask>
private Text
Fields inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
field_33040, field_33041, field_33042, field_33055, field_33057, field_33061, field_33062, field_33063, field_39676, MAX_FILE_SIZE
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init()
Called when a screen should be initialized.protected void
boolean
keyPressed
(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.protected void
onCancel()
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, blur, children, clearAndInit, clearChildren, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, render, renderBackground, renderBackgroundTexture, renderInGameBackground, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
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.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Lesy;a: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;
-
NARRATOR
- Mappings:
Namespace Name Mixin selector official b
Lesy;b:Lgkq;
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;
-
tasks
- Mappings:
Namespace Name Mixin selector official c
Lesy;c:Ljava/util/List;
intermediary field_46707
Lnet/minecraft/class_4398;field_46707:Ljava/util/List;
named tasks
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;tasks:Ljava/util/List;
-
parent
- Mappings:
Namespace Name Mixin selector official v
Lesy;v:Lfdb;
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;
-
layout
- Mappings:
Namespace Name Mixin selector official w
Lesy;w:Lfau;
intermediary field_46111
Lnet/minecraft/class_4398;field_46111:Lnet/minecraft/class_8667;
named layout
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;layout:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;
-
title
- Mappings:
Namespace Name Mixin selector official x
Lesy;x:Lvf;
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;
-
loading
- Mappings:
Namespace Name Mixin selector official y
Lesy;y:Lexv;
intermediary field_46112
Lnet/minecraft/class_4398;field_46112:Lnet/minecraft/class_8661;
named loading
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;loading:Lnet/minecraft/client/realms/gui/RealmsLoadingWidget;
-
-
Constructor Details
-
RealmsLongRunningMcoTaskScreen
- Mappings:
Namespace Name Mixin selector official <init>
Lesy;<init>(Lfdb;[Leui;)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
Lezb;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.
This should call
Screen.setInitialFocus(net.minecraft.client.gui.Element)
to set the element that is initially focused. -
onCancel
protected void onCancel()- Mappings:
Namespace Name Mixin selector official e
Lesy;e()V
intermediary method_53798
Lnet/minecraft/class_4398;method_53798()V
named onCancel
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;onCancel()V
-
setTitle
- Mappings:
Namespace Name Mixin selector official a
Lesy;a(Lvf;)V
intermediary method_53797
Lnet/minecraft/class_4398;method_53797(Lnet/minecraft/class_2561;)V
named setTitle
Lnet/minecraft/client/realms/gui/screen/RealmsLongRunningMcoTaskScreen;setTitle(Lnet/minecraft/text/Text;)V
-