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
Modifier and TypeFieldDescriptionprivate final SimpleReloadableResourceManager.FailedPackException
private final CompletableFuture<Unit>
-
Constructor Summary
ConstructorDescription -
Method Summary
-
Field Details
-
exception
-
failedFuture
-
-
Constructor Details
-
FailedPackReloader
-
-
Method Details
-
done
- Specified by:
done
in interfaceIAsyncReloader
-
getActualProgress
public float getActualProgress()- Specified by:
getActualProgress
in interfaceIAsyncReloader
-
isApplying
public boolean isApplying()- Specified by:
isApplying
in interfaceIAsyncReloader
-
isDone
public boolean isDone()- Specified by:
isDone
in interfaceIAsyncReloader
-
checkExceptions
public void checkExceptions()- Specified by:
checkExceptions
in interfaceIAsyncReloader
-