@Environment(value=CLIENT) public class RealmsSubscriptionInfoScreen extends RealmsScreen
| Modifier and Type | Field and Description |
|---|---|
private int |
daysLeft |
private String |
daysLeftLabelText |
private Screen |
lastScreen |
private static Logger |
LOGGER |
private Screen |
mainScreen |
private RealmsServer |
serverData |
private String |
startDate |
private String |
subscriptionStartLabelText |
private String |
subscriptionTitle |
private String |
timeLeftLabelText |
private Subscription.SubscriptionType |
type |
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthBACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE| Constructor and Description |
|---|
RealmsSubscriptionInfoScreen(Screen screen,
RealmsServer serverData,
Screen screen2) |
| Modifier and Type | Method and Description |
|---|---|
private String |
daysLeftPresentation(int daysLeft) |
private void |
getSubscription(long worldId) |
void |
init() |
boolean |
keyPressed(int keyCode,
int scanCode,
int modifiers) |
private String |
localPresentation(long cetTime) |
private void |
method_25271(boolean bool) |
void |
removed() |
void |
render(int mouseX,
int mouseY,
float delta) |
narrateLabels, row, tickaddButton, addChild, children, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onClose, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorgetFocused, isDragging, setDragging, setFocuseddrawCenteredString, drawHorizontalLine, drawSprite, drawString, drawTexture, drawTexture, drawTexture, drawTexture, drawTexturedQuad, drawVerticalLine, fill, fill, fillGradient, getZOffset, setZOffsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchangeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocusmouseMovedprivate static final Logger LOGGER
private final Screen lastScreen
private final RealmsServer serverData
private final Screen mainScreen
private final String subscriptionTitle
private final String subscriptionStartLabelText
private final String timeLeftLabelText
private final String daysLeftLabelText
private int daysLeft
private String startDate
private Subscription.SubscriptionType type
public RealmsSubscriptionInfoScreen(Screen screen, RealmsServer serverData, Screen screen2)
private void method_25271(boolean bool)
private void getSubscription(long worldId)
private String localPresentation(long cetTime)
public boolean keyPressed(int keyCode,
int scanCode,
int modifiers)
keyPressed in interface ElementkeyPressed in interface ParentElementkeyPressed in class Screenpublic void render(int mouseX,
int mouseY,
float delta)
private String daysLeftPresentation(int daysLeft)