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 LevelSummaryRealmsSelectFileToUploadScreen.Entry.levelSummaryprivate final LevelSummaryRealmsUploadScreen.selectedLevelFields in com.mojang.realmsclient.gui.screens with type parameters of type LevelSummaryModifier and TypeFieldDescription(package private) List<LevelSummary>RealmsSelectFileToUploadScreen.levelListMethods in com.mojang.realmsclient.gui.screens with parameters of type LevelSummaryModifier and TypeMethodDescriptionvoidRealmsSelectFileToUploadScreen.WorldSelectionList.addEntry(LevelSummary p_89588_) (package private) static StringRealmsSelectFileToUploadScreen.formatLastPlayed(LevelSummary p_89539_) (package private) static ComponentRealmsSelectFileToUploadScreen.gameModeName(LevelSummary p_89535_) Constructors in com.mojang.realmsclient.gui.screens with parameters of type LevelSummaryModifierConstructorDescriptionEntry(LevelSummary p_89560_) RealmsUploadScreen(long p_90083_, int p_90084_, RealmsResetWorldScreen p_90085_, LevelSummary p_90086_, Runnable p_90087_) -
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 List<LevelSummary>WorldSelectionList.currentlyDisplayedLevelsprivate CompletableFuture<List<LevelSummary>>WorldSelectionList.pendingLevelsMethods 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 p_233196_, LevelSummary p_233197_) Method parameters in net.minecraft.client.gui.screens.worldselection with type arguments of type LevelSummaryModifier and TypeMethodDescriptionprivate voidWorldSelectionList.fillLevels(String p_233199_, List<LevelSummary> p_233200_) private voidWorldSelectionList.handleNewLevels(List<LevelSummary> p_239665_) Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type LevelSummaryModifierConstructorDescriptionWorldListEntry(WorldSelectionList p_101702_, LevelSummary p_101703_) -
Uses of LevelSummary in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage that return LevelSummaryMethods in net.minecraft.world.level.storage that return types with arguments of type LevelSummaryModifier and TypeMethodDescription(package private) BiFunction<Path,com.mojang.datafixers.DataFixer, LevelSummary> LevelStorageSource.levelSummaryReader(LevelStorageSource.LevelDirectory p_230821_, boolean p_230822_) LevelStorageSource.loadLevelSummaries(LevelStorageSource.LevelCandidates p_230814_) Methods in net.minecraft.world.level.storage with parameters of type LevelSummary