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 LevelSummary
WorldListWidget.Entry.level
Fields in net.minecraft.client.gui.screen.world with type parameters of type LevelSummaryConstructors 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 LevelSummary
RealmsSelectFileToUploadScreen.WorldListEntry.field_22718
private final LevelSummary
RealmsUploadScreen.selectedLevel
Fields in net.minecraft.client.realms.gui.screen with type parameters of type LevelSummaryModifier and TypeFieldDescription(package private) List<LevelSummary>
RealmsSelectFileToUploadScreen.levelList
Methods in net.minecraft.client.realms.gui.screen with parameters of type LevelSummaryModifier and TypeMethodDescriptionvoid
RealmsSelectFileToUploadScreen.WorldSelectionList.addEntry
(LevelSummary levelSummary) (package private) static Text
RealmsSelectFileToUploadScreen.method_21400
(LevelSummary levelSummary) (package private) static String
RealmsSelectFileToUploadScreen.method_21404
(LevelSummary levelSummary) Constructors in net.minecraft.client.realms.gui.screen with parameters of type LevelSummaryModifierConstructorDescriptionRealmsUploadScreen
(long worldId, int slotId, RealmsResetWorldScreen parent, LevelSummary levelSummary, Runnable runnable) WorldListEntry
(LevelSummary levelSummary) -
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<File,
com.mojang.datafixers.DataFixer, LevelSummary> LevelStorage.createLevelDataParser
(File file, boolean locked) LevelStorage.getLevelList()
Methods in net.minecraft.world.level.storage with parameters of type LevelSummary