Uses of Class
net.minecraft.world.level.storage.LevelSummary
Packages that use LevelSummary
Package
Description
-
Uses of LevelSummary in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as LevelSummaryFields in net.minecraft.client.gui.screen.world with type parameters of type LevelSummaryModifier and TypeFieldDescriptionprivate @Nullable CompletableFuture<List<LevelSummary>>WorldListWidget.field_38996Methods in net.minecraft.client.gui.screen.world that return types with arguments of type LevelSummaryModifier and TypeMethodDescriptionprivate @Nullable List<LevelSummary>WorldListWidget.method_43457(CompletableFuture<List<LevelSummary>> completableFuture, Duration duration) private CompletableFuture<List<LevelSummary>>WorldListWidget.method_43462()Methods in net.minecraft.client.gui.screen.world with parameters of type LevelSummaryModifier and TypeMethodDescriptionprivate booleanWorldListWidget.method_43453(String string, LevelSummary levelSummary) Method parameters in net.minecraft.client.gui.screen.world with type arguments of type LevelSummaryModifier and TypeMethodDescriptionprivate voidWorldListWidget.method_43454(String string, List<LevelSummary> list) private @Nullable List<LevelSummary>WorldListWidget.method_43457(CompletableFuture<List<LevelSummary>> completableFuture, Duration duration) Constructors in net.minecraft.client.gui.screen.world with parameters of type LevelSummary -
Uses of LevelSummary in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as LevelSummaryModifier and TypeFieldDescriptionprivate final LevelSummaryRealmsUploadScreen.selectedLevelprivate final LevelSummaryRealmsSelectFileToUploadScreen.WorldListEntry.summaryFields in net.minecraft.client.realms.gui.screen with type parameters of type LevelSummaryModifier and TypeFieldDescription(package private) List<LevelSummary>RealmsSelectFileToUploadScreen.levelListMethods in net.minecraft.client.realms.gui.screen with parameters of type LevelSummaryModifier and TypeMethodDescriptionvoidRealmsSelectFileToUploadScreen.WorldSelectionList.addEntry(LevelSummary summary) (package private) static TextRealmsSelectFileToUploadScreen.getGameModeName(LevelSummary summary) (package private) static StringRealmsSelectFileToUploadScreen.getLastPlayed(LevelSummary summary) Constructors in net.minecraft.client.realms.gui.screen with parameters of type LevelSummaryModifierConstructorDescriptionRealmsUploadScreen(long worldId, int slotId, RealmsResetWorldScreen parent, LevelSummary selectedLevel, Runnable onBack) WorldListEntry(LevelSummary summary) -
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> LevelStorage.createLevelDataParser(LevelStorage.class_7411 class_7411, boolean locked) LevelStorage.method_43417(LevelStorage.class_7410 class_7410) Methods in net.minecraft.world.level.storage with parameters of type LevelSummary