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 IAsyncReloader
ResourceLoadProgressGui. reload
Constructors 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 class
AsyncReloader<S>
class
DebugAsyncReloader
(package private) static class
SimpleReloadableResourceManager.FailedPackReloader
Methods in net.minecraft.resources that return IAsyncReloader Modifier and Type Method Description IAsyncReloader
IReloadableResourceManager. 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_)
IAsyncReloader
SimpleReloadableResourceManager. 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 IAsyncReloader
SimpleReloadableResourceManager. 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_)
-