Class RealmsPendingInvitesScreen
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.RealmsPendingInvitesScreen
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
- Mappings:
Namespace Name official elk
intermediary net/minecraft/class_4401
named net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate class
private class
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescription(package private) static final Identifier
(package private) static final Text
private ButtonWidget
(package private) boolean
(package private) static final Logger
private static final Text
private final Screen
(package private) RealmsPendingInvitesScreen.PendingInvitationSelectionList
(package private) static final Identifier
(package private) static final Text
private ButtonWidget
(package private) int
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, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) void
accept
(int slot) 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.(package private) void
reject
(int slot) void
render
(DrawContext context, int mouseX, int mouseY, float delta) protected void
renderMousehoverTooltip
(DrawContext context, @Nullable Text tooltip, int mouseX, int mouseY) private boolean
shouldAcceptAndRejectButtonBeVisible
(int invite) (package private) void
(package private) void
updateList
(int slot) 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, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, 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
Lelk;a:Lorg/slf4j/Logger;
intermediary field_19935
Lnet/minecraft/class_4401;field_19935:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;LOGGER:Lorg/slf4j/Logger;
-
ACCEPT_ICON
- Mappings:
Namespace Name Mixin selector official b
Lelk;b:Lacq;
intermediary field_22702
Lnet/minecraft/class_4401;field_22702:Lnet/minecraft/class_2960;
named ACCEPT_ICON
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;ACCEPT_ICON:Lnet/minecraft/util/Identifier;
-
REJECT_ICON
- Mappings:
Namespace Name Mixin selector official c
Lelk;c:Lacq;
intermediary field_22703
Lnet/minecraft/class_4401;field_22703:Lnet/minecraft/class_2960;
named REJECT_ICON
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;REJECT_ICON:Lnet/minecraft/util/Identifier;
-
NO_PENDING_TEXT
- Mappings:
Namespace Name Mixin selector official G
Lelk;G:Lsw;
intermediary field_26493
Lnet/minecraft/class_4401;field_26493:Lnet/minecraft/class_2561;
named NO_PENDING_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;NO_PENDING_TEXT:Lnet/minecraft/text/Text;
-
ACCEPT_TEXT
- Mappings:
Namespace Name Mixin selector official H
Lelk;H:Lsw;
intermediary field_26494
Lnet/minecraft/class_4401;field_26494:Lnet/minecraft/class_2561;
named ACCEPT_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;ACCEPT_TEXT:Lnet/minecraft/text/Text;
-
REJECT_TEXT
- Mappings:
Namespace Name Mixin selector official I
Lelk;I:Lsw;
intermediary field_26495
Lnet/minecraft/class_4401;field_26495:Lnet/minecraft/class_2561;
named REJECT_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;REJECT_TEXT:Lnet/minecraft/text/Text;
-
parent
- Mappings:
Namespace Name Mixin selector official J
Lelk;J:Leuq;
intermediary field_19936
Lnet/minecraft/class_4401;field_19936:Lnet/minecraft/class_437;
named parent
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
tooltip
- Mappings:
Namespace Name Mixin selector official K
Lelk;K:Lsw;
intermediary field_19937
Lnet/minecraft/class_4401;field_19937:Lnet/minecraft/class_2561;
named tooltip
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;tooltip:Lnet/minecraft/text/Text;
-
loaded
boolean loaded- Mappings:
Namespace Name Mixin selector official L
Lelk;L:Z
intermediary field_19938
Lnet/minecraft/class_4401;field_19938:Z
named loaded
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;loaded:Z
-
pendingInvitationSelectionList
RealmsPendingInvitesScreen.PendingInvitationSelectionList pendingInvitationSelectionList- Mappings:
Namespace Name Mixin selector official M
Lelk;M:Lelk$b;
intermediary field_19939
Lnet/minecraft/class_4401;field_19939:Lnet/minecraft/class_4401$class_4402;
named pendingInvitationSelectionList
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;pendingInvitationSelectionList:Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionList;
-
selectedInvite
int selectedInvite- Mappings:
Namespace Name Mixin selector official N
Lelk;N:I
intermediary field_19941
Lnet/minecraft/class_4401;field_19941:I
named selectedInvite
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;selectedInvite:I
-
acceptButton
- Mappings:
Namespace Name Mixin selector official O
Lelk;O:Lepi;
intermediary field_19942
Lnet/minecraft/class_4401;field_19942:Lnet/minecraft/class_4185;
named acceptButton
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;acceptButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
rejectButton
- Mappings:
Namespace Name Mixin selector official P
Lelk;P:Lepi;
intermediary field_19943
Lnet/minecraft/class_4401;field_19943:Lnet/minecraft/class_4185;
named rejectButton
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;rejectButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
-
Constructor Details
-
RealmsPendingInvitesScreen
- Mappings:
Namespace Name Mixin selector official <init>
Lelk;<init>(Leuq;Lsw;)V
intermediary <init>
Lnet/minecraft/class_4401;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_2561;)V
named <init>
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/text/Text;)V
-
-
Method Details
-
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. -
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
Leqt;a(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
-
updateList
void updateList(int slot) - Mappings:
Namespace Name Mixin selector official a
Lelk;a(I)V
intermediary method_21300
Lnet/minecraft/class_4401;method_21300(I)V
named updateList
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;updateList(I)V
-
reject
void reject(int slot) - Mappings:
Namespace Name Mixin selector official b
Lelk;b(I)V
intermediary method_21308
Lnet/minecraft/class_4401;method_21308(I)V
named reject
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;reject(I)V
-
accept
void accept(int slot) - Mappings:
Namespace Name Mixin selector official c
Lelk;c(I)V
intermediary method_21311
Lnet/minecraft/class_4401;method_21311(I)V
named accept
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;accept(I)V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Leqh;a(Leox;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
renderMousehoverTooltip
protected void renderMousehoverTooltip(DrawContext context, @Nullable @Nullable Text tooltip, int mouseX, int mouseY) - Mappings:
Namespace Name Mixin selector official a
Lelk;a(Leox;Lsw;II)V
intermediary method_21306
Lnet/minecraft/class_4401;method_21306(Lnet/minecraft/class_332;Lnet/minecraft/class_2561;II)V
named renderMousehoverTooltip
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;renderMousehoverTooltip(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/text/Text;II)V
-
updateButtonStates
void updateButtonStates()- Mappings:
Namespace Name Mixin selector official B
Lelk;B()V
intermediary method_21307
Lnet/minecraft/class_4401;method_21307()V
named updateButtonStates
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;updateButtonStates()V
-
shouldAcceptAndRejectButtonBeVisible
private boolean shouldAcceptAndRejectButtonBeVisible(int invite) - Mappings:
Namespace Name Mixin selector official i
Lelk;i(I)Z
intermediary method_21314
Lnet/minecraft/class_4401;method_21314(I)Z
named shouldAcceptAndRejectButtonBeVisible
Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;shouldAcceptAndRejectButtonBeVisible(I)Z
-