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 IAsyncReloaderpublic float estimateExecutionSpeed()
estimateExecutionSpeed in interface IAsyncReloaderpublic boolean asyncPartDone()
asyncPartDone in interface IAsyncReloaderpublic boolean fullyDone()
fullyDone in interface IAsyncReloaderpublic void join()
join in interface IAsyncReloader