@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, width
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
Constructor and Description |
---|
RealmsSelectFileToUploadScreen(long worldId,
int slotId,
RealmsResetWorldScreen parent,
Runnable runnable) |
Modifier and Type | Method and Description |
---|---|
void |
init()
Called when a screen should be initialized.
|
boolean |
keyPressed(int keyCode,
int scanCode,
int modifiers)
Callback for when a key down event has been captured.
|
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, tick
addButton, 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, wrapScreenError
getFocused, isDragging, setDragging, setFocused
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, setZOffset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setInitialFocus
mouseMoved
private 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)
public void init()
This method is called when this screen is opened
or resized.
private void upload()
public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
public boolean keyPressed(int keyCode, int scanCode, int modifiers)
GLFW
class.keyPressed
in interface Element
keyPressed
in interface ParentElement
keyPressed
in class Screen
keyCode
- the named key code of the event as described in the GLFW
classscanCode
- the unique/platform-specific scan code of the keyboard inputmodifiers
- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)true
to indicate that the event handling is successful/validKeyboard.onKey(long, int, int, int, int)
,
GLFW.GLFW_KEY_Q
,
GLFWKeyCallbackI.invoke(long, int, int, int, int)
private static Text method_21400(LevelSummary levelSummary)
private static String method_21404(LevelSummary levelSummary)