Class RealmsSelectFileToUploadScreen
- 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.RealmsSelectFileToUploadScreen
-
- All Implemented Interfaces:
IGuiEventListener,INestedGuiEventHandler,IRenderable,IScreen
public class RealmsSelectFileToUploadScreen extends RealmsScreen
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) classRealmsSelectFileToUploadScreen.WorldSelectionEntry(package private) classRealmsSelectFileToUploadScreen.WorldSelectionList
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Runnablecallbackprivate static ITextComponentCHEATS_TEXTprivate static java.text.DateFormatDATE_FORMATprivate static ITextComponentHARDCORE_TEXTprivate RealmsResetWorldScreenlastScreenprivate java.util.List<WorldSummary>levelListprivate static org.apache.logging.log4j.LoggerLOGGERprivate RealmsLabelnoWorldsLabelprivate static ITextComponentREQUIRES_CONVERSION_TEXTprivate intselectedWorldprivate intslotIdprivate RealmsLabelsubtitleLabelprivate RealmsLabeltitleLabelprivate ButtonuploadButtonprivate static ITextComponentWORLD_TEXTprivate longworldIdprivate RealmsSelectFileToUploadScreen.WorldSelectionListworldSelectionList-
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 RealmsSelectFileToUploadScreen(long p_i232219_1_, int p_i232219_3_, RealmsResetWorldScreen p_i232219_4_, java.lang.Runnable p_i232219_5_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description private static java.lang.StringformatLastPlayed(WorldSummary p_237979_0_)private static ITextComponentgameModeName(WorldSummary p_237977_0_)voidinit()booleankeyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_)private voidloadLevelList()voidremoved()voidrender(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)private voidupload()-
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
-
WORLD_TEXT
private static final ITextComponent WORLD_TEXT
-
REQUIRES_CONVERSION_TEXT
private static final ITextComponent REQUIRES_CONVERSION_TEXT
-
HARDCORE_TEXT
private static final ITextComponent HARDCORE_TEXT
-
CHEATS_TEXT
private static final ITextComponent CHEATS_TEXT
-
DATE_FORMAT
private static final java.text.DateFormat DATE_FORMAT
-
lastScreen
private final RealmsResetWorldScreen lastScreen
-
worldId
private final long worldId
-
slotId
private final int slotId
-
uploadButton
private Button uploadButton
-
levelList
private java.util.List<WorldSummary> levelList
-
selectedWorld
private int selectedWorld
-
worldSelectionList
private RealmsSelectFileToUploadScreen.WorldSelectionList worldSelectionList
-
titleLabel
private RealmsLabel titleLabel
-
subtitleLabel
private RealmsLabel subtitleLabel
-
noWorldsLabel
private RealmsLabel noWorldsLabel
-
callback
private final java.lang.Runnable callback
-
-
Constructor Detail
-
RealmsSelectFileToUploadScreen
public RealmsSelectFileToUploadScreen(long p_i232219_1_, int p_i232219_3_, RealmsResetWorldScreen p_i232219_4_, java.lang.Runnable p_i232219_5_)
-
-
Method Detail
-
loadLevelList
private void loadLevelList() throws java.lang.Exception- Throws:
java.lang.Exception
-
upload
private void upload()
-
render
public void render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
- Specified by:
renderin interfaceIRenderable- Overrides:
renderin classScreen
-
keyPressed
public boolean keyPressed(int p_231046_1_, int p_231046_2_, int p_231046_3_)- Specified by:
keyPressedin interfaceIGuiEventListener- Specified by:
keyPressedin interfaceINestedGuiEventHandler- Overrides:
keyPressedin classScreen
-
gameModeName
private static ITextComponent gameModeName(WorldSummary p_237977_0_)
-
formatLastPlayed
private static java.lang.String formatLastPlayed(WorldSummary p_237979_0_)
-
-