Package net.minecraft.resources
Interface AsyncReloader.IStateFactory<S>
-
- Enclosing class:
- AsyncReloader<S>
public static interface AsyncReloader.IStateFactory<S>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<S>
create(IFutureReloadListener.IStage p_create_1_, IResourceManager p_create_2_, IFutureReloadListener p_create_3_, java.util.concurrent.Executor p_create_4_, java.util.concurrent.Executor p_create_5_)
-
-
-
Method Detail
-
create
java.util.concurrent.CompletableFuture<S> create(IFutureReloadListener.IStage p_create_1_, IResourceManager p_create_2_, IFutureReloadListener p_create_3_, java.util.concurrent.Executor p_create_4_, java.util.concurrent.Executor p_create_5_)
-
-