completeContext

@NotNull
abstract fun completeContext(): @NotNull CompletableFuture<BoneRenderContext>

Asynchronously completes the bone render context for this source.

This method may involve fetching skin data or other resources.

Return

a future completing with the bone render context

Since

1.15.2