Class WorldSelectionList
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
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
,NarratableEntry
,NarrationSupplier
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
final class
Nested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntry
NarratableEntry.NarrationPriority
-
Field Summary
Modifier and TypeFieldDescriptionprivate List<LevelSummary>
(package private) static final DateFormat
(package private) static final ResourceLocation
(package private) static final ResourceLocation
private String
private static final ResourceLocation
(package private) static final Component
(package private) static final Component
private static final ResourceLocation
(package private) static final ResourceLocation
(package private) static final ResourceLocation
private final WorldSelectionList.LoadingHeader
(package private) static final org.slf4j.Logger
(package private) static final ResourceLocation
(package private) static final ResourceLocation
private 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 Component
Fields inherited from class net.minecraft.client.gui.components.AbstractSelectionList
centerListVertically, headerHeight, height, itemHeight, minecraft, SCROLLBAR_WIDTH, width, x0, x1, y0, y1
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
ConstructorDescriptionWorldSelectionList
(SelectWorldScreen p_239540_, Minecraft p_239541_, int p_239542_, int p_239543_, int p_239544_, int p_239545_, int p_239546_, String p_239547_, WorldSelectionList p_239548_) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
private void
fillLevels
(String p_233199_, List<LevelSummary> p_233200_) private void
private boolean
filterAccepts
(String p_233196_, LevelSummary p_233197_) int
protected int
private void
handleLevelLoadFailure
(Component p_233212_) private void
handleNewLevels
(List<LevelSummary> p_239665_) boolean
keyPressed
(int p_289017_, int p_288966_, int p_289020_) private CompletableFuture<List<LevelSummary>>
private void
private List<LevelSummary>
(package private) void
void
render
(GuiGraphics p_283323_, int p_282039_, int p_283339_, float p_281472_) void
setSelected
(WorldSelectionList.Entry p_233190_) void
updateFilter
(String p_239901_) void
updateNarration
(NarrationElementOutput p_233188_) Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList
nextFocusPath
Methods inherited from class net.minecraft.client.gui.components.AbstractSelectionList
addEntry, addEntryToTop, centerScrollOn, children, clickedHeader, enableScissor, ensureVisible, getBottom, getEntry, getEntryAtPosition, getFirstElement, getFocused, getHeight, getHovered, getItemCount, getLeft, getMaxPosition, getMaxScroll, getRectangle, getRight, getRowBottom, getRowLeft, getRowRight, getRowTop, getScrollAmount, getScrollBottom, getSelected, getTop, getWidth, isMouseOver, isSelectedItem, isValidMouseClick, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, narrateListElementPosition, narrationPriority, nextEntry, nextEntry, nextEntry, remove, removeEntry, removeEntryFromTop, renderDecorations, renderHeader, renderItem, renderList, renderSelection, replaceEntries, setFocused, setLeftPos, setRenderBackground, setRenderHeader, setScrollAmount, updateScrollingState, updateSize
Methods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandler
isDragging, setDragging
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.components.events.ContainerEventHandler
charTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, magicalSpecialHackyFocus, setFocused
Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
mouseMoved
Methods inherited from interface net.minecraft.client.gui.narration.NarratableEntry
isActive
Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Field Details
-
ERROR_HIGHLIGHTED_SPRITE
-
ERROR_SPRITE
-
MARKED_JOIN_HIGHLIGHTED_SPRITE
-
MARKED_JOIN_SPRITE
-
WARNING_HIGHLIGHTED_SPRITE
-
WARNING_SPRITE
-
JOIN_HIGHLIGHTED_SPRITE
-
JOIN_SPRITE
-
LOGGER
static final org.slf4j.Logger LOGGER -
DATE_FORMAT
-
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
-
WORLD_EXPERIMENTAL
-
screen
-
pendingLevels
-
currentlyDisplayedLevels
-
filter
-
loadingHeader
-
-
Constructor Details
-
WorldSelectionList
public WorldSelectionList(SelectWorldScreen p_239540_, Minecraft p_239541_, int p_239542_, int p_239543_, int p_239544_, int p_239545_, int p_239546_, String p_239547_, @Nullable WorldSelectionList p_239548_)
-
-
Method Details
-
clearEntries
protected void clearEntries()- Overrides:
clearEntries
in classAbstractSelectionList<WorldSelectionList.Entry>
-
pollLevelsIgnoreErrors
-
reloadWorldList
void reloadWorldList() -
keyPressed
public boolean keyPressed(int p_289017_, int p_288966_, int p_289020_) -
render
- Specified by:
render
in interfaceRenderable
- Overrides:
render
in classAbstractSelectionList<WorldSelectionList.Entry>
-
handleNewLevels
-
updateFilter
-
loadLevels
-
fillLevels
-
filterAccepts
-
fillLoadingLevels
private void fillLoadingLevels() -
notifyListUpdated
private void notifyListUpdated() -
handleLevelLoadFailure
-
getScrollbarPosition
protected int getScrollbarPosition()- Overrides:
getScrollbarPosition
in classAbstractSelectionList<WorldSelectionList.Entry>
-
getRowWidth
public int getRowWidth()- Overrides:
getRowWidth
in classAbstractSelectionList<WorldSelectionList.Entry>
-
setSelected
- Overrides:
setSelected
in classAbstractSelectionList<WorldSelectionList.Entry>
-
getSelectedOpt
-
getScreen
-
updateNarration
- Specified by:
updateNarration
in interfaceNarrationSupplier
- Overrides:
updateNarration
in classObjectSelectionList<WorldSelectionList.Entry>
-