Uses of Class
net.minecraft.world.level.storage.LevelSummary
Packages that use LevelSummary
Package
Description
-
Uses of LevelSummary in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as LevelSummaryModifier and TypeFieldDescription(package private) final LevelSummary
WorldListWidget.WorldEntry.level
Fields in net.minecraft.client.gui.screen.world with type parameters of type LevelSummaryModifier and TypeFieldDescriptionprivate @Nullable List<LevelSummary>
WorldListWidget.levels
private CompletableFuture<List<LevelSummary>>
WorldListWidget.levelsFuture
Methods in net.minecraft.client.gui.screen.world that return types with arguments of type LevelSummaryModifier and TypeMethodDescriptionprivate CompletableFuture<List<LevelSummary>>
WorldListWidget.loadLevels()
private @Nullable List<LevelSummary>
WorldListWidget.tryGet()
Methods in net.minecraft.client.gui.screen.world with parameters of type LevelSummaryModifier and TypeMethodDescriptionprivate boolean
WorldListWidget.shouldShow
(String search, LevelSummary summary) void
SelectWorldScreen.worldSelected
(@Nullable LevelSummary levelSummary) Method parameters in net.minecraft.client.gui.screen.world with type arguments of type LevelSummaryModifier and TypeMethodDescriptionprivate void
WorldListWidget.show
(@Nullable List<LevelSummary> levels) private void
WorldListWidget.showSummaries
(String search, List<LevelSummary> summaries) Constructors in net.minecraft.client.gui.screen.world with parameters of type LevelSummary -
Uses of LevelSummary in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as LevelSummaryModifier and TypeFieldDescriptionprivate final LevelSummary
RealmsUploadScreen.selectedLevel
private final LevelSummary
RealmsSelectFileToUploadScreen.WorldListEntry.summary
Fields in net.minecraft.client.realms.gui.screen with type parameters of type LevelSummaryModifier and TypeFieldDescription(package private) List<LevelSummary>
RealmsSelectFileToUploadScreen.levelList
Methods in net.minecraft.client.realms.gui.screen with parameters of type LevelSummaryModifier and TypeMethodDescriptionvoid
RealmsSelectFileToUploadScreen.WorldSelectionList.addEntry
(LevelSummary summary) (package private) static Text
RealmsSelectFileToUploadScreen.getGameModeName
(LevelSummary summary) (package private) static String
RealmsSelectFileToUploadScreen.getLastPlayed
(LevelSummary summary) Constructors in net.minecraft.client.realms.gui.screen with parameters of type LevelSummaryModifierConstructorDescriptionRealmsUploadScreen
(long worldId, int slotId, RealmsCreateWorldScreen parent, LevelSummary selectedLevel) WorldListEntry
(LevelSummary summary) -
Uses of LevelSummary in net.minecraft.world.level.storage
Subclasses of LevelSummary in net.minecraft.world.level.storageModifier and TypeClassDescriptionstatic class
static class
Methods in net.minecraft.world.level.storage that return LevelSummaryModifier 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) Methods in net.minecraft.world.level.storage that return types with arguments of type LevelSummaryMethods in net.minecraft.world.level.storage with parameters of type LevelSummary