Class RealmsSubscriptionInfoScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.realms.RealmsScreen
com.mojang.realmsclient.gui.screens.RealmsSubscriptionInfoScreen
- All Implemented Interfaces:
- ContainerEventHandler,- GuiEventListener,- Renderable,- TabOrderedElement
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.screens.ScreenScreen.NarratableSearchResult
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Componentprivate Componentprivate final Screen(package private) static final org.slf4j.Logger(package private) final Screenprivate static final Component(package private) final RealmsServerprivate Componentprivate static final Componentprivate static final Componentprivate static final Componentprivate static final Componentprivate static final Componentprivate Subscription.SubscriptionTypeprivate static final ComponentFields inherited from class net.minecraft.realms.RealmsScreenCOLOR_DARK_GRAY, COLOR_GREEN, COLOR_INFO, COLOR_LINK, COLOR_LINK_HOVER, COLOR_MEDIUM_GRAY, EXPIRATION_NOTIFICATION_DAYS, SIZE_LIMIT, SKIN_FACE_SIZE, TITLE_HEIGHTFields inherited from class net.minecraft.client.gui.screens.ScreenBACKGROUND_LOCATION, font, height, minecraft, renderables, screenExecutor, title, widthFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListenerDOUBLE_CLICK_THRESHOLD_MS
- 
Constructor SummaryConstructorsConstructorDescriptionRealmsSubscriptionInfoScreen(Screen p_89979_, RealmsServer p_89980_, Screen p_89981_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate ComponentdaysLeftPresentation(int p_89984_) private voiddeleteRealm(boolean p_90012_) private voidgetSubscription(long p_89990_) voidinit()private static ComponentlocalPresentation(long p_182539_) voidonClose()voidrender(GuiGraphics p_282831_, int p_281266_, int p_281799_, float p_282330_) Methods inherited from class net.minecraft.realms.RealmsScreenaddLabel, createLabelNarration, rowMethods inherited from class net.minecraft.client.gui.screens.Screenadded, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearFocus, clearWidgets, findNarratableWidget, getBackgroundMusic, getMinecraft, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, hideWidgets, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, narrationEnabled, onFilesDrop, rebuildWidgets, removed, removeWidget, renderBackground, renderDirtBackground, renderTransparentBackground, renderWithTooltip, repositionElements, resize, setInitialFocus, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, shouldNarrateNavigation, tick, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandlergetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandlercharTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListenermouseMovedMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElementgetTabOrderGroup
- 
Field Details- 
LOGGERstatic final org.slf4j.Logger LOGGER
- 
SUBSCRIPTION_TITLE
- 
SUBSCRIPTION_START_LABEL
- 
TIME_LEFT_LABEL
- 
DAYS_LEFT_LABEL
- 
SUBSCRIPTION_EXPIRED_TEXT
- 
SUBSCRIPTION_LESS_THAN_A_DAY_TEXT
- 
UNKNOWN
- 
RECURRING_INFO
- 
lastScreen
- 
serverData
- 
mainScreen
- 
daysLeft
- 
startDate
- 
type
 
- 
- 
Constructor Details- 
RealmsSubscriptionInfoScreen
 
- 
- 
Method Details- 
initpublic void init()
- 
getNarrationMessage- Overrides:
- getNarrationMessagein class- Screen
 
- 
deleteRealmprivate void deleteRealm(boolean p_90012_) 
- 
getSubscriptionprivate void getSubscription(long p_89990_) 
- 
localPresentation
- 
onClosepublic void onClose()
- 
render- Specified by:
- renderin interface- Renderable
- Overrides:
- renderin class- Screen
 
- 
daysLeftPresentation
 
-