public final class Criteria extends Object
Modifier and Type | Field and Description |
---|---|
static Criterion |
DEATHS
|
static Criterion |
DUMMY
|
static Criterion |
HEALTH
Represents a
Criteria which causes an Objective
to have a score for a player represent their current health,
on a scale of 0-20 (can be greater than 20 due to effects
such as PotionEffectTypes.HEALTH_BOOST |
static Criterion |
PLAYER_KILLS
|
static Criterion |
TOTAL_KILLS
|
static Criterion |
TRIGGER
|
public static final Criterion DUMMY
public static final Criterion TRIGGER
public static final Criterion HEALTH
Criteria
which causes an Objective
to have a score for a player represent their current health,
on a scale of 0-20 (can be greater than 20 due to effects
such as PotionEffectTypes.HEALTH_BOOST
public static final Criterion PLAYER_KILLS
public static final Criterion TOTAL_KILLS
public static final Criterion DEATHS