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 pLevelSummary) (package private) static String
RealmsSelectFileToUploadScreen.formatLastPlayed
(LevelSummary pLevelSummary) (package private) static Component
RealmsSelectFileToUploadScreen.gameModeName
(LevelSummary pLevelSummary) Constructors in com.mojang.realmsclient.gui.screens with parameters of type LevelSummaryModifierConstructorDescriptionEntry
(LevelSummary pLevelSummary) RealmsUploadScreen
(RealmCreationTask pRealmCreationTask, long pRealmId, int pSlotId, RealmsResetWorldScreen pLastScreen, LevelSummary pSelectedLevel) -
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 pFilter, LevelSummary pLevel) private void
WorldOpenFlows.openWorldCheckVersionCompatibility
(LevelStorageSource.LevelStorageAccess pLevelStorage, LevelSummary pLevelSummary, com.mojang.serialization.Dynamic<?> pLevelData, Runnable pOnFail) void
SelectWorldScreen.updateButtonStatus
(LevelSummary pLevelSummary) Method parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type LevelSummaryModifier and TypeMethodDescriptionprivate void
WorldSelectionList.fillLevels
(String pFilter, List<LevelSummary> pLevels) private void
WorldSelectionList.handleNewLevels
(List<LevelSummary> pLevels) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type LevelSummaryModifierConstructorDescriptionWorldListEntry
(WorldSelectionList pWorldSelectionList, LevelSummary pSummary) -
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<?> pDynamic) (package private) LevelSummary
LevelStorageSource.makeLevelSummary
(com.mojang.serialization.Dynamic<?> pDynamic, LevelStorageSource.LevelDirectory pLevelDirectory, boolean pLocked) private LevelSummary
LevelStorageSource.readLevelSummary
(LevelStorageSource.LevelDirectory pLevelDirectory, boolean pLocked) Methods in net.minecraft.world.level.storage that return types with arguments of type LevelSummaryModifier and TypeMethodDescriptionLevelStorageSource.loadLevelSummaries
(LevelStorageSource.LevelCandidates pCandidates) Methods in net.minecraft.world.level.storage with parameters of type LevelSummary