PackAdderDsl

class PackAdderDsl(adder: PackAdder)

A DSL for adding packs with a PackAdder.

Constructors

Link copied to clipboard
constructor(adder: PackAdder)

Functions

Link copied to clipboard
fun add(vararg packs: PackResources)

Add one or more packs.

Link copied to clipboard
fun addAll(packs: Collection<PackResources>)

Add a collection of packs.