Companion

object Companion

Functions

Link copied to clipboard
fun afterTools(vararg toolNames: String): UnlockCondition

Create a condition that unlocks after the specified tools have been called.

Link copied to clipboard
fun onArtifact(artifactType: Class<*>): UnlockCondition

Create a condition that unlocks when an artifact of the specified type is produced.

Link copied to clipboard

Create a condition that unlocks when a custom predicate returns true.