Class RealmsSubscriptionInfoScreen
java.lang.Object
net.minecraft.client.gui.AbstractGui
net.minecraft.client.gui.FocusableGui
net.minecraft.client.gui.screen.Screen
net.minecraft.realms.RealmsScreen
com.mojang.realmsclient.gui.screens.RealmsSubscriptionInfoScreen
- All Implemented Interfaces:
IGuiEventListener,INestedGuiEventHandler,IRenderable,IScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ITextComponentprivate static final ITextComponentprivate static final ITextComponentprivate ITextComponentprivate final Screenprivate static final org.apache.logging.log4j.Loggerprivate final Screenprivate static final ITextComponentprivate static final ITextComponentprivate final RealmsServerprivate Stringprivate static final ITextComponentprivate static final ITextComponentprivate static final ITextComponentprivate static final ITextComponentprivate static final ITextComponentprivate Subscription.TypeFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, widthFields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION -
Constructor Summary
ConstructorsConstructorDescriptionRealmsSubscriptionInfoScreen(Screen p_i232223_1_, RealmsServer p_i232223_2_, Screen p_i232223_3_) -
Method Summary
Modifier and TypeMethodDescriptionprivate ITextComponentdaysLeftPresentation(int p_224576_1_) private voiddeleteRealm(boolean p_238074_1_) private voidgetSubscription(long p_224573_1_) voidinit()booleankeyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_) private static StringlocalPresentation(long p_224574_0_) voidremoved()voidrender(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_) Methods inherited from class net.minecraft.realms.RealmsScreen
narrateLabels, row, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onClose, onFilesDrop, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.IGuiEventListener
mouseMovedMethods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
SUBSCRIPTION_TITLE
-
SUBSCRIPTION_START_LABEL
-
TIME_LEFT_LABEL
-
DAYS_LEFT_LABEL
-
SUBSCRIPTION_EXPIRED_TEXT
-
SUBSCRIPTION_LESS_THAN_A_DAY_TEXT
-
MONTH_SUFFIX
-
MONTHS_SUFFIX
-
DAY_SUFFIX
-
DAYS_SUFFIX
-
lastScreen
-
serverData
-
mainScreen
-
daysLeft
-
startDate
-
type
-
-
Constructor Details
-
RealmsSubscriptionInfoScreen
public RealmsSubscriptionInfoScreen(Screen p_i232223_1_, RealmsServer p_i232223_2_, Screen p_i232223_3_)
-
-
Method Details
-
init
public void init() -
deleteRealm
private void deleteRealm(boolean p_238074_1_) -
getSubscription
private void getSubscription(long p_224573_1_) -
localPresentation
-
removed
public void removed() -
keyPressed
public boolean keyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_) - Specified by:
keyPressedin interfaceIGuiEventListener- Specified by:
keyPressedin interfaceINestedGuiEventHandler- Overrides:
keyPressedin classScreen
-
render
- Specified by:
renderin interfaceIRenderable- Overrides:
renderin classScreen
-
daysLeftPresentation
-