Uses of Class
net.minecraft.world.storage.WorldSummary
-
Packages that use WorldSummary Package Description com.mojang.realmsclient.gui.screens net.minecraft.client.gui.screen net.minecraft.world.storage -
-
Uses of WorldSummary in com.mojang.realmsclient.gui.screens
Fields in com.mojang.realmsclient.gui.screens declared as WorldSummary Modifier and Type Field Description private WorldSummaryRealmsSelectFileToUploadScreen.WorldSelectionEntry. levelSummaryprivate WorldSummaryRealmsUploadScreen. selectedLevelFields in com.mojang.realmsclient.gui.screens with type parameters of type WorldSummary Modifier and Type Field Description private java.util.List<WorldSummary>RealmsSelectFileToUploadScreen. levelListMethods in com.mojang.realmsclient.gui.screens with parameters of type WorldSummary Modifier and Type Method Description voidRealmsSelectFileToUploadScreen.WorldSelectionList. addEntry(WorldSummary p_237986_1_)private static java.lang.StringRealmsSelectFileToUploadScreen. formatLastPlayed(WorldSummary p_237979_0_)private static ITextComponentRealmsSelectFileToUploadScreen. gameModeName(WorldSummary p_237977_0_)protected voidRealmsSelectFileToUploadScreen.WorldSelectionEntry. renderItem(MatrixStack p_237985_1_, WorldSummary p_237985_2_, int p_237985_3_, int p_237985_4_, int p_237985_5_)Constructors in com.mojang.realmsclient.gui.screens with parameters of type WorldSummary Constructor Description RealmsUploadScreen(long p_i232226_1_, int p_i232226_3_, RealmsResetWorldScreen p_i232226_4_, WorldSummary p_i232226_5_, java.lang.Runnable p_i232226_6_)WorldSelectionEntry(WorldSummary p_i232220_2_) -
Uses of WorldSummary in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen declared as WorldSummary Modifier and Type Field Description private WorldSummaryWorldSelectionList.Entry. summaryFields in net.minecraft.client.gui.screen with type parameters of type WorldSummary Modifier and Type Field Description private java.util.List<WorldSummary>WorldSelectionList. cachedListConstructors in net.minecraft.client.gui.screen with parameters of type WorldSummary Constructor Description Entry(WorldSelectionList p_i242066_2_, WorldSummary p_i242066_3_) -
Uses of WorldSummary in net.minecraft.world.storage
Methods in net.minecraft.world.storage that return WorldSummary Modifier and Type Method Description WorldSummarySaveFormat.LevelSave. getSummary()Methods in net.minecraft.world.storage that return types with arguments of type WorldSummary Modifier and Type Method Description java.util.List<WorldSummary>SaveFormat. getLevelList()private java.util.function.BiFunction<java.io.File,com.mojang.datafixers.DataFixer,WorldSummary>SaveFormat. levelSummaryReader(java.io.File p_237267_1_, boolean p_237267_2_)Methods in net.minecraft.world.storage with parameters of type WorldSummary Modifier and Type Method Description intWorldSummary. compareTo(WorldSummary p_compareTo_1_)
-