Uses of Class
net.minecraft.world.level.storage.LevelSummary
Package
Description
-
Uses of LevelSummary in net.minecraft.client.gui.screen.world
Modifier and TypeFieldDescriptionprivate @Nullable CompletableFuture<List<LevelSummary>>
WorldListWidget.levelsFuture
Modifier and TypeMethodDescriptionprivate CompletableFuture<List<LevelSummary>>
WorldListWidget.loadLevels()
private @Nullable List<LevelSummary>
WorldListWidget.tryGet
(CompletableFuture<List<LevelSummary>> future, Duration timeout) Modifier and TypeMethodDescriptionprivate boolean
WorldListWidget.shouldShow
(String search, LevelSummary summary) Modifier and TypeMethodDescriptionprivate void
WorldListWidget.showSummaries
(String search, List<LevelSummary> summaries) private @Nullable List<LevelSummary>
WorldListWidget.tryGet
(CompletableFuture<List<LevelSummary>> future, Duration timeout) -
Uses of LevelSummary in net.minecraft.client.realms.gui.screen
Modifier and TypeFieldDescriptionprivate final LevelSummary
RealmsUploadScreen.selectedLevel
private final LevelSummary
RealmsSelectFileToUploadScreen.WorldListEntry.summary
Modifier and TypeFieldDescription(package private) List<LevelSummary>
RealmsSelectFileToUploadScreen.levelList
Modifier and TypeMethodDescriptionvoid
RealmsSelectFileToUploadScreen.WorldSelectionList.addEntry
(LevelSummary summary) (package private) static Text
RealmsSelectFileToUploadScreen.getGameModeName
(LevelSummary summary) (package private) static String
RealmsSelectFileToUploadScreen.getLastPlayed
(LevelSummary summary) ModifierConstructorDescriptionRealmsUploadScreen
(long worldId, int slotId, RealmsResetWorldScreen parent, LevelSummary selectedLevel, Runnable onBack) WorldListEntry
(LevelSummary summary) -
Uses of LevelSummary in net.minecraft.world.level.storage
Modifier and TypeMethodDescription(package private) BiFunction<Path,
com.mojang.datafixers.DataFixer, LevelSummary> LevelStorage.createLevelDataParser
(LevelStorage.LevelSave levelSave, boolean locked) LevelStorage.loadSummaries
(LevelStorage.LevelList levels)