Uses of Interface
net.minecraft.resources.IAsyncReloader
-
Packages that use IAsyncReloader Package Description net.minecraft.client.gui net.minecraft.resources -
-
Uses of IAsyncReloader in net.minecraft.client.gui
Fields in net.minecraft.client.gui declared as IAsyncReloader Modifier and Type Field Description private IAsyncReloaderResourceLoadProgressGui. reloadConstructors in net.minecraft.client.gui with parameters of type IAsyncReloader Constructor Description ResourceLoadProgressGui(Minecraft p_i225928_1_, IAsyncReloader p_i225928_2_, java.util.function.Consumer<java.util.Optional<java.lang.Throwable>> p_i225928_3_, boolean p_i225928_4_) -
Uses of IAsyncReloader in net.minecraft.resources
Classes in net.minecraft.resources that implement IAsyncReloader Modifier and Type Class Description classAsyncReloader<S>classDebugAsyncReloader(package private) static classSimpleReloadableResourceManager.FailedPackReloaderMethods in net.minecraft.resources that return IAsyncReloader Modifier and Type Method Description IAsyncReloaderIReloadableResourceManager. createFullReload(java.util.concurrent.Executor p_219537_1_, java.util.concurrent.Executor p_219537_2_, java.util.concurrent.CompletableFuture<Unit> p_219537_3_, java.util.List<IResourcePack> p_219537_4_)IAsyncReloaderSimpleReloadableResourceManager. createFullReload(java.util.concurrent.Executor p_219537_1_, java.util.concurrent.Executor p_219537_2_, java.util.concurrent.CompletableFuture<Unit> p_219537_3_, java.util.List<IResourcePack> p_219537_4_)protected IAsyncReloaderSimpleReloadableResourceManager. createReload(java.util.concurrent.Executor p_219538_1_, java.util.concurrent.Executor p_219538_2_, java.util.List<IFutureReloadListener> p_219538_3_, java.util.concurrent.CompletableFuture<Unit> p_219538_4_)
-