public final class Visibilities extends Object
Modifier and Type | Field and Description |
---|---|
static Visibility |
ALWAYS
Death messages or nametags are always visible.
|
static Visibility |
HIDE_FOR_OTHER_TEAMS
Death messages or nametags for members of other teams will not be
visible, but death messages or nametags for members of the same team
will be visible.
|
static Visibility |
HIDE_FOR_OWN_TEAM
Death messages or nametags for members of other teams will be
visible, but death messages or nametags for members of the same team
will not be visible.
|
static Visibility |
NEVER
Death messages or nametags are never visible.
|
public static final Visibility ALWAYS
This is the default value.
public static final Visibility HIDE_FOR_OTHER_TEAMS
public static final Visibility HIDE_FOR_OWN_TEAM
public static final Visibility NEVER