public final class StatisticGroups extends Object
StatisticGroup
s.Modifier and Type | Field and Description |
---|---|
static StatisticGroup |
BREAK_ITEM
Statistic counting the number of broken/worn down items of a specific
type.
|
static StatisticGroup |
CRAFT_BLOCK
Statistic counting the number of crafted items of a specific type.
|
static StatisticGroup |
CRAFT_ITEM
Statistic counting the number of crafted items of a specific type.
|
static StatisticGroup |
GENERAL
Statistics belonging to the group of 'general' statistics.
|
static StatisticGroup |
HAS_KILLED_ENTITY
Statistic counting the number of killed entities of a specific type.
|
static StatisticGroup |
HAS_KILLED_TEAM
Statistic counting the number of killed members of a specific team.
|
static StatisticGroup |
HIDDEN
Statistics which are purely used internally and are not intended to be
displayed, such as statistics used to back certain achievements.
|
static StatisticGroup |
KILLED_BY_ENTITY
Statistic counting the number of deaths caused by entities of a specific
type.
|
static StatisticGroup |
KILLED_BY_TEAM
Statistic counting the number of deaths caused by members of a specific
team.
|
static StatisticGroup |
MINE_BLOCK
Statistic counting the number of mined/harvested blocks of a specific
type.
|
static StatisticGroup |
USE_BLOCK
Statistic counting the number of used blocks of a specific type.
|
static StatisticGroup |
USE_ITEM
Statistic counting the number of used/placed items of a specific type.
|
public static final StatisticGroup GENERAL
public static final StatisticGroup HIDDEN
public static final StatisticGroup HAS_KILLED_ENTITY
public static final StatisticGroup KILLED_BY_ENTITY
public static final StatisticGroup CRAFT_ITEM
public static final StatisticGroup USE_ITEM
public static final StatisticGroup BREAK_ITEM
public static final StatisticGroup CRAFT_BLOCK
public static final StatisticGroup USE_BLOCK
public static final StatisticGroup MINE_BLOCK
public static final StatisticGroup HAS_KILLED_TEAM
public static final StatisticGroup KILLED_BY_TEAM