Uses of Class
net.minecraft.world.level.storage.LevelSummary
| Package | Description |
|---|---|
| net.minecraft.client.gui.screen.world | |
| net.minecraft.client.realms.gui.screen | |
| net.minecraft.world.level.storage |
-
Uses of LevelSummary in net.minecraft.client.gui.screen.world
Fields in net.minecraft.client.gui.screen.world declared as LevelSummary Modifier and Type Field Description private LevelSummaryWorldListWidget.Entry. levelFields in net.minecraft.client.gui.screen.world with type parameters of type LevelSummary Modifier and Type Field Description private @Nullable List<LevelSummary>WorldListWidget. levelsConstructors in net.minecraft.client.gui.screen.world with parameters of type LevelSummary Constructor Description Entry(WorldListWidget levelList, LevelSummary level) -
Uses of LevelSummary in net.minecraft.client.realms.gui.screen
Fields in net.minecraft.client.realms.gui.screen declared as LevelSummary Modifier and Type Field Description private LevelSummaryRealmsSelectFileToUploadScreen.WorldListEntry. field_22718private LevelSummaryRealmsUploadScreen. selectedLevelFields in net.minecraft.client.realms.gui.screen with type parameters of type LevelSummary Modifier and Type Field Description private List<LevelSummary>RealmsSelectFileToUploadScreen. levelListMethods in net.minecraft.client.realms.gui.screen with parameters of type LevelSummary Modifier and Type Method Description voidRealmsSelectFileToUploadScreen.WorldSelectionList. addEntry(LevelSummary levelSummary)private static TextRealmsSelectFileToUploadScreen. method_21400(LevelSummary levelSummary)private static StringRealmsSelectFileToUploadScreen. method_21404(LevelSummary levelSummary)protected voidRealmsSelectFileToUploadScreen.WorldListEntry. renderItem(MatrixStack matrices, LevelSummary levelSummary, int int2, int int3, int int4)Constructors in net.minecraft.client.realms.gui.screen with parameters of type LevelSummary Constructor Description RealmsUploadScreen(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 LevelSummary Modifier and Type Method Description @Nullable LevelSummaryLevelStorage.Session. getLevelSummary()Methods in net.minecraft.world.level.storage that return types with arguments of type LevelSummary Modifier and Type Method Description private BiFunction<File,com.mojang.datafixers.DataFixer,LevelSummary>LevelStorage. createLevelDataParser(File file, boolean locked)List<LevelSummary>LevelStorage. getLevelList()Methods in net.minecraft.world.level.storage with parameters of type LevelSummary Modifier and Type Method Description intLevelSummary. compareTo(LevelSummary levelSummary)