Uses of Class
net.minecraft.world.level.storage.LevelSummary
Package
Description
-
Uses of LevelSummary in com.mojang.realmsclient.gui.screens
Modifier and TypeFieldDescriptionprivate final LevelSummary
RealmsSelectFileToUploadScreen.Entry.levelSummary
private final LevelSummary
RealmsUploadScreen.selectedLevel
Modifier and TypeFieldDescription(package private) List<LevelSummary>
RealmsSelectFileToUploadScreen.levelList
Modifier and TypeMethodDescriptionvoid
RealmsSelectFileToUploadScreen.WorldSelectionList.addEntry
(LevelSummary p_89588_) (package private) static String
RealmsSelectFileToUploadScreen.formatLastPlayed
(LevelSummary p_89539_) (package private) static Component
RealmsSelectFileToUploadScreen.gameModeName
(LevelSummary p_89535_) ModifierConstructorDescriptionEntry
(LevelSummary p_89560_) RealmsUploadScreen
(long p_90083_, int p_90084_, RealmsResetWorldScreen p_90085_, LevelSummary p_90086_) -
Uses of LevelSummary in net.minecraft.client.gui.screens.worldselection
Modifier and TypeFieldDescriptionprivate final LevelSummary
WorldSelectionList.WorldListEntry.summary
Modifier and TypeFieldDescriptionprivate List<LevelSummary>
WorldSelectionList.currentlyDisplayedLevels
private CompletableFuture<List<LevelSummary>>
WorldSelectionList.pendingLevels
Modifier and TypeMethodDescriptionprivate CompletableFuture<List<LevelSummary>>
WorldSelectionList.loadLevels()
private List<LevelSummary>
WorldSelectionList.pollLevelsIgnoreErrors()
Modifier and TypeMethodDescriptionprivate boolean
WorldSelectionList.filterAccepts
(String p_233196_, LevelSummary p_233197_) Modifier and TypeMethodDescriptionprivate void
WorldSelectionList.fillLevels
(String p_233199_, List<LevelSummary> p_233200_) private void
WorldSelectionList.handleNewLevels
(List<LevelSummary> p_239665_) ModifierConstructorDescriptionWorldListEntry
(WorldSelectionList p_101702_, LevelSummary p_101703_) -
Uses of LevelSummary in net.minecraft.world.level.storage
Modifier and TypeMethodDescription(package private) BiFunction<Path,
com.mojang.datafixers.DataFixer, LevelSummary> LevelStorageSource.levelSummaryReader
(LevelStorageSource.LevelDirectory p_230821_, boolean p_230822_) LevelStorageSource.loadLevelSummaries
(LevelStorageSource.LevelCandidates p_230814_)