@Environment(value=CLIENT) public class RealmsSubscriptionInfoScreen extends RealmsScreen
| Modifier and Type | Field and Description |
|---|---|
private Text |
daysLeft |
private static Text |
daysLeftLabelText |
private static Text |
field_26517 |
private static Text |
field_26518 |
private static Text |
field_26519 |
private static Text |
field_26520 |
private static Text |
field_26521 |
private static Text |
field_26522 |
private static Logger |
LOGGER |
private Screen |
mainScreen |
private Screen |
parent |
private RealmsServer |
serverData |
private String |
startDate |
private static Text |
subscriptionStartLabelText |
private static Text |
subscriptionTitle |
private static Text |
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 parent,
RealmsServer serverData,
Screen mainScreen) |
| Modifier and Type | Method and Description |
|---|---|
private Text |
daysLeftPresentation(int daysLeft) |
private void |
getSubscription(long worldId) |
void |
init() |
boolean |
keyPressed(int keyCode,
int scanCode,
int modifiers) |
private static String |
localPresentation(long long2) |
private void |
method_25271(boolean bool) |
void |
removed() |
void |
render(MatrixStack matrices,
int mouseX,
int mouseY,
float delta) |
narrateLabels, row, tickaddButton, addChild, children, filesDragged, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, onClose, renderBackground, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorgetFocused, isDragging, setDragging, setFocuseddrawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, 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 static final Text subscriptionTitle
private static final Text subscriptionStartLabelText
private static final Text timeLeftLabelText
private static final Text daysLeftLabelText
private static final Text field_26517
private static final Text field_26518
private static final Text field_26519
private static final Text field_26520
private static final Text field_26521
private static final Text field_26522
private final Screen parent
private final RealmsServer serverData
private final Screen mainScreen
private Text daysLeft
private String startDate
private Subscription.SubscriptionType type
public RealmsSubscriptionInfoScreen(Screen parent, RealmsServer serverData, Screen mainScreen)
private void method_25271(boolean bool)
private void getSubscription(long worldId)
private static String localPresentation(long long2)
public boolean keyPressed(int keyCode,
int scanCode,
int modifiers)
keyPressed in interface ElementkeyPressed in interface ParentElementkeyPressed in class Screenpublic void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
private Text daysLeftPresentation(int daysLeft)