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 LevelSummaryMethods in com.mojang.realmsclient.gui.screens with parameters of type LevelSummaryModifier and TypeMethodDescriptionprivate voidRealmsSelectFileToUploadScreen.updateButtonState(@Nullable LevelSummary pSummary) Constructors in com.mojang.realmsclient.gui.screens with parameters of type LevelSummaryModifierConstructorDescriptionRealmsUploadScreen(@Nullable 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 LevelSummaryWorldSelectionList.WorldListEntry.summaryFields in net.minecraft.client.gui.screens.worldselection with type parameters of type LevelSummaryModifier and TypeFieldDescriptionprivate @Nullable List<LevelSummary> WorldSelectionList.currentlyDisplayedLevelsprivate @Nullable Consumer<LevelSummary> WorldSelectionList.Builder.onEntrySelectprivate final @Nullable Consumer<LevelSummary> WorldSelectionList.onEntrySelectprivate CompletableFuture<List<LevelSummary>> WorldSelectionList.pendingLevelsMethods in net.minecraft.client.gui.screens.worldselection that return LevelSummaryModifier and TypeMethodDescription@Nullable LevelSummaryWorldSelectionList.Entry.getLevelSummary()WorldSelectionList.WorldListEntry.getLevelSummary()Methods in net.minecraft.client.gui.screens.worldselection that return types with arguments of type LevelSummaryModifier and TypeMethodDescriptionprivate CompletableFuture<List<LevelSummary>> WorldSelectionList.loadLevels()private @Nullable List<LevelSummary> WorldSelectionList.pollLevelsIgnoreErrors()Methods in net.minecraft.client.gui.screens.worldselection with parameters of type LevelSummaryModifier and TypeMethodDescriptionprivate booleanWorldSelectionList.filterAccepts(String pFilter, LevelSummary pLevel) private voidWorldOpenFlows.openWorldCheckVersionCompatibility(LevelStorageSource.LevelStorageAccess pLevelStorage, LevelSummary pLevelSummary, com.mojang.serialization.Dynamic<?> pLevelData, Runnable pOnFail) voidSelectWorldScreen.updateButtonStatus(@Nullable LevelSummary pLevelSummary) Method parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type LevelSummaryModifier and TypeMethodDescriptionprivate voidWorldSelectionList.fillLevels(String pFilter, List<LevelSummary> pLevels) private voidWorldSelectionList.handleNewLevels(@Nullable List<LevelSummary> pLevels) WorldSelectionList.Builder.onEntrySelect(Consumer<LevelSummary> pOnEntrySelect) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type LevelSummaryConstructor parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type LevelSummaryModifierConstructorDescription(package private)WorldSelectionList(Screen pScreen, Minecraft pMinecraft, int pWidth, int pHeight, String pFilter, @Nullable WorldSelectionList pOldList, @Nullable Consumer<LevelSummary> pOnEntrySelect, @Nullable Consumer<WorldSelectionList.WorldListEntry> pOnEntryInteract, WorldSelectionList.EntryType pEntryType) -
Uses of LevelSummary in net.minecraft.world.level.storage
Subclasses of LevelSummary in net.minecraft.world.level.storageModifier and TypeClassDescriptionstatic classstatic classMethods in net.minecraft.world.level.storage that return LevelSummaryModifier and TypeMethodDescriptionLevelStorageSource.LevelStorageAccess.getSummary(com.mojang.serialization.Dynamic<?> pDynamic) (package private) LevelSummaryLevelStorageSource.makeLevelSummary(com.mojang.serialization.Dynamic<?> pDynamic, LevelStorageSource.LevelDirectory pLevelDirectory, boolean pLocked) private LevelSummaryLevelStorageSource.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