@Environment(value=CLIENT) public class RealmsSelectFileToUploadScreen extends RealmsScreen
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
RealmsSelectFileToUploadScreen.WorldListEntry |
(package private) class |
RealmsSelectFileToUploadScreen.WorldSelectionList |
| Modifier and Type | Field and Description |
|---|---|
private static Text |
conversionLang |
private static DateFormat |
DATE_FORMAT |
private RealmsLabel |
field_20063 |
private Runnable |
field_22717 |
private static Text |
field_26507 |
private static Text |
field_26508 |
private List<LevelSummary> |
levelList |
private static Logger |
LOGGER |
private RealmsResetWorldScreen |
parent |
private int |
selectedWorld |
private int |
slotId |
private RealmsLabel |
subtitleLabel |
private RealmsLabel |
titleLabel |
private ButtonWidget |
uploadButton |
private long |
worldId |
private static Text |
worldLang |
private RealmsSelectFileToUploadScreen.WorldSelectionList |
worldSelectionList |
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, widthBACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE| Constructor and Description |
|---|
RealmsSelectFileToUploadScreen(long worldId,
int slotId,
RealmsResetWorldScreen parent,
Runnable runnable) |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
boolean |
keyPressed(int keyCode,
int scanCode,
int modifiers) |
private void |
loadLevelList() |
private static Text |
method_21400(LevelSummary levelSummary) |
private static String |
method_21404(LevelSummary levelSummary) |
void |
removed() |
void |
render(MatrixStack matrices,
int mouseX,
int mouseY,
float delta) |
private void |
upload() |
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 worldLang
private static final Text conversionLang
private static final Text field_26507
private static final Text field_26508
private static final DateFormat DATE_FORMAT
private final RealmsResetWorldScreen parent
private final long worldId
private final int slotId
private ButtonWidget uploadButton
private List<LevelSummary> levelList
private int selectedWorld
private RealmsSelectFileToUploadScreen.WorldSelectionList worldSelectionList
private RealmsLabel titleLabel
private RealmsLabel subtitleLabel
private RealmsLabel field_20063
private final Runnable field_22717
public RealmsSelectFileToUploadScreen(long worldId,
int slotId,
RealmsResetWorldScreen parent,
Runnable runnable)
private void upload()
public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
public boolean keyPressed(int keyCode,
int scanCode,
int modifiers)
keyPressed in interface ElementkeyPressed in interface ParentElementkeyPressed in class Screenprivate static Text method_21400(LevelSummary levelSummary)
private static String method_21404(LevelSummary levelSummary)