public interface ResourceReloadMonitor
Modifier and Type | Method and Description |
---|---|
float |
getProgress() |
boolean |
isApplyStageComplete() |
boolean |
isPrepareStageComplete() |
void |
throwExceptions() |
CompletableFuture<Unit> |
whenComplete() |
CompletableFuture<Unit> whenComplete()
@Environment(value=CLIENT) float getProgress()
@Environment(value=CLIENT) boolean isPrepareStageComplete()
@Environment(value=CLIENT) boolean isApplyStageComplete()
@Environment(value=CLIENT) void throwExceptions()