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
public class RealmsSubscriptionInfoScreen extends RealmsScreen
-
-
Field Summary
Fields Modifier and Type Field Description private static ITextComponent
DAY_SUFFIX
private static ITextComponent
DAYS_LEFT_LABEL
private static ITextComponent
DAYS_SUFFIX
private ITextComponent
daysLeft
private Screen
lastScreen
private static org.apache.logging.log4j.Logger
LOGGER
private Screen
mainScreen
private static ITextComponent
MONTH_SUFFIX
private static ITextComponent
MONTHS_SUFFIX
private RealmsServer
serverData
private java.lang.String
startDate
private static ITextComponent
SUBSCRIPTION_EXPIRED_TEXT
private static ITextComponent
SUBSCRIPTION_LESS_THAN_A_DAY_TEXT
private static ITextComponent
SUBSCRIPTION_START_LABEL
private static ITextComponent
SUBSCRIPTION_TITLE
private static ITextComponent
TIME_LEFT_LABEL
private Subscription.Type
type
-
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, width
-
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
-
Constructor Summary
Constructors Constructor Description RealmsSubscriptionInfoScreen(Screen p_i232223_1_, RealmsServer p_i232223_2_, Screen p_i232223_3_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private ITextComponent
daysLeftPresentation(int p_224576_1_)
private void
deleteRealm(boolean p_238074_1_)
private void
getSubscription(long p_224573_1_)
void
init()
boolean
keyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_)
private static java.lang.String
localPresentation(long p_224574_0_)
void
removed()
void
render(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, tick
-
Methods 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, wrapScreenError
-
Methods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocused
-
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
-
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.IGuiEventListener
mouseMoved
-
Methods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
-
-
-
-
Field Detail
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER
-
SUBSCRIPTION_TITLE
private static final ITextComponent SUBSCRIPTION_TITLE
-
SUBSCRIPTION_START_LABEL
private static final ITextComponent SUBSCRIPTION_START_LABEL
-
TIME_LEFT_LABEL
private static final ITextComponent TIME_LEFT_LABEL
-
DAYS_LEFT_LABEL
private static final ITextComponent DAYS_LEFT_LABEL
-
SUBSCRIPTION_EXPIRED_TEXT
private static final ITextComponent SUBSCRIPTION_EXPIRED_TEXT
-
SUBSCRIPTION_LESS_THAN_A_DAY_TEXT
private static final ITextComponent SUBSCRIPTION_LESS_THAN_A_DAY_TEXT
-
MONTH_SUFFIX
private static final ITextComponent MONTH_SUFFIX
-
MONTHS_SUFFIX
private static final ITextComponent MONTHS_SUFFIX
-
DAY_SUFFIX
private static final ITextComponent DAY_SUFFIX
-
DAYS_SUFFIX
private static final ITextComponent DAYS_SUFFIX
-
lastScreen
private final Screen lastScreen
-
serverData
private final RealmsServer serverData
-
mainScreen
private final Screen mainScreen
-
daysLeft
private ITextComponent daysLeft
-
startDate
private java.lang.String startDate
-
type
private Subscription.Type type
-
-
Constructor Detail
-
RealmsSubscriptionInfoScreen
public RealmsSubscriptionInfoScreen(Screen p_i232223_1_, RealmsServer p_i232223_2_, Screen p_i232223_3_)
-
-
Method Detail
-
deleteRealm
private void deleteRealm(boolean p_238074_1_)
-
getSubscription
private void getSubscription(long p_224573_1_)
-
localPresentation
private static java.lang.String localPresentation(long p_224574_0_)
-
keyPressed
public boolean keyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_)
- Specified by:
keyPressed
in interfaceIGuiEventListener
- Specified by:
keyPressed
in interfaceINestedGuiEventHandler
- Overrides:
keyPressed
in classScreen
-
render
public void render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
- Specified by:
render
in interfaceIRenderable
- Overrides:
render
in classScreen
-
daysLeftPresentation
private ITextComponent daysLeftPresentation(int p_224576_1_)
-
-