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 ignored) Constructors in com.mojang.realmsclient.gui.screens with parameters of type LevelSummaryModifierConstructorDescriptionRealmsUploadScreen(@Nullable 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 TypeFieldDescriptionprivate 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 filter, LevelSummary level) private voidWorldOpenFlows.openWorldCheckVersionCompatibility(LevelStorageSource.LevelStorageAccess worldAccess, LevelSummary summary, com.mojang.serialization.Dynamic<?> levelDataTag, Runnable onCancel) voidSelectWorldScreen.updateButtonStatus(@Nullable LevelSummary summary) Method parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type LevelSummaryModifier and TypeMethodDescriptionprivate voidWorldSelectionList.fillLevels(String filter, List<LevelSummary> levels) private voidWorldSelectionList.handleNewLevels(@Nullable List<LevelSummary> levels) WorldSelectionList.Builder.onEntrySelect(Consumer<LevelSummary> onEntrySelect) 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 LevelSummaryModifierConstructorDescriptionprivateWorldSelectionList(Screen screen, Minecraft minecraft, int width, int height, String filter, @Nullable WorldSelectionList oldList, @Nullable Consumer<LevelSummary> onEntrySelect, @Nullable Consumer<WorldSelectionList.WorldListEntry> onEntryInteract, WorldSelectionList.EntryType entryType) -
Uses of LevelSummary in net.minecraft.world.level.storage
Subclasses of LevelSummary in net.minecraft.world.level.storageModifier and TypeClassDescriptionstatic classstatic classClasses in net.minecraft.world.level.storage that implement interfaces with type arguments of type LevelSummaryMethods in net.minecraft.world.level.storage that return LevelSummaryModifier and TypeMethodDescriptionLevelStorageSource.LevelStorageAccess.fixAndGetSummary()LevelStorageSource.LevelStorageAccess.fixAndGetSummaryFromTag(com.mojang.serialization.Dynamic<?> dataTag) private LevelSummaryLevelStorageSource.makeLevelSummary(com.mojang.serialization.Dynamic<?> dataTag, LevelStorageSource.LevelDirectory levelDirectory, boolean locked, int dataVersion) private LevelSummaryLevelStorageSource.readLevelSummary(LevelStorageSource.LevelDirectory level, 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