Package net.minecraft.resources
Class DebugAsyncReloader
- java.lang.Object
-
- net.minecraft.resources.AsyncReloader<DebugAsyncReloader.DataPoint>
-
- net.minecraft.resources.DebugAsyncReloader
-
- All Implemented Interfaces:
IAsyncReloader
public class DebugAsyncReloader extends AsyncReloader<DebugAsyncReloader.DataPoint>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DebugAsyncReloader.DataPoint
-
Nested classes/interfaces inherited from class net.minecraft.resources.AsyncReloader
AsyncReloader.IStateFactory<S>
-
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.logging.log4j.Logger
LOGGER
private com.google.common.base.Stopwatch
total
-
Fields inherited from class net.minecraft.resources.AsyncReloader
allDone, allPreparations, resourceManager
-
-
Constructor Summary
Constructors Constructor Description DebugAsyncReloader(IResourceManager p_i50694_1_, java.util.List<IFutureReloadListener> p_i50694_2_, java.util.concurrent.Executor p_i50694_3_, java.util.concurrent.Executor p_i50694_4_, java.util.concurrent.CompletableFuture<Unit> p_i50694_5_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private void
finish(java.util.List<DebugAsyncReloader.DataPoint> p_219575_1_)
-
Methods inherited from class net.minecraft.resources.AsyncReloader
checkExceptions, done, getActualProgress, isApplying, isDone, of
-
-
-
-
Constructor Detail
-
DebugAsyncReloader
public DebugAsyncReloader(IResourceManager p_i50694_1_, java.util.List<IFutureReloadListener> p_i50694_2_, java.util.concurrent.Executor p_i50694_3_, java.util.concurrent.Executor p_i50694_4_, java.util.concurrent.CompletableFuture<Unit> p_i50694_5_)
-
-
Method Detail
-
finish
private void finish(java.util.List<DebugAsyncReloader.DataPoint> p_219575_1_)
-
-