resolveSourceInfo

@NotNull
abstract fun resolveSourceInfo(): @NotNull CompletableFuture<S>

Resolves the source info asynchronously. Sometimes source info should be resolved on the main thread (e.g. in Folia for entities), so this should be used instead of getSourceInfo.

Return

The source info.