LoadCustom

inner class LoadCustom(builder: ResourcePackBuilder) : PackTask

Loads all custom models, from base- and asset packs. Vanilla models are lazily loaded by ModelContent on demand.

Constructors

Link copied to clipboard
constructor(builder: ResourcePackBuilder)

Properties

Link copied to clipboard
open val runsAfter: Set<KClass<out PackTask>>

A set of tasks that this task depends on. This task runs after these tasks.

Link copied to clipboard
open val runsBefore: Set<KClass<out PackTask>>

A set of tasks that depend on this task. This task runs before these tasks.

Link copied to clipboard
open val stage: BuildStage

The stage in which this task should be run. Defaults to BuildStage.AUTOMATIC.

Functions

Link copied to clipboard
open suspend override fun run(): <Error class: unknown class>

Runs this task.