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 Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.server.packs.resources.SimpleReloadInstance
SimpleReloadInstance.StateFactory<S> - 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprivate final com.google.common.base.StopwatchFields inherited from class net.minecraft.server.packs.resources.SimpleReloadInstance
allDone, allPreparations, preparingListeners - 
Constructor Summary
ConstructorsConstructorDescriptionProfiledReloadInstance(ResourceManager p_10649_, List<PreparableReloadListener> p_10650_, Executor p_10651_, Executor p_10652_, CompletableFuture<Unit> p_10653_)  - 
Method Summary
Modifier and TypeMethodDescriptionprivate List<ProfiledReloadInstance.State>finish(List<ProfiledReloadInstance.State> p_215484_) Methods inherited from class net.minecraft.server.packs.resources.SimpleReloadInstance
create, done, getActualProgress, ofMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.server.packs.resources.ReloadInstance
checkExceptions, isDone 
- 
Field Details
- 
LOGGER
private static final org.slf4j.Logger LOGGER - 
total
private final com.google.common.base.Stopwatch total 
 - 
 - 
Constructor Details
- 
ProfiledReloadInstance
public ProfiledReloadInstance(ResourceManager p_10649_, List<PreparableReloadListener> p_10650_, Executor p_10651_, Executor p_10652_, CompletableFuture<Unit> p_10653_)  
 - 
 - 
Method Details
- 
finish
 
 -