Class WorldSelectionList
java.lang.Object
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.components.AbstractContainerWidget
net.minecraft.client.gui.components.AbstractSelectionList<E>
net.minecraft.client.gui.components.ObjectSelectionList<WorldSelectionList.Entry>
net.minecraft.client.gui.screens.worldselection.WorldSelectionList
- All Implemented Interfaces:
- ContainerEventHandler,- GuiEventListener,- Renderable,- TabOrderedElement,- LayoutElement,- NarratableEntry,- NarrationSupplier,- IAbstractWidgetExtension
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic classfinal classNested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntryNarratableEntry.NarrationPriority
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate List<LevelSummary>static final DateTimeFormatter(package private) static final ResourceLocation(package private) static final ResourceLocationprivate Stringprivate static final ResourceLocation(package private) static final Component(package private) static final Componentprivate static final ResourceLocation(package private) static final Component(package private) static final ResourceLocation(package private) static final ResourceLocationprivate final WorldSelectionList.LoadingHeader(package private) static final org.slf4j.Logger(package private) static final ResourceLocation(package private) static final ResourceLocationprivate CompletableFuture<List<LevelSummary>>private final SelectWorldScreen(package private) static final Component(package private) static final Component(package private) static final ResourceLocation(package private) static final ResourceLocation(package private) static final Component(package private) static final Component(package private) static final ComponentFields inherited from class net.minecraft.client.gui.components.AbstractSelectionListcenterListVertically, headerHeight, itemHeight, minecraft, SCROLLBAR_WIDTHFields inherited from class net.minecraft.client.gui.components.AbstractWidgetactive, alpha, height, isHovered, packedFGColor, UNSET_FG_COLOR, visible, widthFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListenerDOUBLE_CLICK_THRESHOLD_MS
- 
Constructor SummaryConstructorsConstructorDescriptionWorldSelectionList(SelectWorldScreen p_239540_, Minecraft p_239541_, int p_239542_, int p_239543_, int p_239544_, int p_239545_, String p_239547_, WorldSelectionList p_239548_) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidprivate voidfillLevels(String p_233199_, List<LevelSummary> p_233200_) private voidprivate booleanfilterAccepts(String p_233196_, LevelSummary p_233197_) intprotected intprivate voidhandleLevelLoadFailure(Component p_233212_) private voidhandleNewLevels(List<LevelSummary> p_239665_) booleankeyPressed(int p_289017_, int p_288966_, int p_289020_) private CompletableFuture<List<LevelSummary>>private voidprivate List<LevelSummary>(package private) voidvoidrenderWidget(GuiGraphics p_313849_, int p_313762_, int p_313812_, float p_313854_) voidsetSelected(WorldSelectionList.Entry p_233190_) voidupdateFilter(String p_239901_) voidupdateWidgetNarration(NarrationElementOutput p_313871_) Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionListnextFocusPathMethods inherited from class net.minecraft.client.gui.components.AbstractSelectionListaddEntry, addEntryToTop, centerScrollOn, children, clickedHeader, enableScissor, ensureVisible, getEntry, getEntryAtPosition, getFirstElement, getFocused, getHovered, getItemCount, getMaxPosition, getMaxScroll, getRowBottom, getRowLeft, getRowRight, getRowTop, getScrollAmount, getSelected, isMouseOver, isSelectedItem, isValidMouseClick, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, narrateListElementPosition, narrationPriority, nextEntry, nextEntry, nextEntry, remove, removeEntry, removeEntryFromTop, renderDecorations, renderHeader, renderItem, renderList, renderSelection, replaceEntries, setFocused, setRenderBackground, setRenderHeader, setScrollAmount, updateScrollingStateMethods inherited from class net.minecraft.client.gui.components.AbstractContainerWidgetisDragging, isFocused, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.components.AbstractWidgetclearFGColor, clicked, createNarrationMessage, defaultButtonNarrationText, getBottom, getFGColor, getHeight, getMessage, getRectangle, getRight, getTabOrderGroup, getTooltip, getWidth, getX, getY, isActive, isHovered, isHoveredOrFocused, isValidClickButton, onClick, onDrag, onRelease, playDownSound, render, renderScrollingString, renderScrollingString, renderScrollingString, setAlpha, setFGColor, setHeight, setMessage, setRectangle, setSize, setTabOrderGroup, setTooltip, setTooltipDelay, setWidth, setX, setY, updateNarration, visitWidgets, wrapDefaultNarrationMessageMethods 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, keyReleased, magicalSpecialHackyFocusMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListenergetRectangle, mouseMovedMethods inherited from interface net.neoforged.neoforge.client.extensions.IAbstractWidgetExtensiononClickMethods inherited from interface net.minecraft.client.gui.layouts.LayoutElementsetPositionMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElementgetTabOrderGroup
- 
Field Details- 
DATE_FORMAT
- 
ERROR_HIGHLIGHTED_SPRITE
- 
ERROR_SPRITE
- 
MARKED_JOIN_HIGHLIGHTED_SPRITE
- 
MARKED_JOIN_SPRITE
- 
WARNING_HIGHLIGHTED_SPRITE
- 
WARNING_SPRITE
- 
JOIN_HIGHLIGHTED_SPRITE
- 
JOIN_SPRITE
- 
LOGGERstatic final org.slf4j.Logger LOGGER
- 
ICON_MISSING
- 
FORGE_EXPERIMENTAL_WARNING_ICON
- 
FROM_NEWER_TOOLTIP_1
- 
FROM_NEWER_TOOLTIP_2
- 
SNAPSHOT_TOOLTIP_1
- 
SNAPSHOT_TOOLTIP_2
- 
WORLD_LOCKED_TOOLTIP
- 
WORLD_REQUIRES_CONVERSION
- 
INCOMPATIBLE_VERSION_TOOLTIP
- 
WORLD_EXPERIMENTAL
- 
screen
- 
pendingLevels
- 
currentlyDisplayedLevels
- 
filter
- 
loadingHeader
 
