Class ProfiledReloadInstance
java.lang.Object
net.minecraft.server.packs.resources.SimpleReloadInstance<ProfiledReloadInstance.State>
net.minecraft.server.packs.resources.ProfiledReloadInstance
- All Implemented Interfaces:
- ReloadInstance
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class net.minecraft.server.packs.resources.SimpleReloadInstanceSimpleReloadInstance.StateFactory<S>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprivate final com.google.common.base.StopwatchFields inherited from class net.minecraft.server.packs.resources.SimpleReloadInstanceallDone, allPreparations, preparingListeners
- 
Constructor SummaryConstructorsConstructorDescriptionProfiledReloadInstance(ResourceManager p_10649_, List<PreparableReloadListener> p_10650_, Executor p_10651_, Executor p_10652_, CompletableFuture<Unit> p_10653_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate List<ProfiledReloadInstance.State>finish(List<ProfiledReloadInstance.State> p_215484_) Methods inherited from class net.minecraft.server.packs.resources.SimpleReloadInstancecreate, done, getActualProgress, ofMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.server.packs.resources.ReloadInstancecheckExceptions, isDone
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
totalprivate final com.google.common.base.Stopwatch total
 
- 
- 
Constructor Details- 
ProfiledReloadInstancepublic ProfiledReloadInstance(ResourceManager p_10649_, List<PreparableReloadListener> p_10650_, Executor p_10651_, Executor p_10652_, CompletableFuture<Unit> p_10653_) 
 
- 
- 
Method Details- 
finish
 
-