Package com.mojang.realmsclient
Class RealmsMainScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.realms.RealmsScreen
com.mojang.realmsclient.RealmsMainScreen
- All Implemented Interfaces:
ContainerEventHandler
,GuiEventListener
,Renderable
,TabOrderedElement
-
Nested Class Summary
Modifier and TypeClassDescription(package private) class
(package private) class
(package private) static class
(package private) class
(package private) class
(package private) static enum
(package private) static class
(package private) class
(package private) class
(package private) static interface
(package private) class
(package private) class
Nested classes/interfaces inherited from class net.minecraft.client.gui.screens.Screen
Screen.NarratableSearchResult
-
Field Summary
Modifier and TypeFieldDescriptionprivate RealmsMainScreen.LayoutState
private Button
private final CompletableFuture
<RealmsAvailability.Result> private List
<RealmsServer> private Button
private static final int
private static final int
private static final int
(package private) static final ResourceLocation
private static final Component
private Button
private static final int
private DataFetcher.Subscription
private static final int
(package private) static final ResourceLocation
(package private) static final ResourceLocation
private static final int
private static final int
(package private) static final ResourceLocation
private static final ResourceLocation
private final com.google.common.util.concurrent.RateLimiter
private static final int
(package private) long
private final Screen
private HeaderAndFooterLayout
private static final Component
private Button
private static final Component
(package private) static final org.slf4j.Logger
private static final int
private static final ResourceLocation
private static final int
private static final int
private static final int
private static final int
(package private) static final ResourceLocation
private static final int
private static final int
private static final ResourceLocation
private String
private static final Component
private static final ResourceLocation
private static final Component
private final List
<RealmsNotification> (package private) static final ResourceLocation
private static final Component
private static final Component
private Button
(package private) RealmsMainScreen.RealmSelectionList
private static boolean
private Button
(package private) static final Component
(package private) static final Component
(package private) static final Component
(package private) static final Component
(package private) static final Component
(package private) static final Component
private RealmsServerList
private static final boolean
private static boolean
(package private) static final Component
private static final Component
private static final Component
(package private) static final Component
private boolean
(package private) static final Component
Fields inherited from class net.minecraft.realms.RealmsScreen
COLOR_DARK_GRAY, COLOR_GREEN, COLOR_INFO, COLOR_LINK, COLOR_LINK_HOVER, COLOR_MEDIUM_GRAY, EXPIRATION_NOTIFICATION_DAYS, SIZE_LIMIT, SKIN_FACE_SIZE, TITLE_HEIGHT
Fields inherited from class net.minecraft.client.gui.screens.Screen
CUBE_MAP, font, FOOTER_SEPARATOR, HEADER_SEPARATOR, height, INWORLD_FOOTER_SEPARATOR, INWORLD_HEADER_SEPARATOR, MENU_BACKGROUND, minecraft, PANORAMA, renderables, screenExecutor, title, width
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
addListEntriesForNotification
(RealmsNotification p_304511_) private static <T> void
callRealmsClient
(RealmsMainScreen.RealmsCall<T> p_275561_, Consumer<T> p_275686_) private void
configureClicked
(RealmsServer p_86657_) private static void
confirmToPlay
(RealmsServer p_305792_, Screen p_306263_, Component p_305782_, Component p_306311_, Component p_306238_) private Layout
createFooter
(RealmsMainScreen.LayoutState p_294561_) private Layout
private HeaderAndFooterLayout
createLayout
(RealmsMainScreen.LayoutState p_295052_) private LinearLayout
private void
(package private) void
dismissNotification
(UUID p_275349_) private RealmsServer
static Component
getVersionComponent
(String p_307541_, boolean p_307256_) static Component
getVersionComponent
(String p_307429_, int p_307536_) void
init()
private DataFetcher.Subscription
initDataFetcher
(RealmsDataFetcher p_238836_) private boolean
isSelfOwnedNonExpiredServer
(RealmsServer p_86689_) (package private) boolean
isSelfOwnedServer
(RealmsServer p_86684_) static boolean
private void
leaveClicked
(RealmsServer p_86670_) private void
leaveServer
(boolean p_193494_, RealmsServer p_193495_) private void
markNotificationsAsSeen
(Collection<RealmsNotification> p_304698_) void
onClose()
private void
onRenew
(RealmsServer p_193500_) private void
private void
static void
play
(RealmsServer p_86516_, Screen p_86517_) static void
play
(RealmsServer p_305964_, Screen p_305959_, boolean p_306296_) private void
static void
static void
void
render
(GuiGraphics p_282736_, int p_283347_, int p_282480_, float p_283485_) Neo: mixins targeting this method won't fire for container screens asAbstractContainerScreen.render(net.minecraft.client.gui.GuiGraphics, int, int, float)
replicates this method in place of a super call to insert an eventprivate void
renderEnvironment
(GuiGraphics p_294591_, String p_295050_, int p_294351_) protected void
void
private boolean
shouldConfigureButtonBeActive
(RealmsServer p_86620_) private boolean
shouldLeaveButtonBeActive
(RealmsServer p_86645_) (package private) boolean
shouldPlayButtonBeActive
(RealmsServer p_86563_) private boolean
shouldRenewButtonBeActive
(RealmsServer p_86595_) void
tick()
(package private) void
private void
private void
updateLayout
(RealmsMainScreen.LayoutState p_294474_) Methods inherited from class net.minecraft.realms.RealmsScreen
addLabel, createLabelNarration, row
Methods inherited from class net.minecraft.client.gui.screens.Screen
added, addRenderableOnly, addRenderableWidget, addWidget, advancePanoramaTime, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearFocus, clearTooltipForNextRenderPass, clearWidgets, findNarratableWidget, getBackgroundMusic, getMinecraft, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, narrationEnabled, onFilesDrop, rebuildWidgets, removed, removeWidget, renderBackground, renderBlurredBackground, renderMenuBackground, renderMenuBackground, renderMenuBackgroundTexture, renderPanorama, renderTransparentBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, shouldNarrateNavigation, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, wrapScreenError
Methods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandler
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.components.events.ContainerEventHandler
charTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocused
Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
mouseMoved
Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Field Details
-
INFO_SPRITE
-
NEW_REALM_SPRITE
-
EXPIRED_SPRITE
-
EXPIRES_SOON_SPRITE
-
OPEN_SPRITE
-
CLOSED_SPRITE
-
INVITE_SPRITE
-
NEWS_SPRITE
-
LOGGER
static final org.slf4j.Logger LOGGER -
LOGO_LOCATION
-
NO_REALMS_LOCATION
-
TITLE
-
LOADING_TEXT
-
SERVER_UNITIALIZED_TEXT
-
SUBSCRIPTION_EXPIRED_TEXT
-
SUBSCRIPTION_RENEW_TEXT
-
TRIAL_EXPIRED_TEXT
-
PLAY_TEXT
-
LEAVE_SERVER_TEXT
-
CONFIGURE_SERVER_TEXT
-
SERVER_EXPIRED_TOOLTIP
-
SERVER_EXPIRES_SOON_TOOLTIP
-
SERVER_EXPIRES_IN_DAY_TOOLTIP
-
SERVER_OPEN_TOOLTIP
-
SERVER_CLOSED_TOOLTIP
-
UNITIALIZED_WORLD_NARRATION
-
NO_REALMS_TEXT
-
NO_PENDING_INVITES
-
PENDING_INVITES
-
BUTTON_WIDTH
private static final int BUTTON_WIDTH- See Also:
-
BUTTON_COLUMNS
private static final int BUTTON_COLUMNS- See Also:
-
BUTTON_SPACING
private static final int BUTTON_SPACING- See Also:
-
CONTENT_WIDTH
private static final int CONTENT_WIDTH- See Also:
-
LOGO_WIDTH
private static final int LOGO_WIDTH- See Also:
-
LOGO_HEIGHT
private static final int LOGO_HEIGHT- See Also:
-
LOGO_TEXTURE_WIDTH
private static final int LOGO_TEXTURE_WIDTH- See Also:
-
LOGO_TEXTURE_HEIGHT
private static final int LOGO_TEXTURE_HEIGHT- See Also:
-
LOGO_PADDING
private static final int LOGO_PADDING- See Also:
-
HEADER_HEIGHT
private static final int HEADER_HEIGHT- See Also:
-
FOOTER_PADDING
private static final int FOOTER_PADDING- See Also:
-
NEW_REALM_SPRITE_WIDTH
private static final int NEW_REALM_SPRITE_WIDTH- See Also:
-
NEW_REALM_SPRITE_HEIGHT
private static final int NEW_REALM_SPRITE_HEIGHT- See Also:
-
ENTRY_WIDTH
private static final int ENTRY_WIDTH- See Also:
-
ITEM_HEIGHT
private static final int ITEM_HEIGHT- See Also:
-
SNAPSHOT
private static final boolean SNAPSHOT -
snapshotToggle
private static boolean snapshotToggle -
availability
-
dataSubscription
-
handledSeenNotifications
-
regionsPinged
private static boolean regionsPinged -
inviteNarrationLimiter
private final com.google.common.util.concurrent.RateLimiter inviteNarrationLimiter -
lastScreen
-
playButton
-
backButton
-
renewButton
-
configureButton
-
leaveButton
-
realmSelectionList
RealmsMainScreen.RealmSelectionList realmSelectionList -
serverList
-
availableSnapshotServers
-
trialsAvailable
private volatile boolean trialsAvailable -
newsLink
-
lastClickTime
long lastClickTime -
notifications
-
addRealmButton
-
pendingInvitesButton
-
newsButton
-
activeLayoutState
-
layout
-
-
Constructor Details
-
RealmsMainScreen
-
-
Method Details
-
init
public void init() -
isSnapshot
public static boolean isSnapshot() -
repositionElements
protected void repositionElements()- Overrides:
repositionElements
in classScreen
-
onClose
public void onClose() -
updateLayout
private void updateLayout() -
updateLayout
-
createLayout
-
createHeader
-
createNoRealmsContent
-
updateButtonStates
void updateButtonStates() -
shouldPlayButtonBeActive
-
shouldRenewButtonBeActive
-
shouldConfigureButtonBeActive
-
shouldLeaveButtonBeActive
-
tick
public void tick() -
refreshPendingInvites
public static void refreshPendingInvites() -
refreshServerList
public static void refreshServerList() -
debugRefreshDataFetchers
private void debugRefreshDataFetchers() -
initDataFetcher
-
markNotificationsAsSeen
-
callRealmsClient
private static <T> void callRealmsClient(RealmsMainScreen.RealmsCall<T> p_275561_, Consumer<T> p_275686_) -
refreshListAndLayout
private void refreshListAndLayout() -
addListEntriesForNotification
-
pingRegions
private void pingRegions() -
getOwnedNonExpiredRealmIds
-
onRenew
-
configureClicked
-
leaveClicked
-
getSelectedServer
-
leaveServer
-
dismissNotification
-
resetScreen
public void resetScreen() -
getNarrationMessage
- Overrides:
getNarrationMessage
in classScreen
-
render
Description copied from class:Screen
Neo: mixins targeting this method won't fire for container screens asAbstractContainerScreen.render(net.minecraft.client.gui.GuiGraphics, int, int, float)
replicates this method in place of a super call to insert an event- Specified by:
render
in interfaceRenderable
- Overrides:
render
in classScreen
-
openTrialAvailablePopup
private void openTrialAvailablePopup() -
play
-
play
-
confirmToPlay
private static void confirmToPlay(RealmsServer p_305792_, Screen p_306263_, Component p_305782_, Component p_306311_, Component p_306238_) -
getVersionComponent
-
getVersionComponent
-
isSelfOwnedServer
-
isSelfOwnedNonExpiredServer
-
renderEnvironment
-