- 
- 
Constructor Details- 
WorldSelectionListpublic WorldSelectionList(SelectWorldScreen p_239540_, Minecraft p_239541_, int p_239542_, int p_239543_, int p_239544_, int p_239545_, String p_239547_, @Nullable WorldSelectionList p_239548_) 
 
- 
- 
Method Details- 
clearEntriesprotected void clearEntries()- Overrides:
- clearEntriesin class- AbstractSelectionList<WorldSelectionList.Entry>
 
- 
pollLevelsIgnoreErrors
- 
reloadWorldListvoid reloadWorldList()
- 
keyPressedpublic boolean keyPressed(int p_289017_, int p_288966_, int p_289020_) 
- 
renderWidget- Overrides:
- renderWidgetin class- AbstractSelectionList<WorldSelectionList.Entry>
 
- 
handleNewLevels
- 
updateFilter
- 
loadLevels
- 
fillLevels
- 
filterAccepts
- 
fillLoadingLevelsprivate void fillLoadingLevels()
- 
notifyListUpdatedprivate void notifyListUpdated()
- 
handleLevelLoadFailure
- 
getScrollbarPositionprotected int getScrollbarPosition()- Overrides:
- getScrollbarPositionin class- AbstractSelectionList<WorldSelectionList.Entry>
 
- 
getRowWidthpublic int getRowWidth()- Overrides:
- getRowWidthin class- AbstractSelectionList<WorldSelectionList.Entry>
 
- 
setSelected- Overrides:
- setSelectedin class- AbstractSelectionList<WorldSelectionList.Entry>
 
- 
getSelectedOpt
- 
getScreen
- 
updateWidgetNarration- Overrides:
- updateWidgetNarrationin class- ObjectSelectionList<WorldSelectionList.Entry>
 
 
-