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(LevelSummary summary) Constructors in com.mojang.realmsclient.gui.screens with parameters of type LevelSummaryModifierConstructorDescriptionRealmsUploadScreen(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 LevelSummaryWorldSelectionList.WorldListEntry.summaryFields in net.minecraft.client.gui.screens.worldselection with type parameters of type LevelSummaryModifier and TypeFieldDescriptionprivate List<LevelSummary> WorldSelectionList.currentlyDisplayedLevelsprivate Consumer<LevelSummary> WorldSelectionList.Builder.onEntrySelectprivate final Consumer<LevelSummary> WorldSelectionList.onEntrySelectprivate CompletableFuture<List<LevelSummary>> WorldSelectionList.pendingLevelsMethods in net.minecraft.client.gui.screens.worldselection that return LevelSummaryModifier and TypeMethodDescriptionWorldSelectionList.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 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 levelStorage, LevelSummary levelSummary, com.mojang.serialization.Dynamic<?> levelData, Runnable onFail) voidSelectWorldScreen.updateButtonStatus(LevelSummary levelSummary) 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(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 LevelSummaryModifierConstructorDescription(package private)WorldSelectionList(Screen screen, Minecraft minecraft, int width, int height, String filter, WorldSelectionList oldList, Consumer<LevelSummary> onEntrySelect, 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 classMethods in net.minecraft.world.level.storage that return LevelSummaryModifier and TypeMethodDescriptionLevelStorageSource.LevelStorageAccess.getSummary(com.mojang.serialization.Dynamic<?> dynamic) (package private) LevelSummaryLevelStorageSource.makeLevelSummary(com.mojang.serialization.Dynamic<?> dynamic, LevelStorageSource.LevelDirectory levelDirectory, boolean locked) private LevelSummaryLevelStorageSource.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