static class SimpleReloadableResourceManager.FailedPackReloader extends java.lang.Object implements IAsyncReloader
Modifier and Type | Field and Description |
---|---|
private SimpleReloadableResourceManager.FailedPackException |
field_230019_a_ |
private java.util.concurrent.CompletableFuture<Unit> |
field_230020_b_ |
Constructor and Description |
---|
FailedPackReloader(SimpleReloadableResourceManager.FailedPackException p_i229961_1_) |
Modifier and Type | Method and Description |
---|---|
boolean |
asyncPartDone() |
float |
estimateExecutionSpeed() |
boolean |
fullyDone() |
void |
join() |
java.util.concurrent.CompletableFuture<Unit> |
onceDone() |
private final SimpleReloadableResourceManager.FailedPackException field_230019_a_
private final java.util.concurrent.CompletableFuture<Unit> field_230020_b_
public FailedPackReloader(SimpleReloadableResourceManager.FailedPackException p_i229961_1_)
public java.util.concurrent.CompletableFuture<Unit> onceDone()
onceDone
in interface IAsyncReloader
public float estimateExecutionSpeed()
estimateExecutionSpeed
in interface IAsyncReloader
public boolean asyncPartDone()
asyncPartDone
in interface IAsyncReloader
public boolean fullyDone()
fullyDone
in interface IAsyncReloader
public void join()
join
in interface IAsyncReloader