Uses of Class
net.minecraft.world.level.storage.LevelSummary
Package
Description
-
Uses of LevelSummary in net.minecraft.client.gui.screen.world
Modifier and TypeFieldDescription(package private) final LevelSummary
WorldListWidget.Entry.level
-
Uses of LevelSummary in net.minecraft.client.realms.gui.screen
Modifier and TypeFieldDescriptionprivate final LevelSummary
RealmsUploadScreen.selectedLevel
private final LevelSummary
RealmsSelectFileToUploadScreen.WorldListEntry.summary
Modifier and TypeFieldDescription(package private) List<LevelSummary>
RealmsSelectFileToUploadScreen.levelList
Modifier and TypeMethodDescriptionvoid
RealmsSelectFileToUploadScreen.WorldSelectionList.addEntry
(LevelSummary summary) (package private) static Text
RealmsSelectFileToUploadScreen.getGameModeName
(LevelSummary summary) (package private) static String
RealmsSelectFileToUploadScreen.getLastPlayed
(LevelSummary summary) ModifierConstructorDescriptionRealmsUploadScreen
(long worldId, int slotId, RealmsResetWorldScreen parent, LevelSummary selectedLevel, Runnable onBack) WorldListEntry
(LevelSummary summary) -
Uses of LevelSummary in net.minecraft.world.level.storage
Modifier and TypeMethodDescription(package private) BiFunction<File,
com.mojang.datafixers.DataFixer, LevelSummary> LevelStorage.createLevelDataParser
(File file, boolean locked) LevelStorage.getLevelList()