Package net.minecraft.resources
Class SimpleReloadableResourceManager.FailedPackReloader
java.lang.Object
net.minecraft.resources.SimpleReloadableResourceManager.FailedPackReloader
- All Implemented Interfaces:
IAsyncReloader
- Enclosing class:
- SimpleReloadableResourceManager
static class SimpleReloadableResourceManager.FailedPackReloader
extends Object
implements IAsyncReloader
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SimpleReloadableResourceManager.FailedPackExceptionprivate final CompletableFuture<Unit> -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Field Details
-
exception
-
failedFuture
-
-
Constructor Details
-
FailedPackReloader
-
-
Method Details
-
done
- Specified by:
donein interfaceIAsyncReloader
-
getActualProgress
public float getActualProgress()- Specified by:
getActualProgressin interfaceIAsyncReloader
-
isApplying
public boolean isApplying()- Specified by:
isApplyingin interfaceIAsyncReloader
-
isDone
public boolean isDone()- Specified by:
isDonein interfaceIAsyncReloader
-
checkExceptions
public void checkExceptions()- Specified by:
checkExceptionsin interfaceIAsyncReloader
-