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
FieldsFields inherited from class net.minecraft.server.packs.resources.SimpleReloadInstance
allDone, allPreparations, preparingListeners -
Constructor Summary
ConstructorsConstructorDescriptionProfiledReloadInstance(ResourceManager pResourceManager, List<PreparableReloadListener> pListeners, Executor pBackgroundExecutor, Executor pGameExecutor, CompletableFuture<Unit> pAlsoWaitedFor) -
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
-
-
Constructor Details
-
ProfiledReloadInstance
public ProfiledReloadInstance(ResourceManager pResourceManager, List<PreparableReloadListener> pListeners, Executor pBackgroundExecutor, Executor pGameExecutor, CompletableFuture<Unit> pAlsoWaitedFor)
-
-
Method Details
-
finish
-