Class RealmsMainScreen
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.RealmsMainScreen
- All Implemented Interfaces:
Drawable,Element,ParentElement
- Mappings:
Namespace Name official dqyintermediary net/minecraft/class_4325named net/minecraft/client/realms/gui/screen/RealmsMainScreen
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate classprivate classprivate static enumprivate classprivate classprivate classprivate classprivate classprivate classNested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescription(package private) intprivate ButtonWidgetprivate ButtonWidgetprivate intprivate int(package private) static boolean(package private) static boolean(package private) intprivate ButtonWidgetprivate static final Textprivate static final Identifierprivate static final Textprivate ButtonWidgetprivate ReentrantLockprivate booleanprivate ButtonWidget(package private) static final Identifierprivate static final Identifierprivate booleanprivate static final Identifier(package private) static final Text(package private) static final Text(package private) static final Textprivate static final Text(package private) static final Textprivate static final Textprivate static final Identifierprivate static final Textprivate booleanprivate boolean(package private) static booleanprivate boolean(package private) boolean(package private) RealmsMainScreen.HoverStateprivate static List<Identifier>private static final Textprivate static final Identifierprivate static final Identifierprivate boolean(package private) final Screenprivate static intprivate static final Identifierprivate static final Textprivate ButtonWidget(package private) static final Logger(package private) static final Textprivate static final Identifierprivate static final Textprivate ButtonWidget(package private) String(package private) static final Text(package private) intprivate static final Identifierprivate static final Identifierprivate static final Text(package private) static boolean(package private) static final Text(package private) ButtonWidgetprivate static final Identifierprivate static final Text(package private) booleanprivate MultilineTextprivate static final Identifierprivate final RateLimiterprivate static final Identifier(package private) static final RealmsDataFetcher(package private) RealmsMainScreen.RealmSelectionList(package private) static Screen(package private) List<RealmsServer>private static booleanprivate ButtonWidget(package private) longprivate booleanprivate ButtonWidgetprivate static final Identifier(package private) static final Textprivate boolean(package private) static final Text(package private) static final Text(package private) static final Identifier(package private) static final IdentifierFields 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_33045, field_33046, field_33047, field_33048, field_33049, field_33050, field_33051, field_33052, field_33053, field_33054, field_33055, field_33056, field_33057, field_33060, field_33061, field_33062, field_33063, field_33064, MAX_FILE_SIZE, RED, WHITEFields inherited from class net.minecraft.client.gui.screen.Screen
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleancharTyped(char chr, int modifiers) Callback for when a character input has been captured.private void(package private) voidprivate void(package private) voidconfigureClicked(@Nullable RealmsServer serverData) (package private) voiddrawClose(MatrixStack matrices, int x, int y, int mouseX, int mouseY) (package private) voiddrawConfigure(MatrixStack matrices, int x, int y, int mouseX, int mouseY) (package private) voiddrawExpired(MatrixStack matrices, int x, int y, int mouseX, int mouseY) (package private) voiddrawExpiring(MatrixStack matrices, int x, int y, int mouseX, int mouseY, int remainingDays) (package private) voiddrawInvitationPendingIcon(MatrixStack matrices, int mouseX, int mouseY, int x, int y, boolean hovered, boolean active) (package private) voiddrawLeave(MatrixStack matrices, int x, int y, int mouseX, int mouseY) (package private) voiddrawOpen(MatrixStack matrices, int x, int y, int mouseX, int mouseY) private voiddrawPopup(MatrixStack matrices, int mouseX, int mouseY) private voiddrawRealmsLogo(MatrixStack matrices, int x, int y) (package private) @Nullable RealmsServerfindServer(long id) private static booleanvoidinit()Called when a screen should be initialized.private booleaninPendingInvitationArea(double xm, double ym) private booleanisOutsidePopup(double xm, double ym) private booleanisOwnedNotExpired(RealmsServer serverData) (package private) booleanisSelfOwnedServer(RealmsServer serverData) booleankeyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.(package private) voidleaveClicked(@Nullable RealmsServer selectedServer) private voidleaveServer(boolean confirmed) static voidloadImages(ResourceManager manager) voidbooleanmouseClicked(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured.(package private) void(package private) voidonRenew()private voidopenPendingInvitesScreen(ButtonWidget button) private voidvoidplay(@Nullable RealmsServer serverData, Screen parent) (package private) intpopupX0()(package private) intpopupY0()voidremoved()void(package private) voidremoveServer(RealmsServer serverData) voidrender(MatrixStack matrices, int mouseX, int mouseY, float delta) private voidrenderLocal(MatrixStack matrices) (package private) voidrenderMoreInfo(MatrixStack matrices, int mouseX, int mouseY, int x, int y, boolean hovered) protected voidrenderMousehoverTooltip(MatrixStack matrices, List<Text> tooltips, int x, int y) (package private) voidrenderNews(MatrixStack matrices, int mouseX, int mouseY, boolean hasUnread, int x, int y, boolean hovered, boolean active) private voidrenderStage(MatrixStack matrices) private voidvoidsetCreatedTrial(boolean createdTrial) private voidsetTooltips(Iterable<Text> tooltips) (package private) voidsetTooltips(Text[] tooltips) private booleanprivate booleanprivate booleanprivate booleanprivate booleanbooleanprivate booleanprivate voidprivate voidprivate voidprivate voidvoidtick()(package private) voidupdateButtonStates(@Nullable RealmsServer server) Methods inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
addLabel, narrateLabels, rowMethods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearChildren, filesDragged, findSelectedElementData, getNarratedTitle, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onClose, remove, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, fill, fillGradient, fillGradient, fillGradient, getZOffset, 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, focusOn, hoveredElement, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLdqy;a:Lorg/apache/logging/log4j/Logger;intermediary field_19475Lnet/minecraft/class_4325;field_19475:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;LOGGER:Lorg/apache/logging/log4j/Logger;
-
ON_ICON
- Mappings:
Namespace Name Mixin selector official bLdqy;b:Lwx;intermediary field_22552Lnet/minecraft/class_4325;field_22552:Lnet/minecraft/class_2960;named ON_ICONLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;ON_ICON:Lnet/minecraft/util/Identifier;
-
OFF_ICON
- Mappings:
Namespace Name Mixin selector official cLdqy;c:Lwx;intermediary field_22553Lnet/minecraft/class_4325;field_22553:Lnet/minecraft/class_2960;named OFF_ICONLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;OFF_ICON:Lnet/minecraft/util/Identifier;
-
EXPIRED_ICON
- Mappings:
Namespace Name Mixin selector official RLdqy;R:Lwx;intermediary field_22554Lnet/minecraft/class_4325;field_22554:Lnet/minecraft/class_2960;named EXPIRED_ICONLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRED_ICON:Lnet/minecraft/util/Identifier;
-
EXPIRES_SOON_ICON
- Mappings:
Namespace Name Mixin selector official SLdqy;S:Lwx;intermediary field_22555Lnet/minecraft/class_4325;field_22555:Lnet/minecraft/class_2960;named EXPIRES_SOON_ICONLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRES_SOON_ICON:Lnet/minecraft/util/Identifier;
-
LEAVE_ICON
- Mappings:
Namespace Name Mixin selector official TLdqy;T:Lwx;intermediary field_22556Lnet/minecraft/class_4325;field_22556:Lnet/minecraft/class_2960;named LEAVE_ICONLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;LEAVE_ICON:Lnet/minecraft/util/Identifier;
-
INVITATION_ICON
- Mappings:
Namespace Name Mixin selector official ULdqy;U:Lwx;intermediary field_22557Lnet/minecraft/class_4325;field_22557:Lnet/minecraft/class_2960;named INVITATION_ICONLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;INVITATION_ICON:Lnet/minecraft/util/Identifier;
-
INVITE_ICON
- Mappings:
Namespace Name Mixin selector official VLdqy;V:Lwx;intermediary field_22558Lnet/minecraft/class_4325;field_22558:Lnet/minecraft/class_2960;named INVITE_ICONLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;INVITE_ICON:Lnet/minecraft/util/Identifier;
-
WORLD_ICON
- Mappings:
Namespace Name Mixin selector official WLdqy;W:Lwx;intermediary field_22559Lnet/minecraft/class_4325;field_22559:Lnet/minecraft/class_2960;named WORLD_ICONLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;WORLD_ICON:Lnet/minecraft/util/Identifier;
-
REALMS
- Mappings:
Namespace Name Mixin selector official XLdqy;X:Lwx;intermediary field_22560Lnet/minecraft/class_4325;field_22560:Lnet/minecraft/class_2960;named REALMSLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;REALMS:Lnet/minecraft/util/Identifier;
-
CONFIGURE_ICON
- Mappings:
Namespace Name Mixin selector official YLdqy;Y:Lwx;intermediary field_22561Lnet/minecraft/class_4325;field_22561:Lnet/minecraft/class_2960;named CONFIGURE_ICONLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;CONFIGURE_ICON:Lnet/minecraft/util/Identifier;
-
QUESTIONMARK
- Mappings:
Namespace Name Mixin selector official ZLdqy;Z:Lwx;intermediary field_22562Lnet/minecraft/class_4325;field_22562:Lnet/minecraft/class_2960;named QUESTIONMARKLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;QUESTIONMARK:Lnet/minecraft/util/Identifier;
-
NEWS_ICON
- Mappings:
Namespace Name Mixin selector official aaLdqy;aa:Lwx;intermediary field_22563Lnet/minecraft/class_4325;field_22563:Lnet/minecraft/class_2960;named NEWS_ICONLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;NEWS_ICON:Lnet/minecraft/util/Identifier;
-
POPUP
- Mappings:
Namespace Name Mixin selector official abLdqy;ab:Lwx;intermediary field_22564Lnet/minecraft/class_4325;field_22564:Lnet/minecraft/class_2960;named POPUPLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;POPUP:Lnet/minecraft/util/Identifier;
-
DARKEN
- Mappings:
Namespace Name Mixin selector official acLdqy;ac:Lwx;intermediary field_22548Lnet/minecraft/class_4325;field_22548:Lnet/minecraft/class_2960;named DARKENLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;DARKEN:Lnet/minecraft/util/Identifier;
-
CROSS_ICON
- Mappings:
Namespace Name Mixin selector official adLdqy;ad:Lwx;intermediary field_22549Lnet/minecraft/class_4325;field_22549:Lnet/minecraft/class_2960;named CROSS_ICONLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;CROSS_ICON:Lnet/minecraft/util/Identifier;
-
TRIAL_ICON
- Mappings:
Namespace Name Mixin selector official aeLdqy;ae:Lwx;intermediary field_22550Lnet/minecraft/class_4325;field_22550:Lnet/minecraft/class_2960;named TRIAL_ICONLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;TRIAL_ICON:Lnet/minecraft/util/Identifier;
-
WIDGETS
- Mappings:
Namespace Name Mixin selector official afLdqy;af:Lwx;intermediary field_22551Lnet/minecraft/class_4325;field_22551:Lnet/minecraft/class_2960;named WIDGETSLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;WIDGETS:Lnet/minecraft/util/Identifier;
-
NO_PENDING_TEXT
- Mappings:
Namespace Name Mixin selector official agLdqy;ag:Lot;intermediary field_26447Lnet/minecraft/class_4325;field_26447:Lnet/minecraft/class_2561;named NO_PENDING_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;NO_PENDING_TEXT:Lnet/minecraft/text/Text;
-
PENDING_TEXT
- Mappings:
Namespace Name Mixin selector official ahLdqy;ah:Lot;intermediary field_26448Lnet/minecraft/class_4325;field_26448:Lnet/minecraft/class_2561;named PENDING_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;PENDING_TEXT:Lnet/minecraft/text/Text;
-
TRIAL_MESSAGE_LINES
- Mappings:
Namespace Name Mixin selector official aiLdqy;ai:Ljava/util/List;intermediary field_26449Lnet/minecraft/class_4325;field_26449:Ljava/util/List;named TRIAL_MESSAGE_LINESLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;TRIAL_MESSAGE_LINES:Ljava/util/List;
-
UNINITIALIZED_TEXT
- Mappings:
Namespace Name Mixin selector official ajLdqy;aj:Lot;intermediary field_26450Lnet/minecraft/class_4325;field_26450:Lnet/minecraft/class_2561;named UNINITIALIZED_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;UNINITIALIZED_TEXT:Lnet/minecraft/text/Text;
-
EXPIRED_LIST_TEXT
- Mappings:
Namespace Name Mixin selector official akLdqy;ak:Lot;intermediary field_26451Lnet/minecraft/class_4325;field_26451:Lnet/minecraft/class_2561;named EXPIRED_LIST_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRED_LIST_TEXT:Lnet/minecraft/text/Text;
-
EXPIRED_RENEW_TEXT
- Mappings:
Namespace Name Mixin selector official alLdqy;al:Lot;intermediary field_26452Lnet/minecraft/class_4325;field_26452:Lnet/minecraft/class_2561;named EXPIRED_RENEW_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRED_RENEW_TEXT:Lnet/minecraft/text/Text;
-
EXPIRED_TRIAL_TEXT
- Mappings:
Namespace Name Mixin selector official amLdqy;am:Lot;intermediary field_26453Lnet/minecraft/class_4325;field_26453:Lnet/minecraft/class_2561;named EXPIRED_TRIAL_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRED_TRIAL_TEXT:Lnet/minecraft/text/Text;
-
EXPIRED_SUBSCRIBE_TEXT
- Mappings:
Namespace Name Mixin selector official anLdqy;an:Lot;intermediary field_26454Lnet/minecraft/class_4325;field_26454:Lnet/minecraft/class_2561;named EXPIRED_SUBSCRIBE_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRED_SUBSCRIBE_TEXT:Lnet/minecraft/text/Text;
-
MINIGAME_TEXT
- Mappings:
Namespace Name Mixin selector official aoLdqy;ao:Lot;intermediary field_26455Lnet/minecraft/class_4325;field_26455:Lnet/minecraft/class_2561;named MINIGAME_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;MINIGAME_TEXT:Lnet/minecraft/text/Text;
-
POPUP_TEXT
- Mappings:
Namespace Name Mixin selector official apLdqy;ap:Lot;intermediary field_26456Lnet/minecraft/class_4325;field_26456:Lnet/minecraft/class_2561;named POPUP_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;POPUP_TEXT:Lnet/minecraft/text/Text;
-
EXPIRED_TEXT
- Mappings:
Namespace Name Mixin selector official aqLdqy;aq:Lot;intermediary field_26457Lnet/minecraft/class_4325;field_26457:Lnet/minecraft/class_2561;named EXPIRED_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRED_TEXT:Lnet/minecraft/text/Text;
-
EXPIRES_SOON_TEXT
- Mappings:
Namespace Name Mixin selector official arLdqy;ar:Lot;intermediary field_26458Lnet/minecraft/class_4325;field_26458:Lnet/minecraft/class_2561;named EXPIRES_SOON_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRES_SOON_TEXT:Lnet/minecraft/text/Text;
-
EXPIRES_IN_A_DAY_TEXT
- Mappings:
Namespace Name Mixin selector official asLdqy;as:Lot;intermediary field_26459Lnet/minecraft/class_4325;field_26459:Lnet/minecraft/class_2561;named EXPIRES_IN_A_DAY_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRES_IN_A_DAY_TEXT:Lnet/minecraft/text/Text;
-
OPEN_TEXT
- Mappings:
Namespace Name Mixin selector official atLdqy;at:Lot;intermediary field_26460Lnet/minecraft/class_4325;field_26460:Lnet/minecraft/class_2561;named OPEN_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;OPEN_TEXT:Lnet/minecraft/text/Text;
-
CLOSED_TEXT
- Mappings:
Namespace Name Mixin selector official auLdqy;au:Lot;intermediary field_26461Lnet/minecraft/class_4325;field_26461:Lnet/minecraft/class_2561;named CLOSED_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;CLOSED_TEXT:Lnet/minecraft/text/Text;
-
LEAVE_TEXT
- Mappings:
Namespace Name Mixin selector official avLdqy;av:Lot;intermediary field_26462Lnet/minecraft/class_4325;field_26462:Lnet/minecraft/class_2561;named LEAVE_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;LEAVE_TEXT:Lnet/minecraft/text/Text;
-
CONFIGURE_TEXT
- Mappings:
Namespace Name Mixin selector official awLdqy;aw:Lot;intermediary field_26463Lnet/minecraft/class_4325;field_26463:Lnet/minecraft/class_2561;named CONFIGURE_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;CONFIGURE_TEXT:Lnet/minecraft/text/Text;
-
INFO_TEXT
- Mappings:
Namespace Name Mixin selector official axLdqy;ax:Lot;intermediary field_26464Lnet/minecraft/class_4325;field_26464:Lnet/minecraft/class_2561;named INFO_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;INFO_TEXT:Lnet/minecraft/text/Text;
-
NEWS_TEXT
- Mappings:
Namespace Name Mixin selector official ayLdqy;ay:Lot;intermediary field_26465Lnet/minecraft/class_4325;field_26465:Lnet/minecraft/class_2561;named NEWS_TEXTLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;NEWS_TEXT:Lnet/minecraft/text/Text;
-
UNINITIALIZED_BUTTON_NARRATION
- Mappings:
Namespace Name Mixin selector official azLdqy;az:Lot;intermediary field_33776Lnet/minecraft/class_4325;field_33776:Lnet/minecraft/class_2561;named UNINITIALIZED_BUTTON_NARRATIONLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;UNINITIALIZED_BUTTON_NARRATION:Lnet/minecraft/text/Text;
-
TRIAL_NARRATION
- Mappings:
Namespace Name Mixin selector official aALdqy;aA:Lot;intermediary field_33774Lnet/minecraft/class_4325;field_33774:Lnet/minecraft/class_2561;named TRIAL_NARRATIONLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;TRIAL_NARRATION:Lnet/minecraft/text/Text;
-
IMAGES
- Mappings:
Namespace Name Mixin selector official aBLdqy;aB:Ljava/util/List;intermediary field_21517Lnet/minecraft/class_4325;field_21517:Ljava/util/List;named IMAGESLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;IMAGES:Ljava/util/List;
-
REALMS_DATA_FETCHER
- Mappings:
Namespace Name Mixin selector official aCLdqy;aC:Ldss;intermediary field_19480Lnet/minecraft/class_4325;field_19480:Lnet/minecraft/class_4360;named REALMS_DATA_FETCHERLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;REALMS_DATA_FETCHER:Lnet/minecraft/client/realms/gui/RealmsDataFetcher;
-
overrideConfigure
static boolean overrideConfigure- Mappings:
Namespace Name Mixin selector official aDLdqy;aD:Zintermediary field_19476Lnet/minecraft/class_4325;field_19476:Znamed overrideConfigureLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;overrideConfigure:Z
-
lastScrollYPosition
private static int lastScrollYPosition- Mappings:
Namespace Name Mixin selector official aELdqy;aE:Iintermediary field_19481Lnet/minecraft/class_4325;field_19481:Inamed lastScrollYPositionLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;lastScrollYPosition:I
-
hasParentalConsent
static volatile boolean hasParentalConsent- Mappings:
Namespace Name Mixin selector official aFLdqy;aF:Zintermediary field_19494Lnet/minecraft/class_4325;field_19494:Znamed hasParentalConsentLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;hasParentalConsent:Z
-
checkedParentalConsent
static volatile boolean checkedParentalConsent- Mappings:
Namespace Name Mixin selector official aGLdqy;aG:Zintermediary field_19495Lnet/minecraft/class_4325;field_19495:Znamed checkedParentalConsentLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;checkedParentalConsent:Z
-
checkedClientCompatibility
static volatile boolean checkedClientCompatibility- Mappings:
Namespace Name Mixin selector official aHLdqy;aH:Zintermediary field_19496Lnet/minecraft/class_4325;field_19496:Znamed checkedClientCompatibilityLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;checkedClientCompatibility:Z
-
realmsGenericErrorScreen
- Mappings:
Namespace Name Mixin selector official aILdqy;aI:Leat;intermediary field_19463Lnet/minecraft/class_4325;field_19463:Lnet/minecraft/class_437;named realmsGenericErrorScreenLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;realmsGenericErrorScreen:Lnet/minecraft/client/gui/screen/Screen;
-
regionsPinged
private static boolean regionsPinged- Mappings:
Namespace Name Mixin selector official aJLdqy;aJ:Zintermediary field_19464Lnet/minecraft/class_4325;field_19464:Znamed regionsPingedLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;regionsPinged:Z
-
rateLimiter
- Mappings:
Namespace Name Mixin selector official aKLdqy;aK:Lcom/google/common/util/concurrent/RateLimiter;intermediary field_19477Lnet/minecraft/class_4325;field_19477:Lcom/google/common/util/concurrent/RateLimiter;named rateLimiterLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;rateLimiter:Lcom/google/common/util/concurrent/RateLimiter;
-
dontSetConnectedToRealms
private boolean dontSetConnectedToRealms- Mappings:
Namespace Name Mixin selector official aLLdqy;aL:Zintermediary field_19478Lnet/minecraft/class_4325;field_19478:Znamed dontSetConnectedToRealmsLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;dontSetConnectedToRealms:Z
-
lastScreen
- Mappings:
Namespace Name Mixin selector official aMLdqy;aM:Leat;intermediary field_19482Lnet/minecraft/class_4325;field_19482:Lnet/minecraft/class_437;named lastScreenLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;lastScreen:Lnet/minecraft/client/gui/screen/Screen;
-
realmSelectionList
- Mappings:
Namespace Name Mixin selector official aNLdqy;aN:Ldqy$f;intermediary field_19483Lnet/minecraft/class_4325;field_19483:Lnet/minecraft/class_4325$class_4329;named realmSelectionListLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;realmSelectionList:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionList;
-
field_33775
private boolean field_33775- Mappings:
Namespace Name Mixin selector official aOLdqy;aO:Zintermediary field_33775Lnet/minecraft/class_4325;field_33775:Znamed field_33775Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;field_33775:Z
-
selectedServerId
long selectedServerId- Mappings:
Namespace Name Mixin selector official aPLdqy;aP:Jintermediary field_19484Lnet/minecraft/class_4325;field_19484:Jnamed selectedServerIdLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;selectedServerId:J
-
playButton
ButtonWidget playButton- Mappings:
Namespace Name Mixin selector official aQLdqy;aQ:Ldxd;intermediary field_19485Lnet/minecraft/class_4325;field_19485:Lnet/minecraft/class_4185;named playButtonLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;playButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
backButton
- Mappings:
Namespace Name Mixin selector official aRLdqy;aR:Ldxd;intermediary field_19486Lnet/minecraft/class_4325;field_19486:Lnet/minecraft/class_4185;named backButtonLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;backButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
renewButton
- Mappings:
Namespace Name Mixin selector official aSLdqy;aS:Ldxd;intermediary field_19487Lnet/minecraft/class_4325;field_19487:Lnet/minecraft/class_4185;named renewButtonLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;renewButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
configureButton
- Mappings:
Namespace Name Mixin selector official aTLdqy;aT:Ldxd;intermediary field_19488Lnet/minecraft/class_4325;field_19488:Lnet/minecraft/class_4185;named configureButtonLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;configureButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
leaveButton
- Mappings:
Namespace Name Mixin selector official aULdqy;aU:Ldxd;intermediary field_19489Lnet/minecraft/class_4325;field_19489:Lnet/minecraft/class_4185;named leaveButtonLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;leaveButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
tooltip
- Mappings:
Namespace Name Mixin selector official aVLdqy;aV:Ljava/util/List;intermediary field_19490Lnet/minecraft/class_4325;field_19490:Ljava/util/List;named tooltipLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;tooltip:Ljava/util/List;
-
realmsServers
List<RealmsServer> realmsServers- Mappings:
Namespace Name Mixin selector official aWLdqy;aW:Ljava/util/List;intermediary field_19491Lnet/minecraft/class_4325;field_19491:Ljava/util/List;named realmsServersLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;realmsServers:Ljava/util/List;
-
numberOfPendingInvites
volatile int numberOfPendingInvites- Mappings:
Namespace Name Mixin selector official aXLdqy;aX:Iintermediary field_19492Lnet/minecraft/class_4325;field_19492:Inamed numberOfPendingInvitesLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;numberOfPendingInvites:I
-
animTick
int animTick- Mappings:
Namespace Name Mixin selector official aYLdqy;aY:Iintermediary field_19493Lnet/minecraft/class_4325;field_19493:Inamed animTickLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;animTick:I
-
hasFetchedServers
private boolean hasFetchedServers- Mappings:
Namespace Name Mixin selector official aZLdqy;aZ:Zintermediary field_19497Lnet/minecraft/class_4325;field_19497:Znamed hasFetchedServersLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;hasFetchedServers:Z
-
popupOpenedByUser
boolean popupOpenedByUser- Mappings:
Namespace Name Mixin selector official baLdqy;ba:Zintermediary field_19498Lnet/minecraft/class_4325;field_19498:Znamed popupOpenedByUserLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;popupOpenedByUser:Z
-
justClosedPopup
private boolean justClosedPopup- Mappings:
Namespace Name Mixin selector official bbLdqy;bb:Zintermediary field_19499Lnet/minecraft/class_4325;field_19499:Znamed justClosedPopupLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;justClosedPopup:Z
-
trialsAvailable
private volatile boolean trialsAvailable- Mappings:
Namespace Name Mixin selector official bcLdqy;bc:Zintermediary field_19500Lnet/minecraft/class_4325;field_19500:Znamed trialsAvailableLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;trialsAvailable:Z
-
createdTrial
private volatile boolean createdTrial- Mappings:
Namespace Name Mixin selector official bdLdqy;bd:Zintermediary field_19456Lnet/minecraft/class_4325;field_19456:Znamed createdTrialLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;createdTrial:Z
-
showingPopup
private volatile boolean showingPopup- Mappings:
Namespace Name Mixin selector official beLdqy;be:Zintermediary field_19457Lnet/minecraft/class_4325;field_19457:Znamed showingPopupLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;showingPopup:Z
-
hasUnreadNews
volatile boolean hasUnreadNews- Mappings:
Namespace Name Mixin selector official bfLdqy;bf:Zintermediary field_19458Lnet/minecraft/class_4325;field_19458:Znamed hasUnreadNewsLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;hasUnreadNews:Z
-
newsLink
- Mappings:
Namespace Name Mixin selector official bgLdqy;bg:Ljava/lang/String;intermediary field_19459Lnet/minecraft/class_4325;field_19459:Ljava/lang/String;named newsLinkLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;newsLink:Ljava/lang/String;
-
carouselIndex
private int carouselIndex- Mappings:
Namespace Name Mixin selector official bhLdqy;bh:Iintermediary field_19460Lnet/minecraft/class_4325;field_19460:Inamed carouselIndexLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;carouselIndex:I
-
carouselTick
private int carouselTick- Mappings:
Namespace Name Mixin selector official biLdqy;bi:Iintermediary field_19461Lnet/minecraft/class_4325;field_19461:Inamed carouselTickLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;carouselTick:I
-
hasSwitchedCarouselImage
private boolean hasSwitchedCarouselImage- Mappings:
Namespace Name Mixin selector official bjLdqy;bj:Zintermediary field_19462Lnet/minecraft/class_4325;field_19462:Znamed hasSwitchedCarouselImageLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;hasSwitchedCarouselImage:Z
-
keyCombos
- Mappings:
Namespace Name Mixin selector official bkLdqy;bk:Ljava/util/List;intermediary field_19465Lnet/minecraft/class_4325;field_19465:Ljava/util/List;named keyCombosLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;keyCombos:Ljava/util/List;
-
clicks
int clicks- Mappings:
Namespace Name Mixin selector official blLdqy;bl:Iintermediary field_19466Lnet/minecraft/class_4325;field_19466:Inamed clicksLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;clicks:I
-
connectLock
- Mappings:
Namespace Name Mixin selector official bmLdqy;bm:Ljava/util/concurrent/locks/ReentrantLock;intermediary field_19467Lnet/minecraft/class_4325;field_19467:Ljava/util/concurrent/locks/ReentrantLock;named connectLockLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;connectLock:Ljava/util/concurrent/locks/ReentrantLock;
-
popupText
- Mappings:
Namespace Name Mixin selector official bnLdqy;bn:Ldxp;intermediary field_26466Lnet/minecraft/class_4325;field_26466:Lnet/minecraft/class_5489;named popupTextLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;popupText:Lnet/minecraft/client/font/MultilineText;
-
hoverState
RealmsMainScreen.HoverState hoverState- Mappings:
Namespace Name Mixin selector official boLdqy;bo:Ldqy$c;intermediary field_24198Lnet/minecraft/class_4325;field_24198:Lnet/minecraft/class_4325$class_5220;named hoverStateLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;hoverState:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;
-
showPopupButton
- Mappings:
Namespace Name Mixin selector official bpLdqy;bp:Ldxd;intermediary field_19469Lnet/minecraft/class_4325;field_19469:Lnet/minecraft/class_4185;named showPopupButtonLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;showPopupButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
pendingInvitesButton
- Mappings:
Namespace Name Mixin selector official bqLdqy;bq:Ldqy$e;intermediary field_19470Lnet/minecraft/class_4325;field_19470:Lnet/minecraft/class_4325$class_4328;named pendingInvitesButtonLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;pendingInvitesButton:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$PendingInvitesButton;
-
newsButton
- Mappings:
Namespace Name Mixin selector official brLdqy;br:Ldxd;intermediary field_19471Lnet/minecraft/class_4325;field_19471:Lnet/minecraft/class_4185;named newsButtonLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;newsButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
createTrialButton
- Mappings:
Namespace Name Mixin selector official bsLdqy;bs:Ldxd;intermediary field_19472Lnet/minecraft/class_4325;field_19472:Lnet/minecraft/class_4185;named createTrialButtonLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;createTrialButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
buyARealmButton
- Mappings:
Namespace Name Mixin selector official btLdqy;bt:Ldxd;intermediary field_19473Lnet/minecraft/class_4325;field_19473:Lnet/minecraft/class_4185;named buyARealmButtonLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;buyARealmButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
closeButton
- Mappings:
Namespace Name Mixin selector official buLdqy;bu:Ldxd;intermediary field_19474Lnet/minecraft/class_4325;field_19474:Lnet/minecraft/class_4185;named closeButtonLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;closeButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
-
Constructor Details
-
RealmsMainScreen
- Mappings:
Namespace Name Mixin selector official <init>Ldqy;<init>(Leat;)Vintermediary <init>Lnet/minecraft/class_4325;<init>(Lnet/minecraft/class_437;)Vnamed <init>Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
-
-
Method Details
-
shouldShowMessageInList
private boolean shouldShowMessageInList()- Mappings:
Namespace Name Mixin selector official wLdqy;w()Zintermediary method_20842Lnet/minecraft/class_4325;method_20842()Znamed shouldShowMessageInListLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;shouldShowMessageInList()Z
-
shouldShowPopup
public boolean shouldShowPopup()- Mappings:
Namespace Name Mixin selector official aLdqy;a()Zintermediary method_20870Lnet/minecraft/class_4325;method_20870()Znamed shouldShowPopupLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;shouldShowPopup()Z
-
init
public void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
-
hasParentalConsent
private static boolean hasParentalConsent()- Mappings:
Namespace Name Mixin selector official xLdqy;x()Zintermediary method_20918Lnet/minecraft/class_4325;method_20918()Znamed hasParentalConsentLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;hasParentalConsent()Z
-
addButtons
public void addButtons()- Mappings:
Namespace Name Mixin selector official cLdqy;c()Vintermediary method_20882Lnet/minecraft/class_4325;method_20882()Vnamed addButtonsLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;addButtons()V
-
updateButtonStates
- Mappings:
Namespace Name Mixin selector official aLdqy;a(Ldrt;)Vintermediary method_20852Lnet/minecraft/class_4325;method_20852(Lnet/minecraft/class_4877;)Vnamed updateButtonStatesLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;updateButtonStates(Lnet/minecraft/client/realms/dto/RealmsServer;)V
-
shouldShowPopupButton
private boolean shouldShowPopupButton()- Mappings:
Namespace Name Mixin selector official yLdqy;y()Zintermediary method_20920Lnet/minecraft/class_4325;method_20920()Znamed shouldShowPopupButtonLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;shouldShowPopupButton()Z
-
shouldPlayButtonBeActive
- Mappings:
Namespace Name Mixin selector official bLdqy;b(Ldrt;)Zintermediary method_20874Lnet/minecraft/class_4325;method_20874(Lnet/minecraft/class_4877;)Znamed shouldPlayButtonBeActiveLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;shouldPlayButtonBeActive(Lnet/minecraft/client/realms/dto/RealmsServer;)Z
-
shouldRenewButtonBeActive
- Mappings:
Namespace Name Mixin selector official cLdqy;c(Ldrt;)Zintermediary method_20884Lnet/minecraft/class_4325;method_20884(Lnet/minecraft/class_4877;)Znamed shouldRenewButtonBeActiveLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;shouldRenewButtonBeActive(Lnet/minecraft/client/realms/dto/RealmsServer;)Z
-
shouldConfigureButtonBeVisible
- Mappings:
Namespace Name Mixin selector official dLdqy;d(Ldrt;)Zintermediary method_20892Lnet/minecraft/class_4325;method_20892(Lnet/minecraft/class_4877;)Znamed shouldConfigureButtonBeVisibleLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;shouldConfigureButtonBeVisible(Lnet/minecraft/client/realms/dto/RealmsServer;)Z
-
shouldLeaveButtonBeVisible
- Mappings:
Namespace Name Mixin selector official eLdqy;e(Ldrt;)Zintermediary method_20899Lnet/minecraft/class_4325;method_20899(Lnet/minecraft/class_4877;)Znamed shouldLeaveButtonBeVisibleLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;shouldLeaveButtonBeVisible(Lnet/minecraft/client/realms/dto/RealmsServer;)Z
-
tick
public void tick() -
pingRegions
private void pingRegions()- Mappings:
Namespace Name Mixin selector official zLdqy;z()Vintermediary method_20922Lnet/minecraft/class_4325;method_20922()Vnamed pingRegionsLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;pingRegions()V
-
getOwnedNonExpiredWorldIds
- Mappings:
Namespace Name Mixin selector official ALdqy;A()Ljava/util/List;intermediary method_20924Lnet/minecraft/class_4325;method_20924()Ljava/util/List;named getOwnedNonExpiredWorldIdsLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;getOwnedNonExpiredWorldIds()Ljava/util/List;
-
removed
public void removed() -
setCreatedTrial
public void setCreatedTrial(boolean createdTrial) - Mappings:
Namespace Name Mixin selector official aLdqy;a(Z)Vintermediary method_35682Lnet/minecraft/class_4325;method_35682(Z)Vnamed setCreatedTrialLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;setCreatedTrial(Z)V
-
onRenew
void onRenew()- Mappings:
Namespace Name Mixin selector official BLdqy;B()Vintermediary method_20928Lnet/minecraft/class_4325;method_20928()Vnamed onRenewLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;onRenew()V
-
checkClientCompatibility
private void checkClientCompatibility()- Mappings:
Namespace Name Mixin selector official CLdqy;C()Vintermediary method_20932Lnet/minecraft/class_4325;method_20932()Vnamed checkClientCompatibilityLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;checkClientCompatibility()V
-
checkUnreadNews
private void checkUnreadNews()- Mappings:
Namespace Name Mixin selector official DLdqy;D()Vintermediary method_20934Lnet/minecraft/class_4325;method_20934()Vnamed checkUnreadNewsLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;checkUnreadNews()V
-
checkParentalConsent
void checkParentalConsent()- Mappings:
Namespace Name Mixin selector official ELdqy;E()Vintermediary method_20936Lnet/minecraft/class_4325;method_20936()Vnamed checkParentalConsentLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;checkParentalConsent()V
-
switchToStage
private void switchToStage()- Mappings:
Namespace Name Mixin selector official FLdqy;F()Vintermediary method_20938Lnet/minecraft/class_4325;method_20938()Vnamed switchToStageLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;switchToStage()V
-
switchToLocal
private void switchToLocal()- Mappings:
Namespace Name Mixin selector official GLdqy;G()Vintermediary method_20940Lnet/minecraft/class_4325;method_20940()Vnamed switchToLocalLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;switchToLocal()V
-
switchToProd
private void switchToProd()- Mappings:
Namespace Name Mixin selector official HLdqy;H()Vintermediary method_20941Lnet/minecraft/class_4325;method_20941()Vnamed switchToProdLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;switchToProd()V
-
stopRealmsFetcher
private void stopRealmsFetcher()- Mappings:
Namespace Name Mixin selector official ILdqy;I()Vintermediary method_20942Lnet/minecraft/class_4325;method_20942()Vnamed stopRealmsFetcherLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;stopRealmsFetcher()V
-
configureClicked
- Mappings:
Namespace Name Mixin selector official fLdqy;f(Ldrt;)Vintermediary method_20903Lnet/minecraft/class_4325;method_20903(Lnet/minecraft/class_4877;)Vnamed configureClickedLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;configureClicked(Lnet/minecraft/client/realms/dto/RealmsServer;)V
-
leaveClicked
- Mappings:
Namespace Name Mixin selector official gLdqy;g(Ldrt;)Vintermediary method_20906Lnet/minecraft/class_4325;method_20906(Lnet/minecraft/class_4877;)Vnamed leaveClickedLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;leaveClicked(Lnet/minecraft/client/realms/dto/RealmsServer;)V
-
saveListScrollPosition
private void saveListScrollPosition()- Mappings:
Namespace Name Mixin selector official JLdqy;J()Vintermediary method_20943Lnet/minecraft/class_4325;method_20943()Vnamed saveListScrollPositionLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;saveListScrollPosition()V
-
findServer
- Mappings:
Namespace Name Mixin selector official aLdqy;a(J)Ldrt;intermediary method_20851Lnet/minecraft/class_4325;method_20851(J)Lnet/minecraft/class_4877;named findServerLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;findServer(J)Lnet/minecraft/client/realms/dto/RealmsServer;
-
leaveServer
private void leaveServer(boolean confirmed) - Mappings:
Namespace Name Mixin selector official cLdqy;c(Z)Vintermediary method_24991Lnet/minecraft/class_4325;method_24991(Z)Vnamed leaveServerLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;leaveServer(Z)V
-
removeServer
- Mappings:
Namespace Name Mixin selector official hLdqy;h(Ldrt;)Vintermediary method_31174Lnet/minecraft/class_4325;method_31174(Lnet/minecraft/class_4877;)Vnamed removeServerLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;removeServer(Lnet/minecraft/client/realms/dto/RealmsServer;)V
-
removeSelection
public void removeSelection()- Mappings:
Namespace Name Mixin selector official fLdqy;f()Vintermediary method_20897Lnet/minecraft/class_4325;method_20897()Vnamed removeSelectionLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;removeSelection()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 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:
- Mappings:
Namespace Name Mixin selector official aLdyb;a(III)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(III)Znamed keyPressedLnet/minecraft/client/gui/Element;keyPressed(III)Z
-
onClosePopup
void onClosePopup()- Mappings:
Namespace Name Mixin selector official KLdqy;K()Vintermediary method_20834Lnet/minecraft/class_4325;method_20834()Vnamed onClosePopupLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;onClosePopup()V
-
charTyped
public boolean charTyped(char chr, int modifiers) Callback for when a character input has been captured. The key code is identified by the constants inGLFWclass.- Parameters:
chr- the captured charactermodifiers- 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:
- Mappings:
Namespace Name Mixin selector official aLdyb;a(CI)Zintermediary method_25400Lnet/minecraft/class_364;method_25400(CI)Znamed charTypedLnet/minecraft/client/gui/Element;charTyped(CI)Z
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classScreen- Mappings:
Namespace Name Mixin selector official aLdxy;a(Ldqo;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
-
drawRealmsLogo
- Mappings:
Namespace Name Mixin selector official aLdqy;a(Ldqo;II)Vintermediary method_20845Lnet/minecraft/class_4325;method_20845(Lnet/minecraft/class_4587;II)Vnamed drawRealmsLogoLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;drawRealmsLogo(Lnet/minecraft/client/util/math/MatrixStack;II)V
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFWclass.- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousebutton- the mouse button number- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official aLdyb;a(DDI)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(DDI)Znamed mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
isOutsidePopup
private boolean isOutsidePopup(double xm, double ym) - Mappings:
Namespace Name Mixin selector official aLdqy;a(DD)Zintermediary method_20844Lnet/minecraft/class_4325;method_20844(DD)Znamed isOutsidePopupLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;isOutsidePopup(DD)Z
-
drawPopup
- Mappings:
Namespace Name Mixin selector official bLdqy;b(Ldqo;II)Vintermediary method_20872Lnet/minecraft/class_4325;method_20872(Lnet/minecraft/class_4587;II)Vnamed drawPopupLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;drawPopup(Lnet/minecraft/client/util/math/MatrixStack;II)V
-
popupX0
int popupX0()- Mappings:
Namespace Name Mixin selector official LLdqy;L()Iintermediary method_20835Lnet/minecraft/class_4325;method_20835()Inamed popupX0Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;popupX0()I
-
popupY0
int popupY0()- Mappings:
Namespace Name Mixin selector official MLdqy;M()Iintermediary method_20836Lnet/minecraft/class_4325;method_20836()Inamed popupY0Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;popupY0()I
-
drawInvitationPendingIcon
void drawInvitationPendingIcon(MatrixStack matrices, int mouseX, int mouseY, int x, int y, boolean hovered, boolean active) - Mappings:
Namespace Name Mixin selector official aLdqy;a(Ldqo;IIIIZZ)Vintermediary method_20849Lnet/minecraft/class_4325;method_20849(Lnet/minecraft/class_4587;IIIIZZ)Vnamed drawInvitationPendingIconLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;drawInvitationPendingIcon(Lnet/minecraft/client/util/math/MatrixStack;IIIIZZ)V
-
inPendingInvitationArea
private boolean inPendingInvitationArea(double xm, double ym) - Mappings:
Namespace Name Mixin selector official cLdqy;c(DD)Zintermediary method_20871Lnet/minecraft/class_4325;method_20871(DD)Znamed inPendingInvitationAreaLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;inPendingInvitationArea(DD)Z
-
play
- Mappings:
Namespace Name Mixin selector official aLdqy;a(Ldrt;Leat;)Vintermediary method_20853Lnet/minecraft/class_4325;method_20853(Lnet/minecraft/class_4877;Lnet/minecraft/class_437;)Vnamed playLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;play(Lnet/minecraft/client/realms/dto/RealmsServer;Lnet/minecraft/client/gui/screen/Screen;)V
-
isSelfOwnedServer
- Mappings:
Namespace Name Mixin selector official iLdqy;i(Ldrt;)Zintermediary method_20909Lnet/minecraft/class_4325;method_20909(Lnet/minecraft/class_4877;)Znamed isSelfOwnedServerLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;isSelfOwnedServer(Lnet/minecraft/client/realms/dto/RealmsServer;)Z
-
isOwnedNotExpired
- Mappings:
Namespace Name Mixin selector official jLdqy;j(Ldrt;)Zintermediary method_25001Lnet/minecraft/class_4325;method_25001(Lnet/minecraft/class_4877;)Znamed isOwnedNotExpiredLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;isOwnedNotExpired(Lnet/minecraft/client/realms/dto/RealmsServer;)Z
-
drawExpired
- Mappings:
Namespace Name Mixin selector official cLdqy;c(Ldqo;IIII)Vintermediary method_20846Lnet/minecraft/class_4325;method_20846(Lnet/minecraft/class_4587;IIII)Vnamed drawExpiredLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;drawExpired(Lnet/minecraft/client/util/math/MatrixStack;IIII)V
-
drawExpiring
- Mappings:
Namespace Name Mixin selector official bLdqy;b(Ldqo;IIIII)Vintermediary method_24987Lnet/minecraft/class_4325;method_24987(Lnet/minecraft/class_4587;IIIII)Vnamed drawExpiringLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;drawExpiring(Lnet/minecraft/client/util/math/MatrixStack;IIIII)V
-
drawOpen
- Mappings:
Namespace Name Mixin selector official dLdqy;d(Ldqo;IIII)Vintermediary method_20873Lnet/minecraft/class_4325;method_20873(Lnet/minecraft/class_4587;IIII)Vnamed drawOpenLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;drawOpen(Lnet/minecraft/client/util/math/MatrixStack;IIII)V
-
drawClose
- Mappings:
Namespace Name Mixin selector official eLdqy;e(Ldqo;IIII)Vintermediary method_20883Lnet/minecraft/class_4325;method_20883(Lnet/minecraft/class_4587;IIII)Vnamed drawCloseLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;drawClose(Lnet/minecraft/client/util/math/MatrixStack;IIII)V
-
drawLeave
- Mappings:
Namespace Name Mixin selector official fLdqy;f(Ldqo;IIII)Vintermediary method_20891Lnet/minecraft/class_4325;method_20891(Lnet/minecraft/class_4587;IIII)Vnamed drawLeaveLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;drawLeave(Lnet/minecraft/client/util/math/MatrixStack;IIII)V
-
drawConfigure
- Mappings:
Namespace Name Mixin selector official gLdqy;g(Ldqo;IIII)Vintermediary method_20898Lnet/minecraft/class_4325;method_20898(Lnet/minecraft/class_4587;IIII)Vnamed drawConfigureLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;drawConfigure(Lnet/minecraft/client/util/math/MatrixStack;IIII)V
-
renderMousehoverTooltip
- Mappings:
Namespace Name Mixin selector official aLdqy;a(Ldqo;Ljava/util/List;II)Vintermediary method_20867Lnet/minecraft/class_4325;method_20867(Lnet/minecraft/class_4587;Ljava/util/List;II)Vnamed renderMousehoverTooltipLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;renderMousehoverTooltip(Lnet/minecraft/client/util/math/MatrixStack;Ljava/util/List;II)V
-
renderMoreInfo
- Mappings:
Namespace Name Mixin selector official aLdqy;a(Ldqo;IIIIZ)Vintermediary method_20848Lnet/minecraft/class_4325;method_20848(Lnet/minecraft/class_4587;IIIIZ)Vnamed renderMoreInfoLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;renderMoreInfo(Lnet/minecraft/client/util/math/MatrixStack;IIIIZ)V
-
renderNews
void renderNews(MatrixStack matrices, int mouseX, int mouseY, boolean hasUnread, int x, int y, boolean hovered, boolean active) - Mappings:
Namespace Name Mixin selector official aLdqy;a(Ldqo;IIZIIZZ)Vintermediary method_20850Lnet/minecraft/class_4325;method_20850(Lnet/minecraft/class_4587;IIZIIZZ)Vnamed renderNewsLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;renderNews(Lnet/minecraft/client/util/math/MatrixStack;IIZIIZZ)V
-
renderLocal
- Mappings:
Namespace Name Mixin selector official bLdqy;b(Ldqo;)Vintermediary method_20837Lnet/minecraft/class_4325;method_20837(Lnet/minecraft/class_4587;)Vnamed renderLocalLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;renderLocal(Lnet/minecraft/client/util/math/MatrixStack;)V
-
renderStage
- Mappings:
Namespace Name Mixin selector official cLdqy;c(Ldqo;)Vintermediary method_20838Lnet/minecraft/class_4325;method_20838(Lnet/minecraft/class_4587;)Vnamed renderStageLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;renderStage(Lnet/minecraft/client/util/math/MatrixStack;)V
-
newScreen
- Mappings:
Namespace Name Mixin selector official gLdqy;g()Ldqy;intermediary method_20902Lnet/minecraft/class_4325;method_20902()Lnet/minecraft/class_4325;named newScreenLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;newScreen()Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;
-
method_35683
public void method_35683()- Mappings:
Namespace Name Mixin selector official hLdqy;h()Vintermediary method_35683Lnet/minecraft/class_4325;method_35683()Vnamed method_35683Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;method_35683()V
-
loadImages
- Mappings:
Namespace Name Mixin selector official aLdqy;a(Ladz;)Vintermediary method_23765Lnet/minecraft/class_4325;method_23765(Lnet/minecraft/class_3300;)Vnamed loadImagesLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;loadImages(Lnet/minecraft/resource/ResourceManager;)V
-
setTooltips
- Mappings:
Namespace Name Mixin selector official aLdqy;a([Lot;)Vintermediary method_27452Lnet/minecraft/class_4325;method_27452([Lnet/minecraft/class_2561;)Vnamed setTooltipsLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;setTooltips([Lnet/minecraft/text/Text;)V
-
setTooltips
- Mappings:
Namespace Name Mixin selector official aLdqy;a(Ljava/lang/Iterable;)Vintermediary method_35681Lnet/minecraft/class_4325;method_35681(Ljava/lang/Iterable;)Vnamed setTooltipsLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;setTooltips(Ljava/lang/Iterable;)V
-
openPendingInvitesScreen
- Mappings:
Namespace Name Mixin selector official aLdqy;a(Ldxd;)Vintermediary method_24985Lnet/minecraft/class_4325;method_24985(Lnet/minecraft/class_4185;)Vnamed openPendingInvitesScreenLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;openPendingInvitesScreen(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-