public class Stats
extends java.lang.Object
Constructor and Description |
---|
Stats() |
Modifier and Type | Method and Description |
---|---|
private static ResourceLocation |
registerCustom(java.lang.String key,
IStatFormatter formatter) |
private static <T> StatType<T> |
registerType(java.lang.String key,
Registry<T> registry) |
public static final StatType<EntityType<?>> ENTITY_KILLED
public static final StatType<EntityType<?>> ENTITY_KILLED_BY
public static final StatType<ResourceLocation> CUSTOM
public static final ResourceLocation LEAVE_GAME
public static final ResourceLocation PLAY_ONE_MINUTE
public static final ResourceLocation TIME_SINCE_DEATH
public static final ResourceLocation TIME_SINCE_REST
public static final ResourceLocation SNEAK_TIME
public static final ResourceLocation WALK_ONE_CM
public static final ResourceLocation CROUCH_ONE_CM
public static final ResourceLocation SPRINT_ONE_CM
public static final ResourceLocation WALK_ON_WATER_ONE_CM
public static final ResourceLocation FALL_ONE_CM
public static final ResourceLocation CLIMB_ONE_CM
public static final ResourceLocation FLY_ONE_CM
public static final ResourceLocation WALK_UNDER_WATER_ONE_CM
public static final ResourceLocation MINECART_ONE_CM
public static final ResourceLocation BOAT_ONE_CM
public static final ResourceLocation PIG_ONE_CM
public static final ResourceLocation HORSE_ONE_CM
public static final ResourceLocation AVIATE_ONE_CM
public static final ResourceLocation SWIM_ONE_CM
public static final ResourceLocation JUMP
public static final ResourceLocation DROP
public static final ResourceLocation DAMAGE_DEALT
public static final ResourceLocation DAMAGE_DEALT_ABSORBED
public static final ResourceLocation DAMAGE_DEALT_RESISTED
public static final ResourceLocation DAMAGE_TAKEN
public static final ResourceLocation DAMAGE_BLOCKED_BY_SHIELD
public static final ResourceLocation DAMAGE_ABSORBED
public static final ResourceLocation DAMAGE_RESISTED
public static final ResourceLocation DEATHS
public static final ResourceLocation MOB_KILLS
public static final ResourceLocation ANIMALS_BRED
public static final ResourceLocation PLAYER_KILLS
public static final ResourceLocation FISH_CAUGHT
public static final ResourceLocation TALKED_TO_VILLAGER
public static final ResourceLocation TRADED_WITH_VILLAGER
public static final ResourceLocation EAT_CAKE_SLICE
public static final ResourceLocation FILL_CAULDRON
public static final ResourceLocation USE_CAULDRON
public static final ResourceLocation CLEAN_ARMOR
public static final ResourceLocation CLEAN_BANNER
public static final ResourceLocation CLEAN_SHULKER_BOX
public static final ResourceLocation INTERACT_WITH_BREWINGSTAND
public static final ResourceLocation INTERACT_WITH_BEACON
public static final ResourceLocation INSPECT_DROPPER
public static final ResourceLocation INSPECT_HOPPER
public static final ResourceLocation INSPECT_DISPENSER
public static final ResourceLocation PLAY_NOTEBLOCK
public static final ResourceLocation TUNE_NOTEBLOCK
public static final ResourceLocation POT_FLOWER
public static final ResourceLocation TRIGGER_TRAPPED_CHEST
public static final ResourceLocation OPEN_ENDERCHEST
public static final ResourceLocation ENCHANT_ITEM
public static final ResourceLocation PLAY_RECORD
public static final ResourceLocation INTERACT_WITH_FURNACE
public static final ResourceLocation INTERACT_WITH_CRAFTING_TABLE
public static final ResourceLocation OPEN_CHEST
public static final ResourceLocation SLEEP_IN_BED
public static final ResourceLocation OPEN_SHULKER_BOX
public static final ResourceLocation OPEN_BARREL
public static final ResourceLocation INTERACT_WITH_BLAST_FURNACE
public static final ResourceLocation INTERACT_WITH_SMOKER
public static final ResourceLocation INTERACT_WITH_LECTERN
public static final ResourceLocation INTERACT_WITH_CAMPFIRE
public static final ResourceLocation INTERACT_WITH_CARTOGRAPHY_TABLE
public static final ResourceLocation INTERACT_WITH_LOOM
public static final ResourceLocation INTERACT_WITH_STONECUTTER
public static final ResourceLocation BELL_RING
public static final ResourceLocation RAID_TRIGGER
public static final ResourceLocation RAID_WIN
public static final ResourceLocation INTERACT_WITH_ANVIL
public static final ResourceLocation INTERACT_WITH_GRINDSTONE
private static ResourceLocation registerCustom(java.lang.String key, IStatFormatter formatter)