Uses of Class
net.minecraft.world.level.storage.LevelSummary
Package
Description
-
Uses of LevelSummary in net.minecraft.client.gui.screen.world
Modifier and TypeFieldDescription(package private) final LevelSummary
WorldListWidget.WorldEntry.level
Modifier and TypeFieldDescriptionprivate @Nullable List
<LevelSummary> WorldListWidget.levels
private CompletableFuture
<List<LevelSummary>> WorldListWidget.levelsFuture
Modifier and TypeMethodDescriptionprivate CompletableFuture
<List<LevelSummary>> WorldListWidget.loadLevels()
private @Nullable List
<LevelSummary> WorldListWidget.tryGet()
Modifier and TypeMethodDescriptionprivate boolean
WorldListWidget.shouldShow
(String search, LevelSummary summary) void
SelectWorldScreen.worldSelected
(@Nullable LevelSummary levelSummary) Modifier and TypeMethodDescriptionprivate void
WorldListWidget.show
(@Nullable List<LevelSummary> levels) private void
WorldListWidget.showSummaries
(String search, List<LevelSummary> summaries) -
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
(@Nullable WorldCreationTask creationTask, long worldId, int slotId, RealmsCreateWorldScreen parent, LevelSummary selectedLevel) WorldListEntry
(LevelSummary summary) -
Uses of LevelSummary in net.minecraft.server.integrated
Modifier and TypeMethodDescriptionprivate void
IntegratedServerLoader.start
(LevelStorage.Session session, LevelSummary summary, com.mojang.serialization.Dynamic<?> levelProperties, Runnable onCancel) -
Uses of LevelSummary in net.minecraft.world.level.storage
Modifier and TypeClassDescriptionstatic class
static class
Modifier and TypeMethodDescriptionLevelStorage.Session.getLevelSummary
(com.mojang.serialization.Dynamic<?> dynamic) (package private) LevelSummary
LevelStorage.parseSummary
(com.mojang.serialization.Dynamic<?> dynamic, LevelStorage.LevelSave save, boolean locked) private LevelSummary
LevelStorage.readSummary
(LevelStorage.LevelSave save, boolean locked)