Uses of Interface
net.minecraft.util.IProgressUpdate
Packages that use IProgressUpdate
Package
Description
-
Uses of IProgressUpdate in net.minecraft.client.gui.screen
Classes in net.minecraft.client.gui.screen that implement IProgressUpdate -
Uses of IProgressUpdate in net.minecraft.util
Methods in net.minecraft.util with parameters of type IProgressUpdateModifier and TypeMethodDescriptionstatic CompletableFuture<?>HTTPUtil.downloadTo(File p_180192_0_, String p_180192_1_, Map<String, String> p_180192_2_, int p_180192_3_, IProgressUpdate p_180192_4_, Proxy p_180192_5_) -
Uses of IProgressUpdate in net.minecraft.world.server
Methods in net.minecraft.world.server with parameters of type IProgressUpdateModifier and TypeMethodDescriptionvoidServerWorld.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 IProgressUpdateModifier and TypeMethodDescription(package private) static booleanAnvilSaveConverter.convertLevel(SaveFormat.LevelSave p_237330_0_, IProgressUpdate p_237330_1_) booleanSaveFormat.LevelSave.convertLevel(IProgressUpdate p_237283_1_) private static voidAnvilSaveConverter.convertRegion(DynamicRegistries.Impl p_242982_0_, File p_242982_1_, File p_242982_2_, BiomeProvider p_242982_3_, int p_242982_4_, int p_242982_5_, IProgressUpdate p_242982_6_) private static voidAnvilSaveConverter.convertRegions(DynamicRegistries.Impl p_242983_0_, File p_242983_1_, Iterable<File> p_242983_2_, BiomeProvider p_242983_3_, int p_242983_4_, int p_242983_5_, IProgressUpdate p_242983_6_)