Package net.minecraft.resources
Class DebugAsyncReloader
java.lang.Object
net.minecraft.resources.AsyncReloader<DebugAsyncReloader.DataPoint>
net.minecraft.resources.DebugAsyncReloader
- All Implemented Interfaces:
IAsyncReloader
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.resources.AsyncReloader
AsyncReloader.IStateFactory<S> -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.apache.logging.log4j.Loggerprivate final com.google.common.base.StopwatchFields inherited from class net.minecraft.resources.AsyncReloader
allDone, allPreparations, resourceManager -
Constructor Summary
ConstructorsConstructorDescriptionDebugAsyncReloader(IResourceManager p_i50694_1_, List<IFutureReloadListener> p_i50694_2_, Executor p_i50694_3_, Executor p_i50694_4_, CompletableFuture<Unit> p_i50694_5_) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidfinish(List<DebugAsyncReloader.DataPoint> p_219575_1_) Methods inherited from class net.minecraft.resources.AsyncReloader
checkExceptions, done, getActualProgress, isApplying, isDone, of
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
total
private final com.google.common.base.Stopwatch total
-
-
Constructor Details
-
DebugAsyncReloader
public DebugAsyncReloader(IResourceManager p_i50694_1_, List<IFutureReloadListener> p_i50694_2_, Executor p_i50694_3_, Executor p_i50694_4_, CompletableFuture<Unit> p_i50694_5_)
-
-
Method Details
-
finish
-