Package net.minecraft.resources
Interface IAsyncReloader
-
- All Known Implementing Classes:
AsyncReloader
,DebugAsyncReloader
,SimpleReloadableResourceManager.FailedPackReloader
public interface IAsyncReloader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkExceptions()
java.util.concurrent.CompletableFuture<Unit>
done()
float
getActualProgress()
boolean
isApplying()
boolean
isDone()
-
-
-
Method Detail
-
done
java.util.concurrent.CompletableFuture<Unit> done()
-
getActualProgress
float getActualProgress()
-
isApplying
boolean isApplying()
-
isDone
boolean isDone()
-
checkExceptions
void checkExceptions()
-
-