load

abstract CompletableFuture<Tload(ResourceManager manager, Profiler profiler, Executor executor)

Asynchronously process and load resource-based data. The codemust be thread-safe and not modify game state!

Return

A CompletableFuture representing the "data loading" stage.

Parameters

manager

The resource manager used during reloading.

profiler

The profiler which may be used for this stage.

executor

The executor which should be used for this stage.

Sources

jvm source
Link copied to clipboard