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 SummaryNested ClassesNested classes/interfaces inherited from class net.minecraft.resources.AsyncReloaderAsyncReloader.IStateFactory<S>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final org.apache.logging.log4j.Loggerprivate final com.google.common.base.StopwatchFields inherited from class net.minecraft.resources.AsyncReloaderallDone, allPreparations, resourceManager
- 
Constructor SummaryConstructorsConstructorDescriptionDebugAsyncReloader(IResourceManager p_i50694_1_, List<IFutureReloadListener> p_i50694_2_, Executor p_i50694_3_, Executor p_i50694_4_, CompletableFuture<Unit> p_i50694_5_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate voidfinish(List<DebugAsyncReloader.DataPoint> p_219575_1_) Methods inherited from class net.minecraft.resources.AsyncReloadercheckExceptions, done, getActualProgress, isApplying, isDone, of
- 
Field Details- 
LOGGERprivate static final org.apache.logging.log4j.Logger LOGGER
- 
totalprivate final com.google.common.base.Stopwatch total
 
- 
- 
Constructor Details- 
DebugAsyncReloaderpublic 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
 
-