Skip to content

helix / ObjectiveKind

Type Alias: ObjectiveKind

ObjectiveKind = "dummy" | "trigger" | `minecraft.${string}`

Defined in: core/frontend/nodes/objective.ts:13

An objective's tracking criterion: the two common pseudo-criteria (dummy, trigger) plus any vanilla minecraft.* criterion (statistics, custom, etc.). Build statistic criteria with the typed helpers (usedStatCriteria) so the criterion string isn't hand-assembled at the call site.

Released under the MIT License · Credits