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 dmbintermediary 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 voidcheckClientCompatability()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 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(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(RealmsServer server)private booleanshouldLeaveButtonBeVisible(RealmsServer server)private booleanshouldPlayButtonBeActive(RealmsServer server)private booleanshouldRenewButtonBeActive(RealmsServer server)private booleanshouldShowMessageInList()booleanshouldShowPopup()private booleanshouldShowPopupButton()private voidstopRealmsFetcher()private voidswitchToLocal()private voidswitchToProd()private voidswitchToStage()voidtick()private voidupdateButtonStates(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 aLdmb;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 bLdmb;b:Lwb;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 cLdmb;c:Lwb;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 pLdmb;p:Lwb;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 qLdmb;q:Lwb;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 rLdmb;r:Lwb;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 sLdmb;s:Lwb;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 tLdmb;t:Lwb;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 uLdmb;u:Lwb;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 vLdmb;v:Lwb;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 wLdmb;w:Lwb;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 xLdmb;x:Lwb;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 yLdmb;y:Lwb;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 zLdmb;z:Lwb;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 ALdmb;A:Lwb;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 BLdmb;B:Lwb;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 CLdmb;C:Lwb;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 DLdmb;D:Lwb;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 ELdmb;E:Loi;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 FLdmb;F:Loi;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 GLdmb;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 HLdmb;H:Loi;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 ILdmb;I:Loi;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 JLdmb;J:Loi;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 KLdmb;K:Loi;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 LLdmb;L:Loi;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 MLdmb;M:Loi;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 NLdmb;N:Loi;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 OLdmb;O:Loi;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 PLdmb;P:Loi;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 QLdmb;Q:Loi;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 RLdmb;R:Loi;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 SLdmb;S:Loi;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 TLdmb;T:Loi;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 ULdmb;U:Loi;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 VLdmb;V:Loi;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 WLdmb;W:Loi;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 XLdmb;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 YLdmb;Y:Ldnq;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 ZLdmb;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 aaLdmb;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 abLdmb;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 acLdmb;ac:Zintermediary field_19495Lnet/minecraft/class_4325;field_19495:Znamed checkedParentalConsentLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;checkedParentalConsent:Z
-
checkedClientCompatability
private static volatile boolean checkedClientCompatability- Mappings:
Namespace Name Mixin selector official adLdmb;ad:Zintermediary field_19496Lnet/minecraft/class_4325;field_19496:Znamed checkedClientCompatabilityLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;checkedClientCompatability:Z
-
realmsGenericErrorScreen
- Mappings:
Namespace Name Mixin selector official aeLdmb;ae:Ldve;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 afLdmb;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 agLdmb;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 ahLdmb;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 aiLdmb;ai:Ldve;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 ajLdmb;aj:Ldmb$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 akLdmb;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 alLdmb;al:Ldru;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 amLdmb;am:Ldru;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 anLdmb;an:Ldru;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 aoLdmb;ao:Ldru;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 apLdmb;ap:Ldru;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 aqLdmb;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 arLdmb;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 asLdmb;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 atLdmb;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 auLdmb;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 avLdmb;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 awLdmb;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 axLdmb;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 ayLdmb;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 azLdmb;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 aALdmb;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 aBLdmb;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 aCLdmb;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 aDLdmb;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 aELdmb;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 aFLdmb;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 aGLdmb;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 aHLdmb;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 aILdmb;aI:Ldsg;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 aJLdmb;aJ:Ldmb$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 aKLdmb;aK:Ldru;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 aLLdmb;aL:Ldru;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 aMLdmb;aM:Ldru;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 aNLdmb;aN:Ldru;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 aOLdmb;aO:Ldru;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 aPLdmb;aP:Ldru;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 DLdmb;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 av_Ldmb;av_()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 ELdmb;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 cLdmb;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 aLdmb;a(Ldmv;)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 FLdmb;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 bLdmb;b(Ldmv;)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 cLdmb;c(Ldmv;)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 dLdmb;d(Ldmv;)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 eLdmb;e(Ldmv;)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 dLdsn;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 GLdmb;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 HLdmb;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 ILdmb;I()Vintermediary method_20928Lnet/minecraft/class_4325;method_20928()Vnamed onRenewLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;onRenew()V
-
checkClientCompatability
private void checkClientCompatability()- Mappings:
Namespace Name Mixin selector official JLdmb;J()Vintermediary method_20932Lnet/minecraft/class_4325;method_20932()Vnamed checkClientCompatabilityLnet/minecraft/client/realms/gui/screen/RealmsMainScreen;checkClientCompatability()V
-
checkUnreadNews
private void checkUnreadNews()- Mappings:
Namespace Name Mixin selector official KLdmb;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 LLdmb;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 MLdmb;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 NLdmb;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 OLdmb;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 PLdmb;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 fLdmb;f(Ldmv;)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 gLdmb;g(Ldmv;)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 QLdmb;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 aLdmb;a(J)Ldmv;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 dLdmb;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 hLdmb;h(Ldmv;)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 fLdmb;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 aLdst;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 RLdmb;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 aLdst;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 aLdsq;a(Ldlr;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
drawRealmsLogo
- Mappings:
Namespace Name Mixin selector official aLdmb;a(Ldlr;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 aLdst;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 aLdmb;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 bLdmb;b(Ldlr;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 SLdmb;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 TLdmb;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 aLdmb;a(Ldlr;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 cLdmb;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 aLdmb;a(Ldmv;Ldve;)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 iLdmb;i(Ldmv;)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 jLdmb;j(Ldmv;)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 cLdmb;c(Ldlr;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 bLdmb;b(Ldlr;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 dLdmb;d(Ldlr;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 eLdmb;e(Ldlr;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 fLdmb;f(Ldlr;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 gLdmb;g(Ldlr;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 aLdmb;a(Ldlr;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 aLdmb;a(Ldlr;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 aLdmb;a(Ldlr;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 bLdmb;b(Ldlr;)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 cLdmb;c(Ldlr;)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 aw_Ldmb;aw_()Ldmb;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 aLdmb;a(Lacx;)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 aLdmb;a([Loi;)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 aLdmb;a(Ldru;)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
-