Class RealmsMainScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.realms.gui.screen.RealmsScreen
net.minecraft.client.realms.gui.screen.RealmsMainScreen
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
- Mappings:
Namespace Name official eiu
intermediary net/minecraft/class_4325
named net/minecraft/client/realms/gui/screen/RealmsMainScreen
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate class
private static class
private class
private class
private class
private class
private class
private class
private static interface
private class
private class
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescription(package private) int
private ButtonWidget
private ButtonWidget
private int
private int
(package private) static boolean
(package private) static boolean
private ButtonWidget
private static final Text
private static final Text
private ButtonWidget
private ReentrantLock
private boolean
private ButtonWidget
(package private) static final Identifier
private static final Identifier
private boolean
private static final Identifier
(package private) static final Text
private static final Text
private static final Text
(package private) static final Text
private static final Text
private static final Identifier
private static final Text
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private static final int
private boolean
(package private) static boolean
private boolean
private boolean
(package private) boolean
private static List<Identifier>
(package private) static final Identifier
(package private) static final Identifier
(package private) static final Identifier
private boolean
(package private) long
private static int
private static final Text
private ButtonWidget
(package private) static final Logger
(package private) static final Text
private static final Identifier
private static final Text
private ButtonWidget
private final List<RealmsNotification>
private static final Identifier
private static final Identifier
private static final Text
private static boolean
(package private) final Screen
(package private) int
private static final Text
private ButtonWidget
private static final Identifier
private static final Text
(package private) boolean
private MultilineText
private final RateLimiter
private static final Identifier
(package private) RealmsMainScreen.RealmSelectionList
private List<RealmsServer>
private static boolean
private ButtonWidget
private RealmsServerFilterer
private boolean
private ButtonWidget
private static final Identifier
(package private) static final Text
private boolean
(package private) static final Text
(package private) static final Text
(package private) static final Identifier
Fields inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
ADVENTURE_MAPS_IN_1_9_URL, field_33036, field_33037, field_33038, field_33039, field_33040, field_33041, field_33042, field_33043, field_33055, field_33056, field_33057, field_33060, field_33061, field_33062, field_33063, field_33064, field_39676, MAX_FILE_SIZE, RED, WHITE
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
private void
addNotificationEntry
(RealmsMainScreen.RealmSelectionList selectionList, RealmsNotification notification) void
boolean
charTyped
(char chr, int modifiers) Callback for when a character input has been captured.private void
(package private) void
private void
configureClicked
(@Nullable RealmsServer serverData) createPeriodicRunnersManager
(RealmsPeriodicCheckers periodicCheckers) (package private) void
dismissNotification
(UUID notification) (package private) void
drawClose
(DrawContext context, int x, int y, int mouseX, int mouseY) (package private) void
drawExpired
(DrawContext context, int x, int y, int mouseX, int mouseY) (package private) void
drawExpiring
(DrawContext context, int x, int y, int mouseX, int mouseY, int remainingDays) (package private) void
drawOpen
(DrawContext context, int x, int y, int mouseX, int mouseY) private void
drawPopup
(DrawContext context, int mouseX, int mouseY, float delta) private @Nullable RealmsServer
private static boolean
void
init()
Called when a screen should be initialized.private boolean
isOutsidePopup
(double xm, double ym) private boolean
isOwnedNotExpired
(RealmsServer serverData) (package private) boolean
isSelfOwnedServer
(RealmsServer serverData) boolean
keyPressed
(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.private void
leaveClicked
(@Nullable RealmsServer selectedServer) private void
leaveServer
(boolean confirmed, RealmsServer realmsServer) static void
loadImages
(ResourceManager manager) boolean
mouseClicked
(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured.(package private) void
private void
onRenew
(@Nullable RealmsServer realmsServer) private void
void
play
(@Nullable RealmsServer serverData, Screen parent) (package private) int
popupX0()
(package private) int
popupY0()
private void
refresh()
void
(package private) void
removeServer
(RealmsServer serverData) void
render
(DrawContext context, int mouseX, int mouseY, float delta) private void
renderLocal
(DrawContext context) (package private) void
renderNews
(DrawContext context, int mouseX, int mouseY, boolean hasUnread, int x, int y, boolean hovered, boolean active) private void
renderStage
(DrawContext context) private static <T> void
request
(RealmsMainScreen.Request<T> request, Consumer<T> resultConsumer) (package private) void
private void
void
setCreatedTrial
(boolean createdTrial) private boolean
private boolean
(package private) boolean
private boolean
private boolean
boolean
private boolean
private void
private void
private void
void
tick()
(package private) void
updateButtonStates
(@Nullable RealmsServer server) Methods inherited from class net.minecraft.client.realms.gui.screen.RealmsScreen
addLabel, narrateLabels, row
Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, close, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, removed, renderBackground, renderBackgroundTexture, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Leiu;a:Lorg/slf4j/Logger;
intermediary field_19475
Lnet/minecraft/class_4325;field_19475:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;LOGGER:Lorg/slf4j/Logger;
-
ON_ICON
- Mappings:
Namespace Name Mixin selector official b
Leiu;b:Lacq;
intermediary field_22552
Lnet/minecraft/class_4325;field_22552:Lnet/minecraft/class_2960;
named ON_ICON
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;ON_ICON:Lnet/minecraft/util/Identifier;
-
OFF_ICON
- Mappings:
Namespace Name Mixin selector official c
Leiu;c:Lacq;
intermediary field_22553
Lnet/minecraft/class_4325;field_22553:Lnet/minecraft/class_2960;
named OFF_ICON
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;OFF_ICON:Lnet/minecraft/util/Identifier;
-
EXPIRED_ICON
- Mappings:
Namespace Name Mixin selector official G
Leiu;G:Lacq;
intermediary field_22554
Lnet/minecraft/class_4325;field_22554:Lnet/minecraft/class_2960;
named EXPIRED_ICON
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRED_ICON:Lnet/minecraft/util/Identifier;
-
EXPIRES_SOON_ICON
- Mappings:
Namespace Name Mixin selector official H
Leiu;H:Lacq;
intermediary field_22555
Lnet/minecraft/class_4325;field_22555:Lnet/minecraft/class_2960;
named EXPIRES_SOON_ICON
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRES_SOON_ICON:Lnet/minecraft/util/Identifier;
-
INVITATION_ICON
- Mappings:
Namespace Name Mixin selector official I
Leiu;I:Lacq;
intermediary field_22557
Lnet/minecraft/class_4325;field_22557:Lnet/minecraft/class_2960;
named INVITATION_ICON
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;INVITATION_ICON:Lnet/minecraft/util/Identifier;
-
INVITE_ICON
- Mappings:
Namespace Name Mixin selector official J
Leiu;J:Lacq;
intermediary field_22558
Lnet/minecraft/class_4325;field_22558:Lnet/minecraft/class_2960;
named INVITE_ICON
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;INVITE_ICON:Lnet/minecraft/util/Identifier;
-
WORLD_ICON
- Mappings:
Namespace Name Mixin selector official K
Leiu;K:Lacq;
intermediary field_22559
Lnet/minecraft/class_4325;field_22559:Lnet/minecraft/class_2960;
named WORLD_ICON
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;WORLD_ICON:Lnet/minecraft/util/Identifier;
-
REALMS
- Mappings:
Namespace Name Mixin selector official L
Leiu;L:Lacq;
intermediary field_22560
Lnet/minecraft/class_4325;field_22560:Lnet/minecraft/class_2960;
named REALMS
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;REALMS:Lnet/minecraft/util/Identifier;
-
NEWS_ICON
- Mappings:
Namespace Name Mixin selector official M
Leiu;M:Lacq;
intermediary field_22563
Lnet/minecraft/class_4325;field_22563:Lnet/minecraft/class_2960;
named NEWS_ICON
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;NEWS_ICON:Lnet/minecraft/util/Identifier;
-
POPUP
- Mappings:
Namespace Name Mixin selector official N
Leiu;N:Lacq;
intermediary field_22564
Lnet/minecraft/class_4325;field_22564:Lnet/minecraft/class_2960;
named POPUP
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;POPUP:Lnet/minecraft/util/Identifier;
-
DARKEN
- Mappings:
Namespace Name Mixin selector official O
Leiu;O:Lacq;
intermediary field_22548
Lnet/minecraft/class_4325;field_22548:Lnet/minecraft/class_2960;
named DARKEN
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;DARKEN:Lnet/minecraft/util/Identifier;
-
CROSS_ICON
- Mappings:
Namespace Name Mixin selector official P
Leiu;P:Lacq;
intermediary field_22549
Lnet/minecraft/class_4325;field_22549:Lnet/minecraft/class_2960;
named CROSS_ICON
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;CROSS_ICON:Lnet/minecraft/util/Identifier;
-
TRIAL_ICON
- Mappings:
Namespace Name Mixin selector official Q
Leiu;Q:Lacq;
intermediary field_22550
Lnet/minecraft/class_4325;field_22550:Lnet/minecraft/class_2960;
named TRIAL_ICON
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;TRIAL_ICON:Lnet/minecraft/util/Identifier;
-
INFO_ICON
- Mappings:
Namespace Name Mixin selector official R
Leiu;R:Lacq;
intermediary field_42995
Lnet/minecraft/class_4325;field_42995:Lnet/minecraft/class_2960;
named INFO_ICON
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;INFO_ICON:Lnet/minecraft/util/Identifier;
-
TRIAL_MESSAGE_LINES
- Mappings:
Namespace Name Mixin selector official S
Leiu;S:Ljava/util/List;
intermediary field_26449
Lnet/minecraft/class_4325;field_26449:Ljava/util/List;
named TRIAL_MESSAGE_LINES
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;TRIAL_MESSAGE_LINES:Ljava/util/List;
-
UNINITIALIZED_TEXT
- Mappings:
Namespace Name Mixin selector official T
Leiu;T:Lsw;
intermediary field_26450
Lnet/minecraft/class_4325;field_26450:Lnet/minecraft/class_2561;
named UNINITIALIZED_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;UNINITIALIZED_TEXT:Lnet/minecraft/text/Text;
-
EXPIRED_LIST_TEXT
- Mappings:
Namespace Name Mixin selector official U
Leiu;U:Lsw;
intermediary field_26451
Lnet/minecraft/class_4325;field_26451:Lnet/minecraft/class_2561;
named EXPIRED_LIST_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRED_LIST_TEXT:Lnet/minecraft/text/Text;
-
EXPIRED_RENEW_TEXT
- Mappings:
Namespace Name Mixin selector official V
Leiu;V:Lsw;
intermediary field_26452
Lnet/minecraft/class_4325;field_26452:Lnet/minecraft/class_2561;
named EXPIRED_RENEW_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRED_RENEW_TEXT:Lnet/minecraft/text/Text;
-
EXPIRED_TRIAL_TEXT
- Mappings:
Namespace Name Mixin selector official W
Leiu;W:Lsw;
intermediary field_26453
Lnet/minecraft/class_4325;field_26453:Lnet/minecraft/class_2561;
named EXPIRED_TRIAL_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRED_TRIAL_TEXT:Lnet/minecraft/text/Text;
-
MINIGAME_TEXT
- Mappings:
Namespace Name Mixin selector official X
Leiu;X:Lsw;
intermediary field_26455
Lnet/minecraft/class_4325;field_26455:Lnet/minecraft/class_2561;
named MINIGAME_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;MINIGAME_TEXT:Lnet/minecraft/text/Text;
-
POPUP_TEXT
- Mappings:
Namespace Name Mixin selector official Y
Leiu;Y:Lsw;
intermediary field_26456
Lnet/minecraft/class_4325;field_26456:Lnet/minecraft/class_2561;
named POPUP_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;POPUP_TEXT:Lnet/minecraft/text/Text;
-
PLAY_TEXT
- Mappings:
Namespace Name Mixin selector official Z
Leiu;Z:Lsw;
intermediary field_42859
Lnet/minecraft/class_4325;field_42859:Lnet/minecraft/class_2561;
named PLAY_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;PLAY_TEXT:Lnet/minecraft/text/Text;
-
LEAVE_TEXT
- Mappings:
Namespace Name Mixin selector official aa
Leiu;aa:Lsw;
intermediary field_42860
Lnet/minecraft/class_4325;field_42860:Lnet/minecraft/class_2561;
named LEAVE_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;LEAVE_TEXT:Lnet/minecraft/text/Text;
-
CONFIGURE_TEXT
- Mappings:
Namespace Name Mixin selector official ab
Leiu;ab:Lsw;
intermediary field_42861
Lnet/minecraft/class_4325;field_42861:Lnet/minecraft/class_2561;
named CONFIGURE_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;CONFIGURE_TEXT:Lnet/minecraft/text/Text;
-
EXPIRED_TEXT
- Mappings:
Namespace Name Mixin selector official ac
Leiu;ac:Lsw;
intermediary field_26457
Lnet/minecraft/class_4325;field_26457:Lnet/minecraft/class_2561;
named EXPIRED_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRED_TEXT:Lnet/minecraft/text/Text;
-
EXPIRES_SOON_TEXT
- Mappings:
Namespace Name Mixin selector official ad
Leiu;ad:Lsw;
intermediary field_26458
Lnet/minecraft/class_4325;field_26458:Lnet/minecraft/class_2561;
named EXPIRES_SOON_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRES_SOON_TEXT:Lnet/minecraft/text/Text;
-
EXPIRES_IN_A_DAY_TEXT
- Mappings:
Namespace Name Mixin selector official ae
Leiu;ae:Lsw;
intermediary field_26459
Lnet/minecraft/class_4325;field_26459:Lnet/minecraft/class_2561;
named EXPIRES_IN_A_DAY_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;EXPIRES_IN_A_DAY_TEXT:Lnet/minecraft/text/Text;
-
OPEN_TEXT
- Mappings:
Namespace Name Mixin selector official af
Leiu;af:Lsw;
intermediary field_26460
Lnet/minecraft/class_4325;field_26460:Lnet/minecraft/class_2561;
named OPEN_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;OPEN_TEXT:Lnet/minecraft/text/Text;
-
CLOSED_TEXT
- Mappings:
Namespace Name Mixin selector official ag
Leiu;ag:Lsw;
intermediary field_26461
Lnet/minecraft/class_4325;field_26461:Lnet/minecraft/class_2561;
named CLOSED_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;CLOSED_TEXT:Lnet/minecraft/text/Text;
-
NEWS_TEXT
- Mappings:
Namespace Name Mixin selector official ah
Leiu;ah:Lsw;
intermediary field_26465
Lnet/minecraft/class_4325;field_26465:Lnet/minecraft/class_2561;
named NEWS_TEXT
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;NEWS_TEXT:Lnet/minecraft/text/Text;
-
UNINITIALIZED_BUTTON_NARRATION
- Mappings:
Namespace Name Mixin selector official ai
Leiu;ai:Lsw;
intermediary field_33776
Lnet/minecraft/class_4325;field_33776:Lnet/minecraft/class_2561;
named UNINITIALIZED_BUTTON_NARRATION
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;UNINITIALIZED_BUTTON_NARRATION:Lnet/minecraft/text/Text;
-
TRIAL_NARRATION
- Mappings:
Namespace Name Mixin selector official aj
Leiu;aj:Lsw;
intermediary field_33774
Lnet/minecraft/class_4325;field_33774:Lnet/minecraft/class_2561;
named TRIAL_NARRATION
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;TRIAL_NARRATION:Lnet/minecraft/text/Text;
-
field_42862
private static final int field_42862- See Also:
- Mappings:
Namespace Name Mixin selector official ak
Leiu;ak:I
intermediary field_42862
Lnet/minecraft/class_4325;field_42862:I
named field_42862
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;field_42862:I
-
field_42863
private static final int field_42863- See Also:
- Mappings:
Namespace Name Mixin selector official al
Leiu;al:I
intermediary field_42863
Lnet/minecraft/class_4325;field_42863:I
named field_42863
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;field_42863:I
-
field_42864
private static final int field_42864- See Also:
- Mappings:
Namespace Name Mixin selector official am
Leiu;am:I
intermediary field_42864
Lnet/minecraft/class_4325;field_42864:I
named field_42864
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;field_42864:I
-
field_42865
private static final int field_42865- See Also:
- Mappings:
Namespace Name Mixin selector official an
Leiu;an:I
intermediary field_42865
Lnet/minecraft/class_4325;field_42865:I
named field_42865
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;field_42865:I
-
field_44509
private static final int field_44509- See Also:
- Mappings:
Namespace Name Mixin selector official ao
Leiu;ao:I
intermediary field_44509
Lnet/minecraft/class_4325;field_44509:I
named field_44509
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;field_44509:I
-
field_44510
private static final int field_44510- See Also:
- Mappings:
Namespace Name Mixin selector official ap
Leiu;ap:I
intermediary field_44510
Lnet/minecraft/class_4325;field_44510:I
named field_44510
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;field_44510:I
-
field_44511
private static final int field_44511- See Also:
- Mappings:
Namespace Name Mixin selector official aq
Leiu;aq:I
intermediary field_44511
Lnet/minecraft/class_4325;field_44511:I
named field_44511
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;field_44511:I
-
field_44512
private static final int field_44512- See Also:
- Mappings:
Namespace Name Mixin selector official ar
Leiu;ar:I
intermediary field_44512
Lnet/minecraft/class_4325;field_44512:I
named field_44512
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;field_44512:I
-
field_44513
private static final int field_44513- See Also:
- Mappings:
Namespace Name Mixin selector official as
Leiu;as:I
intermediary field_44513
Lnet/minecraft/class_4325;field_44513:I
named field_44513
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;field_44513:I
-
field_44514
private static final int field_44514- See Also:
- Mappings:
Namespace Name Mixin selector official at
Leiu;at:I
intermediary field_44514
Lnet/minecraft/class_4325;field_44514:I
named field_44514
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;field_44514:I
-
IMAGES
- Mappings:
Namespace Name Mixin selector official au
Leiu;au:Ljava/util/List;
intermediary field_21517
Lnet/minecraft/class_4325;field_21517:Ljava/util/List;
named IMAGES
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;IMAGES:Ljava/util/List;
-
overrideConfigure
private static boolean overrideConfigure- Mappings:
Namespace Name Mixin selector official ay
Leiu;ay:Z
intermediary field_19476
Lnet/minecraft/class_4325;field_19476:Z
named overrideConfigure
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;overrideConfigure:Z
-
lastScrollYPosition
private static int lastScrollYPosition- Mappings:
Namespace Name Mixin selector official az
Leiu;az:I
intermediary field_19481
Lnet/minecraft/class_4325;field_19481:I
named lastScrollYPosition
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;lastScrollYPosition:I
-
hasParentalConsent
static volatile boolean hasParentalConsent- Mappings:
Namespace Name Mixin selector official aA
Leiu;aA:Z
intermediary field_19494
Lnet/minecraft/class_4325;field_19494:Z
named hasParentalConsent
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;hasParentalConsent:Z
-
checkedParentalConsent
static volatile boolean checkedParentalConsent- Mappings:
Namespace Name Mixin selector official aB
Leiu;aB:Z
intermediary field_19495
Lnet/minecraft/class_4325;field_19495:Z
named checkedParentalConsent
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;checkedParentalConsent:Z
-
checkedClientCompatibility
static volatile boolean checkedClientCompatibility- Mappings:
Namespace Name Mixin selector official aC
Leiu;aC:Z
intermediary field_19496
Lnet/minecraft/class_4325;field_19496:Z
named checkedClientCompatibility
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;checkedClientCompatibility:Z
-
realmsGenericErrorScreen
- Mappings:
Namespace Name Mixin selector official aD
Leiu;aD:Leuq;
intermediary field_19463
Lnet/minecraft/class_4325;field_19463:Lnet/minecraft/class_437;
named realmsGenericErrorScreen
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;realmsGenericErrorScreen:Lnet/minecraft/client/gui/screen/Screen;
-
regionsPinged
private static boolean regionsPinged- Mappings:
Namespace Name Mixin selector official aE
Leiu;aE:Z
intermediary field_19464
Lnet/minecraft/class_4325;field_19464:Z
named regionsPinged
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;regionsPinged:Z
-
periodicRunnersManager
- Mappings:
Namespace Name Mixin selector official av
Leiu;av:Lelx$c;
intermediary field_39680
Lnet/minecraft/class_4325;field_39680:Lnet/minecraft/class_7581$class_7584;
named periodicRunnersManager
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;periodicRunnersManager:Lnet/minecraft/client/realms/util/PeriodicRunnerFactory$RunnersManager;
-
serverFilterer
- Mappings:
Namespace Name Mixin selector official aw
Leiu;aw:Leks;
intermediary field_39681
Lnet/minecraft/class_4325;field_39681:Lnet/minecraft/class_7580;
named serverFilterer
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;serverFilterer:Lnet/minecraft/client/realms/util/RealmsServerFilterer;
-
seenNotifications
- Mappings:
Namespace Name Mixin selector official ax
Leiu;ax:Ljava/util/Set;
intermediary field_42996
Lnet/minecraft/class_4325;field_42996:Ljava/util/Set;
named seenNotifications
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;seenNotifications:Ljava/util/Set;
-
rateLimiter
- Mappings:
Namespace Name Mixin selector official aF
Leiu;aF:Lcom/google/common/util/concurrent/RateLimiter;
intermediary field_19477
Lnet/minecraft/class_4325;field_19477:Lcom/google/common/util/concurrent/RateLimiter;
named rateLimiter
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;rateLimiter:Lcom/google/common/util/concurrent/RateLimiter;
-
dontSetConnectedToRealms
private boolean dontSetConnectedToRealms- Mappings:
Namespace Name Mixin selector official aG
Leiu;aG:Z
intermediary field_19478
Lnet/minecraft/class_4325;field_19478:Z
named dontSetConnectedToRealms
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;dontSetConnectedToRealms:Z
-
parent
- Mappings:
Namespace Name Mixin selector official aH
Leiu;aH:Leuq;
intermediary field_19482
Lnet/minecraft/class_4325;field_19482:Lnet/minecraft/class_437;
named parent
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
realmSelectionList
RealmsMainScreen.RealmSelectionList realmSelectionList- Mappings:
Namespace Name Mixin selector official aI
Leiu;aI:Leiu$h;
intermediary field_19483
Lnet/minecraft/class_4325;field_19483:Lnet/minecraft/class_4325$class_4329;
named realmSelectionList
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;realmSelectionList:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionList;
-
hasSelectionList
private boolean hasSelectionList- Mappings:
Namespace Name Mixin selector official aJ
Leiu;aJ:Z
intermediary field_33775
Lnet/minecraft/class_4325;field_33775:Z
named hasSelectionList
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;hasSelectionList:Z
-
playButton
- Mappings:
Namespace Name Mixin selector official aK
Leiu;aK:Lepi;
intermediary field_19485
Lnet/minecraft/class_4325;field_19485:Lnet/minecraft/class_4185;
named playButton
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;playButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
backButton
- Mappings:
Namespace Name Mixin selector official aL
Leiu;aL:Lepi;
intermediary field_19486
Lnet/minecraft/class_4325;field_19486:Lnet/minecraft/class_4185;
named backButton
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;backButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
renewButton
- Mappings:
Namespace Name Mixin selector official aM
Leiu;aM:Lepi;
intermediary field_19487
Lnet/minecraft/class_4325;field_19487:Lnet/minecraft/class_4185;
named renewButton
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;renewButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
configureButton
- Mappings:
Namespace Name Mixin selector official aN
Leiu;aN:Lepi;
intermediary field_19488
Lnet/minecraft/class_4325;field_19488:Lnet/minecraft/class_4185;
named configureButton
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;configureButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
leaveButton
- Mappings:
Namespace Name Mixin selector official aO
Leiu;aO:Lepi;
intermediary field_19489
Lnet/minecraft/class_4325;field_19489:Lnet/minecraft/class_4185;
named leaveButton
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;leaveButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
realmsServers
- Mappings:
Namespace Name Mixin selector official aP
Leiu;aP:Ljava/util/List;
intermediary field_19491
Lnet/minecraft/class_4325;field_19491:Ljava/util/List;
named realmsServers
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;realmsServers:Ljava/util/List;
-
pendingInvitesCount
volatile int pendingInvitesCount- Mappings:
Namespace Name Mixin selector official aQ
Leiu;aQ:I
intermediary field_19492
Lnet/minecraft/class_4325;field_19492:I
named pendingInvitesCount
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;pendingInvitesCount:I
-
animTick
int animTick- Mappings:
Namespace Name Mixin selector official aR
Leiu;aR:I
intermediary field_19493
Lnet/minecraft/class_4325;field_19493:I
named animTick
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;animTick:I
-
hasFetchedServers
private boolean hasFetchedServers- Mappings:
Namespace Name Mixin selector official aS
Leiu;aS:Z
intermediary field_19497
Lnet/minecraft/class_4325;field_19497:Z
named hasFetchedServers
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;hasFetchedServers:Z
-
popupOpenedByUser
boolean popupOpenedByUser- Mappings:
Namespace Name Mixin selector official aT
Leiu;aT:Z
intermediary field_19498
Lnet/minecraft/class_4325;field_19498:Z
named popupOpenedByUser
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;popupOpenedByUser:Z
-
justClosedPopup
private boolean justClosedPopup- Mappings:
Namespace Name Mixin selector official aU
Leiu;aU:Z
intermediary field_19499
Lnet/minecraft/class_4325;field_19499:Z
named justClosedPopup
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;justClosedPopup:Z
-
trialAvailable
private volatile boolean trialAvailable- Mappings:
Namespace Name Mixin selector official aV
Leiu;aV:Z
intermediary field_19500
Lnet/minecraft/class_4325;field_19500:Z
named trialAvailable
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;trialAvailable:Z
-
createdTrial
private volatile boolean createdTrial- Mappings:
Namespace Name Mixin selector official aW
Leiu;aW:Z
intermediary field_19456
Lnet/minecraft/class_4325;field_19456:Z
named createdTrial
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;createdTrial:Z
-
showingPopup
private volatile boolean showingPopup- Mappings:
Namespace Name Mixin selector official aX
Leiu;aX:Z
intermediary field_19457
Lnet/minecraft/class_4325;field_19457:Z
named showingPopup
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;showingPopup:Z
-
hasUnreadNews
volatile boolean hasUnreadNews- Mappings:
Namespace Name Mixin selector official aY
Leiu;aY:Z
intermediary field_19458
Lnet/minecraft/class_4325;field_19458:Z
named hasUnreadNews
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;hasUnreadNews:Z
-
newsLink
- Mappings:
Namespace Name Mixin selector official aZ
Leiu;aZ:Ljava/lang/String;
intermediary field_19459
Lnet/minecraft/class_4325;field_19459:Ljava/lang/String;
named newsLink
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;newsLink:Ljava/lang/String;
-
carouselIndex
private int carouselIndex- Mappings:
Namespace Name Mixin selector official ba
Leiu;ba:I
intermediary field_19460
Lnet/minecraft/class_4325;field_19460:I
named carouselIndex
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;carouselIndex:I
-
carouselTick
private int carouselTick- Mappings:
Namespace Name Mixin selector official bb
Leiu;bb:I
intermediary field_19461
Lnet/minecraft/class_4325;field_19461:I
named carouselTick
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;carouselTick:I
-
hasSwitchedCarouselImage
private boolean hasSwitchedCarouselImage- Mappings:
Namespace Name Mixin selector official bc
Leiu;bc:Z
intermediary field_19462
Lnet/minecraft/class_4325;field_19462:Z
named hasSwitchedCarouselImage
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;hasSwitchedCarouselImage:Z
-
keyCombos
- Mappings:
Namespace Name Mixin selector official bd
Leiu;bd:Ljava/util/List;
intermediary field_19465
Lnet/minecraft/class_4325;field_19465:Ljava/util/List;
named keyCombos
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;keyCombos:Ljava/util/List;
-
lastPlayButtonClickTime
long lastPlayButtonClickTime- Mappings:
Namespace Name Mixin selector official be
Leiu;be:J
intermediary field_37267
Lnet/minecraft/class_4325;field_37267:J
named lastPlayButtonClickTime
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;lastPlayButtonClickTime:J
-
connectLock
- Mappings:
Namespace Name Mixin selector official bf
Leiu;bf:Ljava/util/concurrent/locks/ReentrantLock;
intermediary field_19467
Lnet/minecraft/class_4325;field_19467:Ljava/util/concurrent/locks/ReentrantLock;
named connectLock
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;connectLock:Ljava/util/concurrent/locks/ReentrantLock;
-
popupText
- Mappings:
Namespace Name Mixin selector official bg
Leiu;bg:Lepz;
intermediary field_26466
Lnet/minecraft/class_4325;field_26466:Lnet/minecraft/class_5489;
named popupText
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;popupText:Lnet/minecraft/client/font/MultilineText;
-
notifications
- Mappings:
Namespace Name Mixin selector official bh
Leiu;bh:Ljava/util/List;
intermediary field_42997
Lnet/minecraft/class_4325;field_42997:Ljava/util/List;
named notifications
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;notifications:Ljava/util/List;
-
showPopupButton
- Mappings:
Namespace Name Mixin selector official bi
Leiu;bi:Lepi;
intermediary field_19469
Lnet/minecraft/class_4325;field_19469:Lnet/minecraft/class_4185;
named showPopupButton
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;showPopupButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
pendingInvitesButton
- Mappings:
Namespace Name Mixin selector official bj
Leiu;bj:Leiu$g;
intermediary field_19470
Lnet/minecraft/class_4325;field_19470:Lnet/minecraft/class_4325$class_4328;
named pendingInvitesButton
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;pendingInvitesButton:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$PendingInvitesButton;
-
newsButton
- Mappings:
Namespace Name Mixin selector official bk
Leiu;bk:Lepi;
intermediary field_19471
Lnet/minecraft/class_4325;field_19471:Lnet/minecraft/class_4185;
named newsButton
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;newsButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
createTrialButton
- Mappings:
Namespace Name Mixin selector official bl
Leiu;bl:Lepi;
intermediary field_19472
Lnet/minecraft/class_4325;field_19472:Lnet/minecraft/class_4185;
named createTrialButton
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;createTrialButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
buyARealmButton
- Mappings:
Namespace Name Mixin selector official bm
Leiu;bm:Lepi;
intermediary field_19473
Lnet/minecraft/class_4325;field_19473:Lnet/minecraft/class_4185;
named buyARealmButton
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;buyARealmButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
closeButton
- Mappings:
Namespace Name Mixin selector official bn
Leiu;bn:Lepi;
intermediary field_19474
Lnet/minecraft/class_4325;field_19474:Lnet/minecraft/class_4185;
named closeButton
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;closeButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
-
-
Constructor Details
-
RealmsMainScreen
- Mappings:
Namespace Name Mixin selector official <init>
Leiu;<init>(Leuq;)V
intermediary <init>
Lnet/minecraft/class_4325;<init>(Lnet/minecraft/class_437;)V
named <init>
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
-
-
Method Details
-
shouldShowMessageInList
private boolean shouldShowMessageInList()- Mappings:
Namespace Name Mixin selector official B
Leiu;B()Z
intermediary method_20842
Lnet/minecraft/class_4325;method_20842()Z
named shouldShowMessageInList
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;shouldShowMessageInList()Z
-
shouldShowPopup
public boolean shouldShowPopup()- Mappings:
Namespace Name Mixin selector official a
Leiu;a()Z
intermediary method_20870
Lnet/minecraft/class_4325;method_20870()Z
named shouldShowPopup
Lnet/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.
This should call
Screen.setInitialFocus(net.minecraft.client.gui.Element)
to set the element that is initially focused. -
hasParentalConsent
private static boolean hasParentalConsent()- Mappings:
Namespace Name Mixin selector official C
Leiu;C()Z
intermediary method_20918
Lnet/minecraft/class_4325;method_20918()Z
named hasParentalConsent
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;hasParentalConsent()Z
-
addInvitesAndNewsButtons
public void addInvitesAndNewsButtons()- Mappings:
Namespace Name Mixin selector official c
Leiu;c()V
intermediary method_48171
Lnet/minecraft/class_4325;method_48171()V
named addInvitesAndNewsButtons
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;addInvitesAndNewsButtons()V
-
addPurchaseButtons
public void addPurchaseButtons()- Mappings:
Namespace Name Mixin selector official d
Leiu;d()V
intermediary method_48173
Lnet/minecraft/class_4325;method_48173()V
named addPurchaseButtons
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;addPurchaseButtons()V
-
addLowerButtons
public void addLowerButtons()- Mappings:
Namespace Name Mixin selector official e
Leiu;e()V
intermediary method_49287
Lnet/minecraft/class_4325;method_49287()V
named addLowerButtons
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;addLowerButtons()V
-
updateButtonStates
- Mappings:
Namespace Name Mixin selector official a
Leiu;a(Lejq;)V
intermediary method_20852
Lnet/minecraft/class_4325;method_20852(Lnet/minecraft/class_4877;)V
named updateButtonStates
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;updateButtonStates(Lnet/minecraft/client/realms/dto/RealmsServer;)V
-
shouldShowPopupButton
private boolean shouldShowPopupButton()- Mappings:
Namespace Name Mixin selector official D
Leiu;D()Z
intermediary method_20920
Lnet/minecraft/class_4325;method_20920()Z
named shouldShowPopupButton
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;shouldShowPopupButton()Z
-
shouldPlayButtonBeActive
- Mappings:
Namespace Name Mixin selector official b
Leiu;b(Lejq;)Z
intermediary method_20874
Lnet/minecraft/class_4325;method_20874(Lnet/minecraft/class_4877;)Z
named shouldPlayButtonBeActive
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;shouldPlayButtonBeActive(Lnet/minecraft/client/realms/dto/RealmsServer;)Z
-
shouldRenewButtonBeActive
- Mappings:
Namespace Name Mixin selector official c
Leiu;c(Lejq;)Z
intermediary method_20884
Lnet/minecraft/class_4325;method_20884(Lnet/minecraft/class_4877;)Z
named shouldRenewButtonBeActive
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;shouldRenewButtonBeActive(Lnet/minecraft/client/realms/dto/RealmsServer;)Z
-
shouldConfigureButtonBeActive
- Mappings:
Namespace Name Mixin selector official d
Leiu;d(Lejq;)Z
intermediary method_49285
Lnet/minecraft/class_4325;method_49285(Lnet/minecraft/class_4877;)Z
named shouldConfigureButtonBeActive
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;shouldConfigureButtonBeActive(Lnet/minecraft/client/realms/dto/RealmsServer;)Z
-
shouldLeaveButtonBeActive
- Mappings:
Namespace Name Mixin selector official e
Leiu;e(Lejq;)Z
intermediary method_49288
Lnet/minecraft/class_4325;method_49288(Lnet/minecraft/class_4877;)Z
named shouldLeaveButtonBeActive
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;shouldLeaveButtonBeActive(Lnet/minecraft/client/realms/dto/RealmsServer;)Z
-
tick
public void tick() -
createPeriodicRunnersManager
private PeriodicRunnerFactory.RunnersManager createPeriodicRunnersManager(RealmsPeriodicCheckers periodicCheckers) - Mappings:
Namespace Name Mixin selector official a
Leiu;a(Lekq;)Lelx$c;
intermediary method_44611
Lnet/minecraft/class_4325;method_44611(Lnet/minecraft/class_7578;)Lnet/minecraft/class_7581$class_7584;
named createPeriodicRunnersManager
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;createPeriodicRunnersManager(Lnet/minecraft/client/realms/RealmsPeriodicCheckers;)Lnet/minecraft/client/realms/util/PeriodicRunnerFactory$RunnersManager;
-
request
- Mappings:
Namespace Name Mixin selector official a
Leiu;a(Leiu$i;Ljava/util/function/Consumer;)V
intermediary method_49553
Lnet/minecraft/class_4325;method_49553(Lnet/minecraft/class_4325$class_8203;Ljava/util/function/Consumer;)V
named request
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;request(Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$Request;Ljava/util/function/Consumer;)V
-
refresh
private void refresh()- Mappings:
Namespace Name Mixin selector official E
Leiu;E()V
intermediary method_49550
Lnet/minecraft/class_4325;method_49550()V
named refresh
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;refresh()V
-
addNotificationEntry
private void addNotificationEntry(RealmsMainScreen.RealmSelectionList selectionList, RealmsNotification notification) - Mappings:
Namespace Name Mixin selector official a
Leiu;a(Leiu$h;Lejp;)V
intermediary method_49551
Lnet/minecraft/class_4325;method_49551(Lnet/minecraft/class_4325$class_4329;Lnet/minecraft/class_8204;)V
named addNotificationEntry
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;addNotificationEntry(Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$RealmSelectionList;Lnet/minecraft/client/realms/dto/RealmsNotification;)V
-
resetPeriodicRunnersManager
void resetPeriodicRunnersManager()- Mappings:
Namespace Name Mixin selector official F
Leiu;F()V
intermediary method_44609
Lnet/minecraft/class_4325;method_44609()V
named resetPeriodicRunnersManager
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;resetPeriodicRunnersManager()V
-
pingRegions
private void pingRegions()- Mappings:
Namespace Name Mixin selector official G
Leiu;G()V
intermediary method_20922
Lnet/minecraft/class_4325;method_20922()V
named pingRegions
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;pingRegions()V
-
getOwnedNonExpiredWorldIds
- Mappings:
Namespace Name Mixin selector official H
Leiu;H()Ljava/util/List;
intermediary method_20924
Lnet/minecraft/class_4325;method_20924()Ljava/util/List;
named getOwnedNonExpiredWorldIds
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;getOwnedNonExpiredWorldIds()Ljava/util/List;
-
setCreatedTrial
public void setCreatedTrial(boolean createdTrial) - Mappings:
Namespace Name Mixin selector official a
Leiu;a(Z)V
intermediary method_35682
Lnet/minecraft/class_4325;method_35682(Z)V
named setCreatedTrial
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;setCreatedTrial(Z)V
-
onRenew
- Mappings:
Namespace Name Mixin selector official f
Leiu;f(Lejq;)V
intermediary method_20928
Lnet/minecraft/class_4325;method_20928(Lnet/minecraft/class_4877;)V
named onRenew
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;onRenew(Lnet/minecraft/client/realms/dto/RealmsServer;)V
-
checkClientCompatibility
private void checkClientCompatibility()- Mappings:
Namespace Name Mixin selector official I
Leiu;I()V
intermediary method_20932
Lnet/minecraft/class_4325;method_20932()V
named checkClientCompatibility
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;checkClientCompatibility()V
-
checkParentalConsent
void checkParentalConsent()- Mappings:
Namespace Name Mixin selector official J
Leiu;J()V
intermediary method_20936
Lnet/minecraft/class_4325;method_20936()V
named checkParentalConsent
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;checkParentalConsent()V
-
switchToStage
private void switchToStage()- Mappings:
Namespace Name Mixin selector official K
Leiu;K()V
intermediary method_20938
Lnet/minecraft/class_4325;method_20938()V
named switchToStage
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;switchToStage()V
-
switchToLocal
private void switchToLocal()- Mappings:
Namespace Name Mixin selector official L
Leiu;L()V
intermediary method_20940
Lnet/minecraft/class_4325;method_20940()V
named switchToLocal
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;switchToLocal()V
-
switchToProd
private void switchToProd()- Mappings:
Namespace Name Mixin selector official M
Leiu;M()V
intermediary method_20941
Lnet/minecraft/class_4325;method_20941()V
named switchToProd
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;switchToProd()V
-
configureClicked
- Mappings:
Namespace Name Mixin selector official g
Leiu;g(Lejq;)V
intermediary method_20903
Lnet/minecraft/class_4325;method_20903(Lnet/minecraft/class_4877;)V
named configureClicked
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;configureClicked(Lnet/minecraft/client/realms/dto/RealmsServer;)V
-
leaveClicked
- Mappings:
Namespace Name Mixin selector official h
Leiu;h(Lejq;)V
intermediary method_20906
Lnet/minecraft/class_4325;method_20906(Lnet/minecraft/class_4877;)V
named leaveClicked
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;leaveClicked(Lnet/minecraft/client/realms/dto/RealmsServer;)V
-
saveListScrollPosition
private void saveListScrollPosition()- Mappings:
Namespace Name Mixin selector official N
Leiu;N()V
intermediary method_20943
Lnet/minecraft/class_4325;method_20943()V
named saveListScrollPosition
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;saveListScrollPosition()V
-
findServer
- Mappings:
Namespace Name Mixin selector official O
Leiu;O()Lejq;
intermediary method_38503
Lnet/minecraft/class_4325;method_38503()Lnet/minecraft/class_4877;
named findServer
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;findServer()Lnet/minecraft/client/realms/dto/RealmsServer;
-
leaveServer
- Mappings:
Namespace Name Mixin selector official a
Leiu;a(ZLejq;)V
intermediary method_24991
Lnet/minecraft/class_4325;method_24991(ZLnet/minecraft/class_4877;)V
named leaveServer
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;leaveServer(ZLnet/minecraft/client/realms/dto/RealmsServer;)V
-
removeServer
- Mappings:
Namespace Name Mixin selector official i
Leiu;i(Lejq;)V
intermediary method_31174
Lnet/minecraft/class_4325;method_31174(Lnet/minecraft/class_4877;)V
named removeServer
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;removeServer(Lnet/minecraft/client/realms/dto/RealmsServer;)V
-
dismissNotification
- Mappings:
Namespace Name Mixin selector official a
Leiu;a(Ljava/util/UUID;)V
intermediary method_49557
Lnet/minecraft/class_4325;method_49557(Ljava/util/UUID;)V
named dismissNotification
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;dismissNotification(Ljava/util/UUID;)V
-
removeSelection
public void removeSelection()- Mappings:
Namespace Name Mixin selector official g
Leiu;g()V
intermediary method_38505
Lnet/minecraft/class_4325;method_38505()V
named removeSelection
Lnet/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 inGLFW
class.- Specified by:
keyPressed
in interfaceElement
- Specified by:
keyPressed
in interfaceParentElement
- Overrides:
keyPressed
in classScreen
- Parameters:
keyCode
- the named key code of the event as described in theGLFW
classscanCode
- the unique/platform-specific scan code of the keyboard inputmodifiers
- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leqt;a(III)Z
intermediary method_25404
Lnet/minecraft/class_364;method_25404(III)Z
named keyPressed
Lnet/minecraft/client/gui/Element;keyPressed(III)Z
-
onClosePopup
void onClosePopup()- Mappings:
Namespace Name Mixin selector official P
Leiu;P()V
intermediary method_20834
Lnet/minecraft/class_4325;method_20834()V
named onClosePopup
Lnet/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 inGLFW
class.- Parameters:
chr
- the captured charactermodifiers
- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leqt;a(CI)Z
intermediary method_25400
Lnet/minecraft/class_364;method_25400(CI)Z
named charTyped
Lnet/minecraft/client/gui/Element;charTyped(CI)Z
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Leqh;a(Leox;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
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 inGLFW
class.- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousebutton
- the mouse button number- Returns:
true
to indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official a
Leqt;a(DDI)Z
intermediary method_25402
Lnet/minecraft/class_364;method_25402(DDI)Z
named mouseClicked
Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
isOutsidePopup
private boolean isOutsidePopup(double xm, double ym) - Mappings:
Namespace Name Mixin selector official a
Leiu;a(DD)Z
intermediary method_20844
Lnet/minecraft/class_4325;method_20844(DD)Z
named isOutsidePopup
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;isOutsidePopup(DD)Z
-
drawPopup
- Mappings:
Namespace Name Mixin selector official c
Leiu;c(Leox;IIF)V
intermediary method_20872
Lnet/minecraft/class_4325;method_20872(Lnet/minecraft/class_332;IIF)V
named drawPopup
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;drawPopup(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
popupX0
int popupX0()- Mappings:
Namespace Name Mixin selector official Q
Leiu;Q()I
intermediary method_20835
Lnet/minecraft/class_4325;method_20835()I
named popupX0
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;popupX0()I
-
popupY0
int popupY0()- Mappings:
Namespace Name Mixin selector official R
Leiu;R()I
intermediary method_20836
Lnet/minecraft/class_4325;method_20836()I
named popupY0
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;popupY0()I
-
play
- Mappings:
Namespace Name Mixin selector official a
Leiu;a(Lejq;Leuq;)V
intermediary method_20853
Lnet/minecraft/class_4325;method_20853(Lnet/minecraft/class_4877;Lnet/minecraft/class_437;)V
named play
Lnet/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 j
Leiu;j(Lejq;)Z
intermediary method_20909
Lnet/minecraft/class_4325;method_20909(Lnet/minecraft/class_4877;)Z
named isSelfOwnedServer
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;isSelfOwnedServer(Lnet/minecraft/client/realms/dto/RealmsServer;)Z
-
isOwnedNotExpired
- Mappings:
Namespace Name Mixin selector official k
Leiu;k(Lejq;)Z
intermediary method_25001
Lnet/minecraft/class_4325;method_25001(Lnet/minecraft/class_4877;)Z
named isOwnedNotExpired
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;isOwnedNotExpired(Lnet/minecraft/client/realms/dto/RealmsServer;)Z
-
drawExpired
- Mappings:
Namespace Name Mixin selector official a
Leiu;a(Leox;IIII)V
intermediary method_20846
Lnet/minecraft/class_4325;method_20846(Lnet/minecraft/class_332;IIII)V
named drawExpired
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;drawExpired(Lnet/minecraft/client/gui/DrawContext;IIII)V
-
drawExpiring
- Mappings:
Namespace Name Mixin selector official a
Leiu;a(Leox;IIIII)V
intermediary method_24987
Lnet/minecraft/class_4325;method_24987(Lnet/minecraft/class_332;IIIII)V
named drawExpiring
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;drawExpiring(Lnet/minecraft/client/gui/DrawContext;IIIII)V
-
drawOpen
- Mappings:
Namespace Name Mixin selector official b
Leiu;b(Leox;IIII)V
intermediary method_20873
Lnet/minecraft/class_4325;method_20873(Lnet/minecraft/class_332;IIII)V
named drawOpen
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;drawOpen(Lnet/minecraft/client/gui/DrawContext;IIII)V
-
drawClose
- Mappings:
Namespace Name Mixin selector official c
Leiu;c(Leox;IIII)V
intermediary method_20883
Lnet/minecraft/class_4325;method_20883(Lnet/minecraft/class_332;IIII)V
named drawClose
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;drawClose(Lnet/minecraft/client/gui/DrawContext;IIII)V
-
renderNews
void renderNews(DrawContext context, int mouseX, int mouseY, boolean hasUnread, int x, int y, boolean hovered, boolean active) - Mappings:
Namespace Name Mixin selector official a
Leiu;a(Leox;IIZIIZZ)V
intermediary method_20850
Lnet/minecraft/class_4325;method_20850(Lnet/minecraft/class_332;IIZIIZZ)V
named renderNews
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;renderNews(Lnet/minecraft/client/gui/DrawContext;IIZIIZZ)V
-
renderLocal
- Mappings:
Namespace Name Mixin selector official c
Leiu;c(Leox;)V
intermediary method_20837
Lnet/minecraft/class_4325;method_20837(Lnet/minecraft/class_332;)V
named renderLocal
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;renderLocal(Lnet/minecraft/client/gui/DrawContext;)V
-
renderStage
- Mappings:
Namespace Name Mixin selector official d
Leiu;d(Leox;)V
intermediary method_20838
Lnet/minecraft/class_4325;method_20838(Lnet/minecraft/class_332;)V
named renderStage
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;renderStage(Lnet/minecraft/client/gui/DrawContext;)V
-
newScreen
- Mappings:
Namespace Name Mixin selector official h
Leiu;h()Leiu;
intermediary method_20902
Lnet/minecraft/class_4325;method_20902()Lnet/minecraft/class_4325;
named newScreen
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;newScreen()Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;
-
loadImages
- Mappings:
Namespace Name Mixin selector official a
Leiu;a(Lakx;)V
intermediary method_23765
Lnet/minecraft/class_4325;method_23765(Lnet/minecraft/class_3300;)V
named loadImages
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen;loadImages(Lnet/minecraft/resource/ResourceManager;)V
-