Class RealmsResetWorldScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.realms.RealmsScreen
com.mojang.realmsclient.gui.screens.RealmsResetWorldScreen
- All Implemented Interfaces:
- ContainerEventHandler,- GuiEventListener,- Renderable,- TabOrderedElement
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class net.minecraft.client.gui.screens.ScreenScreen.NarratableSearchResult
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final ResourceLocation(package private) WorldTemplatePaginatedListprivate static final Componentprivate static final Componentprivate static final Componentstatic final Componentprivate static final Componentprivate static final Componentprivate static final ResourceLocation(package private) WorldTemplatePaginatedListprivate static final Componentprivate static final ResourceLocationprivate static final Component(package private) WorldTemplatePaginatedListprivate final Screenprivate final HeaderAndFooterLayout(package private) static final org.slf4j.Loggerprivate static final ResourceLocationprivate static final Componentprivate static final Componentprivate static final Componentprivate final Componentprivate final Runnableprivate final RealmsServerfinal int(package private) static final ResourceLocationprivate final Componentprivate final intprivate static final ResourceLocation(package private) WorldTemplatePaginatedListprivate static final ResourceLocationprivate static final Componentprivate final WorldCreationTaskFields inherited from class net.minecraft.realms.RealmsScreenCOLOR_DARK_GRAY, COLOR_GREEN, COLOR_INFO, COLOR_LINK, COLOR_LINK_HOVER, COLOR_MEDIUM_GRAY, EXPIRATION_NOTIFICATION_DAYS, SIZE_LIMIT, SKIN_FACE_SIZE, TITLE_HEIGHTFields inherited from class net.minecraft.client.gui.screens.ScreenBACKGROUND_LOCATION, font, height, minecraft, renderables, screenExecutor, title, widthFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListenerDOUBLE_CLICK_THRESHOLD_MS
- 
Constructor SummaryConstructorsModifierConstructorDescriptionRealmsResetWorldScreen(Screen p_306282_, RealmsServer p_306292_, int p_305906_, Component p_306014_, Component p_306028_, int p_306044_, Component p_306316_, WorldCreationTask p_306095_, Runnable p_306029_) privateRealmsResetWorldScreen(Screen p_89329_, RealmsServer p_89330_, int p_300857_, Component p_301121_, Component p_300859_, int p_300978_, Component p_300942_, Runnable p_89331_) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic RealmsResetWorldScreenforEmptySlot(Screen p_300943_, int p_301275_, RealmsServer p_301312_, Runnable p_301297_) static RealmsResetWorldScreenforNewRealm(Screen p_300881_, RealmsServer p_301228_, WorldCreationTask p_305849_, Runnable p_300926_) static RealmsResetWorldScreenforResetSlot(Screen p_301039_, RealmsServer p_300914_, Runnable p_301017_) private intframe(int p_89393_) private voidgenerationSelectionCallback(WorldGenerationInfo p_167456_) voidinit()voidonClose()private voidrunResetTasks(LongRunningTask p_305864_) voidswitchSlot(Runnable p_89383_) private voidtemplateSelectionCallback(WorldTemplate p_167454_) Methods inherited from class net.minecraft.realms.RealmsScreenaddLabel, createLabelNarration, rowMethods inherited from class net.minecraft.client.gui.screens.Screenadded, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearFocus, clearWidgets, findNarratableWidget, getBackgroundMusic, getMinecraft, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, hideWidgets, init, insertText, isCopy, isCut, isMouseOver, isPaste, isPauseScreen, isSelectAll, isValidCharacterForName, keyPressed, narrationEnabled, onFilesDrop, rebuildWidgets, removed, removeWidget, render, renderBackground, renderDirtBackground, renderTransparentBackground, renderWithTooltip, repositionElements, resize, setInitialFocus, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, shouldNarrateNavigation, tick, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandlergetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandlercharTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, magicalSpecialHackyFocus, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, nextFocusPath, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListenermouseMovedMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElementgetTabOrderGroup
- 
Field Details- 
LOGGERstatic final org.slf4j.Logger LOGGER
- 
SLOT_FRAME_SPRITE
- 
CREATE_REALM_TITLE
- 
CREATE_REALM_SUBTITLE
- 
CREATE_WORLD_TITLE
- 
CREATE_WORLD_SUBTITLE
- 
RESET_WORLD_TITLE
- 
RESET_WORLD_SUBTITLE
- 
CREATE_WORLD_RESET_TASK_TITLE
- 
RESET_WORLD_RESET_TASK_TITLE
- 
WORLD_TEMPLATES_TITLE
- 
ADVENTURES_TITLE
- 
EXPERIENCES_TITLE
- 
INSPIRATION_TITLE
- 
lastScreen
- 
serverData
- 
subtitle
- 
subtitleColorprivate final int subtitleColor
- 
resetTaskTitle
- 
UPLOAD_LOCATION
- 
ADVENTURE_MAP_LOCATION
- 
SURVIVAL_SPAWN_LOCATION
- 
NEW_WORLD_LOCATION
- 
EXPERIENCE_LOCATION
- 
INSPIRATION_LOCATION
- 
templatesWorldTemplatePaginatedList templates
- 
adventuremapsWorldTemplatePaginatedList adventuremaps
- 
experiencesWorldTemplatePaginatedList experiences
- 
inspirationsWorldTemplatePaginatedList inspirations
- 
slotpublic final int slot
- 
worldCreationTask
- 
resetWorldRunnable
- 
layout
 
- 
- 
Constructor Details- 
RealmsResetWorldScreen
- 
RealmsResetWorldScreenpublic RealmsResetWorldScreen(Screen p_306282_, RealmsServer p_306292_, int p_305906_, Component p_306014_, Component p_306028_, int p_306044_, Component p_306316_, @Nullable WorldCreationTask p_306095_, Runnable p_306029_) 
 
- 
- 
Method Details- 
forNewRealmpublic static RealmsResetWorldScreen forNewRealm(Screen p_300881_, RealmsServer p_301228_, WorldCreationTask p_305849_, Runnable p_300926_) 
- 
forEmptySlotpublic static RealmsResetWorldScreen forEmptySlot(Screen p_300943_, int p_301275_, RealmsServer p_301312_, Runnable p_301297_) 
- 
forResetSlotpublic static RealmsResetWorldScreen forResetSlot(Screen p_301039_, RealmsServer p_300914_, Runnable p_301017_) 
- 
initpublic void init()
- 
getNarrationMessage- Overrides:
- getNarrationMessagein class- Screen
 
- 
onClosepublic void onClose()
- 
frameprivate int frame(int p_89393_) 
- 
templateSelectionCallback
- 
generationSelectionCallback
- 
runResetTasks
- 
switchSlot
 
-