Uses of Interface
net.minecraft.util.IProgressUpdate
-
Packages that use IProgressUpdate Package Description net.minecraft.client.gui.screen net.minecraft.util net.minecraft.world.server net.minecraft.world.storage -
-
Uses of IProgressUpdate in net.minecraft.client.gui.screen
Classes in net.minecraft.client.gui.screen that implement IProgressUpdate Modifier and Type Class Description class
WorkingScreen
-
Uses of IProgressUpdate in net.minecraft.util
Methods in net.minecraft.util with parameters of type IProgressUpdate Modifier and Type Method Description static java.util.concurrent.CompletableFuture<?>
HTTPUtil. downloadTo(java.io.File p_180192_0_, java.lang.String p_180192_1_, java.util.Map<java.lang.String,java.lang.String> p_180192_2_, int p_180192_3_, IProgressUpdate p_180192_4_, java.net.Proxy p_180192_5_)
-
Uses of IProgressUpdate in net.minecraft.world.server
Methods in net.minecraft.world.server with parameters of type IProgressUpdate Modifier and Type Method Description void
ServerWorld. save(IProgressUpdate p_217445_1_, boolean p_217445_2_, boolean p_217445_3_)
-
Uses of IProgressUpdate in net.minecraft.world.storage
Methods in net.minecraft.world.storage with parameters of type IProgressUpdate Modifier and Type Method Description (package private) static boolean
AnvilSaveConverter. convertLevel(SaveFormat.LevelSave p_237330_0_, IProgressUpdate p_237330_1_)
boolean
SaveFormat.LevelSave. convertLevel(IProgressUpdate p_237283_1_)
private static void
AnvilSaveConverter. convertRegion(DynamicRegistries.Impl p_242982_0_, java.io.File p_242982_1_, java.io.File p_242982_2_, BiomeProvider p_242982_3_, int p_242982_4_, int p_242982_5_, IProgressUpdate p_242982_6_)
private static void
AnvilSaveConverter. convertRegions(DynamicRegistries.Impl p_242983_0_, java.io.File p_242983_1_, java.lang.Iterable<java.io.File> p_242983_2_, BiomeProvider p_242983_3_, int p_242983_4_, int p_242983_5_, IProgressUpdate p_242983_6_)
-