KeyedCriterion

@CataloguedBy(catalogue = Criteria::class)
interface KeyedCriterion : Criterion, Keyed

A criterion for a scoreboard objective to be displayed.

Functions

Link copied to clipboard
@NotNull
abstract fun key(): @NotNull Key

Properties

Link copied to clipboard
abstract val isMutable: Boolean

If this criterion is mutable.

Link copied to clipboard
@get:JvmName(name = "name")
abstract val name: String

The name of this criterion.

Link copied to clipboard
@get:JvmName(name = "renderType")
abstract val renderType: ObjectiveRenderType

The render type of this criterion.