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,TickableElement
@Environment(CLIENT) public class RealmsMainScreen extends RealmsScreen
- Mappings:
Namespace Name official dnvintermediary net/minecraft/class_4325named net/minecraft/client/realms/gui/screen/RealmsMainScreen
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classRealmsMainScreen.CloseButton(package private) classRealmsMainScreen.Entry(package private) static classRealmsMainScreen.HoverState(package private) classRealmsMainScreen.NewsButton(package private) classRealmsMainScreen.PendingInvitesButton(package private) classRealmsMainScreen.RealmSelectionList(package private) classRealmsMainScreen.RealmSelectionListEntry(package private) classRealmsMainScreen.RealmSelectionListTrialEntry(package private) classRealmsMainScreen.ShowPopupButton -
Field Summary
Fields 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 RealmsMainScreen(Screen screen) -
Method Summary
Modifier and Type Method Description voidaddButtons()booleancharTyped(char chr, int modifiers)Callback for when a character input has been captured.private voidcheckClientCompatibility()private voidcheckParentalConsent()private voidcheckUnreadNews()private voidconfigureClicked(RealmsServer realmsServer)private voiddrawClose(MatrixStack matrixStack, int int2, int int3, int int4, int int5)private voiddrawConfigure(MatrixStack matrixStack, int int2, int int3, int int4, int int5)private voiddrawExpired(MatrixStack matrixStack, int int2, int int3, int int4, int int5)private voiddrawInvitationPendingIcon(MatrixStack matrixStack, int int2, int int3, int int4, int int5, boolean bool, boolean bool2)private voiddrawLeave(MatrixStack matrixStack, int int2, int int3, int int4, int int5)private voiddrawOpen(MatrixStack matrixStack, int int2, int int3, int int4, int int5)private voiddrawPopup(MatrixStack matrices, int mouseX, int mouseY)private voiddrawRealmsLogo(MatrixStack matrices, int x, int y)private @Nullable RealmsServerfindServer(long id)private List<Long>getOwnedNonExpiredWorldIds()private static booleanhasParentalConsent()voidinit()Called when a screen should be initialized.private booleaninPendingInvitationArea(double xm, double ym)private booleanisOutsidePopup(double xm, double ym)private booleanisSelfOwnedServer(RealmsServer serverData)booleankeyPressed(int keyCode, int scanCode, int modifiers)Callback for when a key down event has been captured.private voidleaveClicked(@Nullable RealmsServer selectedServer)static voidmethod_23765(ResourceManager manager)private voidmethod_24985(ButtonWidget buttonWidget)private voidmethod_24987(MatrixStack matrixStack, int int2, int int3, int int4, int int5, int int6)private voidmethod_24991(boolean bool)private booleanmethod_25001(RealmsServer realmsServer)private voidmethod_27452(Text[] text)private voidmethod_31174(RealmsServer realmsServer)booleanmouseClicked(double mouseX, double mouseY, int button)Callback for when a mouse button down event has been captured.RealmsMainScreennewScreen()private voidonClosePopup()private voidonRenew()private voidpingRegions()voidplay(RealmsServer realmsServer, Screen screen)private intpopupX0()private intpopupY0()voidremoved()voidremoveSelection()voidrender(MatrixStack matrices, int mouseX, int mouseY, float delta)private voidrenderLocal(MatrixStack matrixStack)private voidrenderMoreInfo(MatrixStack matrixStack, int int2, int int3, int int4, int int5, boolean bool)protected voidrenderMousehoverTooltip(MatrixStack matrixStack, List<Text> list, int int2, int int3)private voidrenderNews(MatrixStack matrixStack, int int2, int int3, boolean bool, int int4, int int5, boolean bool2, boolean bool3)private voidrenderStage(MatrixStack matrixStack)private voidsaveListScrollPosition()private booleanshouldConfigureButtonBeVisible(@Nullable RealmsServer server)private booleanshouldLeaveButtonBeVisible(@Nullable RealmsServer server)private booleanshouldPlayButtonBeActive(@Nullable RealmsServer server)private booleanshouldRenewButtonBeActive(@Nullable RealmsServer server)private booleanshouldShowMessageInList()booleanshouldShowPopup()private booleanshouldShowPopupButton()private voidstopRealmsFetcher()private voidswitchToLocal()private voidswitchToProd()private voidswitchToStage()voidtick()private voidupdateButtonStates(@Nullable RealmsServer server)Methods inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
narrateLabels, rowMethods 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, 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, focusOn, hoveredElement, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLdnv;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 bLdnv;b:Lwl;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 cLdnv;c:Lwl;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 pLdnv;p:Lwl;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 qLdnv;q:Lwl;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 rLdnv;r:Lwl;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 sLdnv;s:Lwl;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 tLdnv;t:Lwl;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 uLdnv;u:Lwl;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 vLdnv;v:Lwl;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 wLdnv;w:Lwl;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 xLdnv;x:Lwl;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 yLdnv;y:Lwl;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 zLdnv;z:Lwl;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 ALdnv;A:Lwl;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 BLdnv;B:Lwl;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 CLdnv;C:Lwl;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 DLdnv;D:Lwl;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 ELdnv;E:Loj;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 FLdnv;F:Loj;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 GLdnv;G: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 HLdnv;H:Loj;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 ILdnv;I:Loj;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 JLdnv;J:Loj;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 KLdnv;K:Loj;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 LLdnv;L:Loj;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 MLdnv;M:Loj;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 NLdnv;N:Loj;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 OLdnv;O:Loj;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 PLdnv;P:Loj;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 QLdnv;Q:Loj;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 RLdnv;R:Loj;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 SLdnv;S:Loj;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 TLdnv;T:Loj;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 ULdnv;U:Loj;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 VLdnv;V:Loj;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 WLdnv;W:Loj;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;
-
IMAGES
- Mappings:
Namespace Name Mixin selector official XLdnv;X: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;
-
realmsDataFetcher
- Mappings:
Namespace Name Mixin selector official YLdnv;Y:Ldpk;intermediary field_19480Lnet/minecraft/class_4325;field_19480:Lnet/minecraft/class_4360;named realmsDataFetcherLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;realmsDataFetcher:Lnet/minecraft/client/realms/gui/RealmsDataFetcher;
-
overrideConfigure
private static boolean overrideConfigure- Mappings:
Namespace Name Mixin selector official ZLdnv;Z: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 aaLdnv;aa:Iintermediary field_19481Lnet/minecraft/class_4325;field_19481:Inamed lastScrollYPositionLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;lastScrollYPosition:I
-
hasParentalConsent
private static volatile boolean hasParentalConsent- Mappings:
Namespace Name Mixin selector official abLdnv;ab:Zintermediary field_19494Lnet/minecraft/class_4325;field_19494:Znamed hasParentalConsentLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;hasParentalConsent:Z
-
checkedParentalConsent
private static volatile boolean checkedParentalConsent- Mappings:
Namespace Name Mixin selector official acLdnv;ac:Zintermediary field_19495Lnet/minecraft/class_4325;field_19495:Znamed checkedParentalConsentLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;checkedParentalConsent:Z
-
checkedClientCompatibility
private static volatile boolean checkedClientCompatibility- Mappings:
Namespace Name Mixin selector official adLdnv;ad: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 aeLdnv;ae:Ldwy;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 afLdnv;af: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 agLdnv;ag: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 ahLdnv;ah: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 aiLdnv;ai:Ldwy;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 ajLdnv;aj:Ldnv$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;
-
selectedServerId
private long selectedServerId- Mappings:
Namespace Name Mixin selector official akLdnv;ak:Jintermediary field_19484Lnet/minecraft/class_4325;field_19484:Jnamed selectedServerIdLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;selectedServerId:J
-
playButton
- Mappings:
Namespace Name Mixin selector official alLdnv;al:Ldto;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 amLdnv;am:Ldto;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 anLdnv;an:Ldto;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 aoLdnv;ao:Ldto;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 apLdnv;ap:Ldto;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 aqLdnv;aq: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
- Mappings:
Namespace Name Mixin selector official arLdnv;ar: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
private volatile int numberOfPendingInvites- Mappings:
Namespace Name Mixin selector official asLdnv;as:Iintermediary field_19492Lnet/minecraft/class_4325;field_19492:Inamed numberOfPendingInvitesLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;numberOfPendingInvites:I
-
animTick
private int animTick- Mappings:
Namespace Name Mixin selector official atLdnv;at: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 auLdnv;au:Zintermediary field_19497Lnet/minecraft/class_4325;field_19497:Znamed hasFetchedServersLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;hasFetchedServers:Z
-
popupOpenedByUser
private boolean popupOpenedByUser- Mappings:
Namespace Name Mixin selector official avLdnv;av: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 awLdnv;aw: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 axLdnv;ax: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 ayLdnv;ay: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 azLdnv;az:Zintermediary field_19457Lnet/minecraft/class_4325;field_19457:Znamed showingPopupLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;showingPopup:Z
-
hasUnreadNews
private volatile boolean hasUnreadNews- Mappings:
Namespace Name Mixin selector official aALdnv;aA: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 aBLdnv;aB: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 aCLdnv;aC: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 aDLdnv;aD: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 aELdnv;aE: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 aFLdnv;aF: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
private int clicks- Mappings:
Namespace Name Mixin selector official aGLdnv;aG: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 aHLdnv;aH: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;
-
field_26466
- Mappings:
Namespace Name Mixin selector official aILdnv;aI:Ldua;intermediary field_26466Lnet/minecraft/class_4325;field_26466:Lnet/minecraft/class_5489;named field_26466Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;field_26466:Lnet/minecraft/client/font/MultilineText;
-
hoverState
- Mappings:
Namespace Name Mixin selector official aJLdnv;aJ:Ldnv$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 aKLdnv;aK:Ldto;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 aLLdnv;aL:Ldto;intermediary field_19470Lnet/minecraft/class_4325;field_19470:Lnet/minecraft/class_4185;named pendingInvitesButtonLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;pendingInvitesButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
newsButton
- Mappings:
Namespace Name Mixin selector official aMLdnv;aM:Ldto;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 aNLdnv;aN:Ldto;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 aOLdnv;aO:Ldto;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 aPLdnv;aP:Ldto;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
-
-
Method Details
-
shouldShowMessageInList
private boolean shouldShowMessageInList()- Mappings:
Namespace Name Mixin selector official DLdnv;D()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 at_Ldnv;at_()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 ELdnv;E()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 cLdnv;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 aLdnv;a(Ldop;)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 FLdnv;F()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 bLdnv;b(Ldop;)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 cLdnv;c(Ldop;)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 dLdnv;d(Ldop;)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 eLdnv;e(Ldop;)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()- Specified by:
tickin interfaceTickableElement- Overrides:
tickin classRealmsScreen- Mappings:
Namespace Name Mixin selector official dLduh;d()Vintermediary method_25393Lnet/minecraft/class_4893;method_25393()Vnamed tickLnet/minecraft/client/gui/screen/TickableElement;tick()V
-
pingRegions
private void pingRegions()- Mappings:
Namespace Name Mixin selector official GLdnv;G()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 HLdnv;H()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() -
onRenew
private void onRenew()- Mappings:
Namespace Name Mixin selector official ILdnv;I()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 JLdnv;J()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 KLdnv;K()Vintermediary method_20934Lnet/minecraft/class_4325;method_20934()Vnamed checkUnreadNewsLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;checkUnreadNews()V
-
checkParentalConsent
private void checkParentalConsent()- Mappings:
Namespace Name Mixin selector official LLdnv;L()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 MLdnv;M()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 NLdnv;N()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 OLdnv;O()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 PLdnv;P()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 fLdnv;f(Ldop;)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 gLdnv;g(Ldop;)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 QLdnv;Q()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 aLdnv;a(J)Ldop;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;
-
method_24991
private void method_24991(boolean bool)- Mappings:
Namespace Name Mixin selector official dLdnv;d(Z)Vintermediary method_24991Lnet/minecraft/class_4325;method_24991(Z)Vnamed method_24991Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;method_24991(Z)V
-
method_31174
- Mappings:
Namespace Name Mixin selector official hLdnv;h(Ldop;)Vintermediary method_31174Lnet/minecraft/class_4325;method_31174(Lnet/minecraft/class_4877;)Vnamed method_31174Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;method_31174(Lnet/minecraft/client/realms/dto/RealmsServer;)V
-
removeSelection
public void removeSelection()- Mappings:
Namespace Name Mixin selector official fLdnv;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:
Keyboard.onKey(long, int, int, int, int),GLFW.GLFW_KEY_Q,GLFWKeyCallbackI.invoke(long, int, int, int, int)- Mappings:
Namespace Name Mixin selector official aLdun;a(III)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(III)Znamed keyPressedLnet/minecraft/client/gui/Element;keyPressed(III)Z
-
onClosePopup
private void onClosePopup()- Mappings:
Namespace Name Mixin selector official RLdnv;R()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:
Keyboard.onChar(long, int, int),GLFW.GLFW_KEY_Q,GLFWKeyCallbackI.invoke(long, int, int, int, int)- Mappings:
Namespace Name Mixin selector official aLdun;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 aLduk;a(Ldnl;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 aLdnv;a(Ldnl;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:
Mouse.onMouseButton(long, int, int, int),GLFW.GLFW_MOUSE_BUTTON_1- Mappings:
Namespace Name Mixin selector official aLdun;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 aLdnv;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 bLdnv;b(Ldnl;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
private int popupX0()- Mappings:
Namespace Name Mixin selector official SLdnv;S()Iintermediary method_20835Lnet/minecraft/class_4325;method_20835()Inamed popupX0Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;popupX0()I
-
popupY0
private int popupY0()- Mappings:
Namespace Name Mixin selector official TLdnv;T()Iintermediary method_20836Lnet/minecraft/class_4325;method_20836()Inamed popupY0Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;popupY0()I
-
drawInvitationPendingIcon
private void drawInvitationPendingIcon(MatrixStack matrixStack, int int2, int int3, int int4, int int5, boolean bool, boolean bool2)- Mappings:
Namespace Name Mixin selector official aLdnv;a(Ldnl;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 cLdnv;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 aLdnv;a(Ldop;Ldwy;)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 iLdnv;i(Ldop;)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
-
method_25001
- Mappings:
Namespace Name Mixin selector official jLdnv;j(Ldop;)Zintermediary method_25001Lnet/minecraft/class_4325;method_25001(Lnet/minecraft/class_4877;)Znamed method_25001Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;method_25001(Lnet/minecraft/client/realms/dto/RealmsServer;)Z
-
drawExpired
- Mappings:
Namespace Name Mixin selector official cLdnv;c(Ldnl;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
-
method_24987
private void method_24987(MatrixStack matrixStack, int int2, int int3, int int4, int int5, int int6)- Mappings:
Namespace Name Mixin selector official bLdnv;b(Ldnl;IIIII)Vintermediary method_24987Lnet/minecraft/class_4325;method_24987(Lnet/minecraft/class_4587;IIIII)Vnamed method_24987Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;method_24987(Lnet/minecraft/client/util/math/MatrixStack;IIIII)V
-
drawOpen
- Mappings:
Namespace Name Mixin selector official dLdnv;d(Ldnl;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 eLdnv;e(Ldnl;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 fLdnv;f(Ldnl;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 gLdnv;g(Ldnl;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
protected void renderMousehoverTooltip(MatrixStack matrixStack, List<Text> list, int int2, int int3)- Mappings:
Namespace Name Mixin selector official aLdnv;a(Ldnl;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
private void renderMoreInfo(MatrixStack matrixStack, int int2, int int3, int int4, int int5, boolean bool)- Mappings:
Namespace Name Mixin selector official aLdnv;a(Ldnl;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
private void renderNews(MatrixStack matrixStack, int int2, int int3, boolean bool, int int4, int int5, boolean bool2, boolean bool3)- Mappings:
Namespace Name Mixin selector official aLdnv;a(Ldnl;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 bLdnv;b(Ldnl;)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 cLdnv;c(Ldnl;)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 au_Ldnv;au_()Ldnv;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_23765
- Mappings:
Namespace Name Mixin selector official aLdnv;a(Ladh;)Vintermediary method_23765Lnet/minecraft/class_4325;method_23765(Lnet/minecraft/class_3300;)Vnamed method_23765Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;method_23765(Lnet/minecraft/resource/ResourceManager;)V
-
method_27452
- Mappings:
Namespace Name Mixin selector official aLdnv;a([Loj;)Vintermediary method_27452Lnet/minecraft/class_4325;method_27452([Lnet/minecraft/class_2561;)Vnamed method_27452Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;method_27452([Lnet/minecraft/text/Text;)V
-
method_24985
- Mappings:
Namespace Name Mixin selector official aLdnv;a(Ldto;)Vintermediary method_24985Lnet/minecraft/class_4325;method_24985(Lnet/minecraft/class_4185;)Vnamed method_24985Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;method_24985(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-