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 classes/interfaces inherited from class net.minecraft.server.packs.resources.SimpleReloadInstance
SimpleReloadInstance.StateFactory<S>
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final org.slf4j.Logger
private final com.google.common.base.Stopwatch
Fields inherited from class net.minecraft.server.packs.resources.SimpleReloadInstance
allDone, allPreparations, preparingListeners
-
Constructor Summary
ConstructorDescriptionProfiledReloadInstance
(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, of
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-