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 @Nullable List<LevelSummary> WorldListWidget.levelsprivate CompletableFuture<List<LevelSummary>> WorldListWidget.levelsFutureprivate @Nullable Consumer<LevelSummary> WorldListWidget.Builder.selectionCallbackprivate final @Nullable Consumer<LevelSummary> WorldListWidget.selectionCallbackMethods in net.minecraft.client.gui.screen.world that return LevelSummaryModifier and TypeMethodDescriptionWorldListWidget.Entry.getLevel()WorldListWidget.WorldEntry.getLevel()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.Builder.selectionCallback(Consumer<LevelSummary> selectionCallback) private voidWorldListWidget.show(@Nullable List<LevelSummary> summaries) private voidWorldListWidget.showSummaries(String search, List<LevelSummary> summaries) Constructors in net.minecraft.client.gui.screen.world with parameters of type LevelSummaryConstructor parameters in net.minecraft.client.gui.screen.world with type arguments of type LevelSummaryModifierConstructorDescription(package private)WorldListWidget(Screen parent, MinecraftClient client, int width, int height, String search, @Nullable WorldListWidget predecessor, @Nullable Consumer<LevelSummary> selectionCallback, @Nullable Consumer<WorldListWidget.WorldEntry> confirmationCallback, WorldListWidget.WorldListType worldListType) -
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.worldSelected(@Nullable LevelSummary level) 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