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 LevelSummaryModifier and TypeFieldDescription(package private) final LevelSummaryWorldListWidget.WorldEntry.levelFields in net.minecraft.client.gui.screen.world with type parameters of type LevelSummaryModifier and TypeFieldDescriptionprivate final @Nullable Consumer<LevelSummary> WorldListWidget.field_62190private @Nullable Consumer<LevelSummary> WorldListWidget.class_11780.field_62199private @Nullable List<LevelSummary> WorldListWidget.levelsprivate CompletableFuture<List<LevelSummary>> WorldListWidget.levelsFutureMethods in net.minecraft.client.gui.screen.world that return LevelSummaryModifier and TypeMethodDescriptionWorldListWidget.Entry.method_73463()WorldListWidget.WorldEntry.method_73463()Methods in net.minecraft.client.gui.screen.world that return types with arguments of type LevelSummaryModifier and TypeMethodDescriptionprivate CompletableFuture<List<LevelSummary>> WorldListWidget.loadLevels()private @Nullable List<LevelSummary> WorldListWidget.tryGet()Methods in net.minecraft.client.gui.screen.world with parameters of type LevelSummaryModifier and TypeMethodDescriptionprivate booleanWorldListWidget.shouldShow(String search, LevelSummary summary) voidSelectWorldScreen.worldSelected(@Nullable LevelSummary levelSummary) Method parameters in net.minecraft.client.gui.screen.world with type arguments of type LevelSummaryModifier and TypeMethodDescriptionWorldListWidget.class_11780.method_73459(Consumer<LevelSummary> consumer) private voidWorldListWidget.show(@Nullable List<LevelSummary> list) private voidWorldListWidget.showSummaries(String string, List<LevelSummary> summaries) Constructors in net.minecraft.client.gui.screen.world with parameters of type LevelSummaryModifierConstructorDescriptionWorldEntry(WorldListWidget worldListWidget, LevelSummary levelSummary) Constructor parameters in net.minecraft.client.gui.screen.world with type arguments of type LevelSummaryModifierConstructorDescription(package private)WorldListWidget(Screen screen, MinecraftClient client, int width, int height, String string, @Nullable WorldListWidget worldListWidget, @Nullable Consumer<LevelSummary> consumer, @Nullable Consumer<WorldListWidget.WorldEntry> consumer2, WorldListWidget.class_11781 class_11781) -
Uses of LevelSummary in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as LevelSummaryMethods in net.minecraft.client.realms.gui.screen with parameters of type LevelSummaryModifier and TypeMethodDescriptionprivate voidRealmsSelectFileToUploadScreen.method_73351(@Nullable LevelSummary levelSummary) Constructors in net.minecraft.client.realms.gui.screen with parameters of type LevelSummaryModifierConstructorDescriptionRealmsUploadScreen(@Nullable WorldCreationTask creationTask, long worldId, int slotId, RealmsCreateWorldScreen parent, LevelSummary selectedLevel) -
Uses of LevelSummary in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type LevelSummaryModifier and TypeMethodDescriptionprivate voidIntegratedServerLoader.start(LevelStorage.Session session, LevelSummary summary, com.mojang.serialization.Dynamic<?> levelProperties, Runnable onCancel) -
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 TypeMethodDescriptionLevelStorage.Session.getLevelSummary(com.mojang.serialization.Dynamic<?> dynamic) (package private) LevelSummaryLevelStorage.parseSummary(com.mojang.serialization.Dynamic<?> dynamic, LevelStorage.LevelSave save, boolean locked) private LevelSummaryLevelStorage.readSummary(LevelStorage.LevelSave save, boolean locked) Methods in net.minecraft.world.level.storage that return types with arguments of type LevelSummaryMethods in net.minecraft.world.level.storage with parameters of type LevelSummary