BlockModelTask

Deals with generating and assigning custom block models to block states (i.e. creating block state variant entries) or items.

Constructors

Link copied to clipboard
constructor(builder: ResourcePackBuilder)

Properties

Link copied to clipboard
open override val runsAfter: <Error class: unknown class>

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

Link copied to clipboard
open override val runsBefore: <Error class: unknown class>

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

Link copied to clipboard
open override 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()

Runs this task.