Class RealmsPendingInvitesScreen
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.RealmsPendingInvitesScreen
- All Implemented Interfaces:
Drawable,Element,ParentElement,TickableElement
@Environment(CLIENT) public class RealmsPendingInvitesScreen extends RealmsScreen
- Mappings:
Namespace Name official dohintermediary net/minecraft/class_4401named net/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classRealmsPendingInvitesScreen.PendingInvitationSelectionList(package private) classRealmsPendingInvitesScreen.PendingInvitationSelectionListEntry -
Field Summary
Fields Modifier and Type Field Description private static IdentifierACCEPT_ICONprivate static TextACCEPT_TEXTprivate ButtonWidgetacceptButtonprivate booleanloadedprivate static LoggerLOGGERprivate static TextNO_PENDING_TEXTprivate Screenparentprivate RealmsPendingInvitesScreen.PendingInvitationSelectionListpendingInvitationSelectionListprivate static IdentifierREJECT_ICONprivate static TextREJECT_TEXTprivate ButtonWidgetrejectButtonprivate intselectedInviteprivate RealmsLabeltitleLabelprivate TexttoolTipFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors Constructor Description RealmsPendingInvitesScreen(Screen parent) -
Method Summary
Modifier and Type Method Description private voidaccept(int slot)voidinit()Called when a screen should be initialized.booleankeyPressed(int keyCode, int scanCode, int modifiers)Callback for when a key down event has been captured.private voidreject(int slot)voidrender(MatrixStack matrices, int mouseX, int mouseY, float delta)protected voidrenderMousehoverTooltip(MatrixStack matrices, Text text, int int2, int int3)private booleanshouldAcceptAndRejectButtonBeVisible(int invite)private voidupdateButtonStates()private voidupdateList(int slot)Methods inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
narrateLabels, row, tickMethods 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, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods 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, setZOffsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseMovedMethods 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 aLdoh;a:Lorg/apache/logging/log4j/Logger;intermediary field_19935Lnet/minecraft/class_4401;field_19935:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;LOGGER:Lorg/apache/logging/log4j/Logger;
-
ACCEPT_ICON
- Mappings:
Namespace Name Mixin selector official bLdoh;b:Lwb;intermediary field_22702Lnet/minecraft/class_4401;field_22702:Lnet/minecraft/class_2960;named ACCEPT_ICONLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;ACCEPT_ICON:Lnet/minecraft/util/Identifier;
-
REJECT_ICON
- Mappings:
Namespace Name Mixin selector official cLdoh;c:Lwb;intermediary field_22703Lnet/minecraft/class_4401;field_22703:Lnet/minecraft/class_2960;named REJECT_ICONLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;REJECT_ICON:Lnet/minecraft/util/Identifier;
-
NO_PENDING_TEXT
- Mappings:
Namespace Name Mixin selector official pLdoh;p:Loi;intermediary field_26493Lnet/minecraft/class_4401;field_26493:Lnet/minecraft/class_2561;named NO_PENDING_TEXTLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;NO_PENDING_TEXT:Lnet/minecraft/text/Text;
-
ACCEPT_TEXT
- Mappings:
Namespace Name Mixin selector official qLdoh;q:Loi;intermediary field_26494Lnet/minecraft/class_4401;field_26494:Lnet/minecraft/class_2561;named ACCEPT_TEXTLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;ACCEPT_TEXT:Lnet/minecraft/text/Text;
-
REJECT_TEXT
- Mappings:
Namespace Name Mixin selector official rLdoh;r:Loi;intermediary field_26495Lnet/minecraft/class_4401;field_26495:Lnet/minecraft/class_2561;named REJECT_TEXTLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;REJECT_TEXT:Lnet/minecraft/text/Text;
-
parent
- Mappings:
Namespace Name Mixin selector official sLdoh;s:Ldve;intermediary field_19936Lnet/minecraft/class_4401;field_19936:Lnet/minecraft/class_437;named parentLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
toolTip
- Mappings:
Namespace Name Mixin selector official tLdoh;t:Loi;intermediary field_19937Lnet/minecraft/class_4401;field_19937:Lnet/minecraft/class_2561;named toolTipLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;toolTip:Lnet/minecraft/text/Text;
-
loaded
private boolean loaded- Mappings:
Namespace Name Mixin selector official uLdoh;u:Zintermediary field_19938Lnet/minecraft/class_4401;field_19938:Znamed loadedLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;loaded:Z
-
pendingInvitationSelectionList
- Mappings:
Namespace Name Mixin selector official vLdoh;v:Ldoh$b;intermediary field_19939Lnet/minecraft/class_4401;field_19939:Lnet/minecraft/class_4401$class_4402;named pendingInvitationSelectionListLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;pendingInvitationSelectionList:Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen$PendingInvitationSelectionList;
-
titleLabel
- Mappings:
Namespace Name Mixin selector official wLdoh;w:Lewf;intermediary field_19940Lnet/minecraft/class_4401;field_19940:Lnet/minecraft/class_4903;named titleLabelLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;titleLabel:Lnet/minecraft/client/realms/RealmsLabel;
-
selectedInvite
private int selectedInvite- Mappings:
Namespace Name Mixin selector official xLdoh;x:Iintermediary field_19941Lnet/minecraft/class_4401;field_19941:Inamed selectedInviteLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;selectedInvite:I
-
acceptButton
- Mappings:
Namespace Name Mixin selector official yLdoh;y:Ldru;intermediary field_19942Lnet/minecraft/class_4401;field_19942:Lnet/minecraft/class_4185;named acceptButtonLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;acceptButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
rejectButton
- Mappings:
Namespace Name Mixin selector official zLdoh;z:Ldru;intermediary field_19943Lnet/minecraft/class_4401;field_19943:Lnet/minecraft/class_4185;named rejectButtonLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;rejectButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
-
Constructor Details
-
RealmsPendingInvitesScreen
- Mappings:
Namespace Name Mixin selector official <init>Ldoh;<init>(Ldve;)Vintermediary <init>Lnet/minecraft/class_4401;<init>(Lnet/minecraft/class_437;)Vnamed <init>Lnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)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.
-
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 inGLFWclass.- Specified by:
keyPressedin interfaceElement- Specified by:
keyPressedin interfaceParentElement- Overrides:
keyPressedin classScreen- Parameters:
keyCode- the named key code of the event as described in theGLFWclassscanCode- 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:
trueto 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 aLdst;a(III)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(III)Znamed keyPressedLnet/minecraft/client/gui/Element;keyPressed(III)Z
-
updateList
private void updateList(int slot)- Mappings:
Namespace Name Mixin selector official aLdoh;a(I)Vintermediary method_21300Lnet/minecraft/class_4401;method_21300(I)Vnamed updateListLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;updateList(I)V
-
reject
private void reject(int slot)- Mappings:
Namespace Name Mixin selector official bLdoh;b(I)Vintermediary method_21308Lnet/minecraft/class_4401;method_21308(I)Vnamed rejectLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;reject(I)V
-
accept
private void accept(int slot)- Mappings:
Namespace Name Mixin selector official cLdoh;c(I)Vintermediary method_21311Lnet/minecraft/class_4401;method_21311(I)Vnamed acceptLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;accept(I)V
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLdsq;a(Ldlr;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
renderMousehoverTooltip
protected void renderMousehoverTooltip(MatrixStack matrices, @Nullable Text text, int int2, int int3)- Mappings:
Namespace Name Mixin selector official aLdoh;a(Ldlr;Loi;II)Vintermediary method_21306Lnet/minecraft/class_4401;method_21306(Lnet/minecraft/class_4587;Lnet/minecraft/class_2561;II)Vnamed renderMousehoverTooltipLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;renderMousehoverTooltip(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/text/Text;II)V
-
updateButtonStates
private void updateButtonStates()- Mappings:
Namespace Name Mixin selector official iLdoh;i()Vintermediary method_21307Lnet/minecraft/class_4401;method_21307()Vnamed updateButtonStatesLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;updateButtonStates()V
-
shouldAcceptAndRejectButtonBeVisible
private boolean shouldAcceptAndRejectButtonBeVisible(int invite)- Mappings:
Namespace Name Mixin selector official kLdoh;k(I)Zintermediary method_21314Lnet/minecraft/class_4401;method_21314(I)Znamed shouldAcceptAndRejectButtonBeVisibleLnet/minecraft/client/realms/gui/screen/RealmsPendingInvitesScreen;shouldAcceptAndRejectButtonBeVisible(I)Z
-