Uses of Class
net.minecraft.world.level.storage.LevelSummary
Packages that use LevelSummary
Package
Description
-
Uses of LevelSummary in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens declared as LevelSummaryModifier and TypeFieldDescriptionprivate final LevelSummary
RealmsSelectFileToUploadScreen.Entry.levelSummary
private final LevelSummary
RealmsUploadScreen.selectedLevel
Fields in com.mojang.realmsclient.gui.screens with type parameters of type LevelSummaryModifier and TypeFieldDescription(package private) List
<LevelSummary> RealmsSelectFileToUploadScreen.levelList
Methods in com.mojang.realmsclient.gui.screens with parameters of type LevelSummaryModifier and TypeMethodDescriptionvoid
RealmsSelectFileToUploadScreen.WorldSelectionList.addEntry
(LevelSummary levelSummary) (package private) static String
RealmsSelectFileToUploadScreen.formatLastPlayed
(LevelSummary levelSummary) (package private) static Component
RealmsSelectFileToUploadScreen.gameModeName
(LevelSummary levelSummary) Constructors in com.mojang.realmsclient.gui.screens with parameters of type LevelSummaryModifierConstructorDescriptionEntry
(LevelSummary levelSummary) RealmsUploadScreen
(RealmCreationTask realmCreationTask, long realmId, int slotId, RealmsResetWorldScreen lastScreen, LevelSummary selectedLevel) -
Uses of LevelSummary in net.minecraft.client.gui.screens.worldselection
Fields in net.minecraft.client.gui.screens.worldselection declared as LevelSummaryModifier and TypeFieldDescription(package private) final LevelSummary
WorldSelectionList.WorldListEntry.summary
Fields in net.minecraft.client.gui.screens.worldselection with type parameters of type LevelSummaryModifier and TypeFieldDescriptionprivate List
<LevelSummary> WorldSelectionList.currentlyDisplayedLevels
private CompletableFuture
<List<LevelSummary>> WorldSelectionList.pendingLevels
Methods in net.minecraft.client.gui.screens.worldselection that return types with arguments of type LevelSummaryModifier and TypeMethodDescriptionprivate CompletableFuture
<List<LevelSummary>> WorldSelectionList.loadLevels()
private List
<LevelSummary> WorldSelectionList.pollLevelsIgnoreErrors()
Methods in net.minecraft.client.gui.screens.worldselection with parameters of type LevelSummaryModifier and TypeMethodDescriptionprivate boolean
WorldSelectionList.filterAccepts
(String filter, LevelSummary level) private void
WorldOpenFlows.openWorldCheckVersionCompatibility
(LevelStorageSource.LevelStorageAccess levelStorage, LevelSummary levelSummary, com.mojang.serialization.Dynamic<?> levelData, Runnable onFail) void
SelectWorldScreen.updateButtonStatus
(LevelSummary levelSummary) Method parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type LevelSummaryModifier and TypeMethodDescriptionprivate void
WorldSelectionList.fillLevels
(String filter, List<LevelSummary> levels) private void
WorldSelectionList.handleNewLevels
(List<LevelSummary> levels) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type LevelSummaryModifierConstructorDescriptionWorldListEntry
(WorldSelectionList worldSelectionList, 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 TypeMethodDescriptionLevelStorageSource.LevelStorageAccess.getSummary
(com.mojang.serialization.Dynamic<?> dynamic) (package private) LevelSummary
LevelStorageSource.makeLevelSummary
(com.mojang.serialization.Dynamic<?> dynamic, LevelStorageSource.LevelDirectory levelDirectory, boolean locked) private LevelSummary
LevelStorageSource.readLevelSummary
(LevelStorageSource.LevelDirectory levelDirectory, boolean locked) Methods in net.minecraft.world.level.storage that return types with arguments of type LevelSummaryModifier and TypeMethodDescriptionLevelStorageSource.loadLevelSummaries
(LevelStorageSource.LevelCandidates candidates) Methods in net.minecraft.world.level.storage with parameters of type LevelSummary