public class StatList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.List<StatBase> |
allStats |
static StatBase |
animalsBredStat
the number of animals you have bred
|
static StatBase |
damageDealtStat
the amount of damage you've dealt
|
static StatBase |
damageTakenStat
the amount of damage you have taken
|
static StatBase |
deathsStat
the number of times you have died
|
static StatBase |
distanceByBoatStat
the distance you've traveled by boat
|
static StatBase |
distanceByHorseStat |
static StatBase |
distanceByMinecartStat
the distance you've traveled by minecart
|
static StatBase |
distanceByPigStat
the distance you've traveled by pig
|
static StatBase |
distanceClimbedStat
the distance you've climbed
|
static StatBase |
distanceCrouchedStat |
static StatBase |
distanceDoveStat
the distance you've dived
|
static StatBase |
distanceFallenStat
the distance you have fallen
|
static StatBase |
distanceFlownStat
the distance you've flown
|
static StatBase |
distanceSprintedStat |
static StatBase |
distanceSwumStat
distance you have swam
|
static StatBase |
distanceWalkedStat
distance you've walked
|
static StatBase |
dropStat
the distance you've dropped (or times you've fallen?)
|
static StatBase |
field_181723_aa |
static StatBase |
field_181724_H |
static StatBase |
field_181725_I |
static StatBase |
field_181726_J |
static StatBase |
field_181727_K |
static StatBase |
field_181728_L |
static StatBase |
field_181729_M |
static StatBase |
field_181730_N |
static StatBase |
field_181731_O |
static StatBase |
field_181732_P |
static StatBase |
field_181733_Q |
static StatBase |
field_181734_R |
static StatBase |
field_181735_S |
static StatBase |
field_181736_T |
static StatBase |
field_181737_U |
static StatBase |
field_181738_V |
static StatBase |
field_181739_W |
static StatBase |
field_181740_X |
static StatBase |
field_181741_Y |
static StatBase |
field_181742_Z |
static StatBase |
fishCaughtStat |
static java.util.List<StatBase> |
generalStats |
static java.util.List<StatCrafting> |
itemStats |
static StatBase |
jumpStat
the times you've jumped
|
static StatBase |
junkFishedStat |
static StatBase |
leaveGameStat
number of times you've left a game
|
static StatBase[] |
mineBlockStatArray |
static StatBase |
minutesPlayedStat
number of minutes you have played
|
static StatBase |
mobKillsStat
the number of mobs you have killed
|
static StatBase[] |
objectBreakStats
Tracks the number of times a given block or item has been broken.
|
static StatBase[] |
objectCraftStats
Tracks the number of items a given block or item has been crafted.
|
static java.util.List<StatCrafting> |
objectMineStats |
static StatBase[] |
objectUseStats
Tracks the number of times a given block or item has been used.
|
protected static java.util.Map<java.lang.String,StatBase> |
oneShotStats |
static StatBase |
playerKillsStat
counts the number of times you've killed a player
|
static StatBase |
timeSinceDeathStat |
static StatBase |
timesTalkedToVillagerStat |
static StatBase |
timesTradedWithVillagerStat |
static StatBase |
treasureFishedStat |
Constructor and Description |
---|
StatList() |
Modifier and Type | Method and Description |
---|---|
static StatBase |
getOneShotStat(java.lang.String p_151177_0_) |
static StatBase |
getStatEntityKilledBy(EntityList.EntityEggInfo eggInfo) |
static StatBase |
getStatKillEntity(EntityList.EntityEggInfo eggInfo) |
static void |
init() |
protected static java.util.Map<java.lang.String,StatBase> oneShotStats
public static java.util.List<StatBase> allStats
public static java.util.List<StatBase> generalStats
public static java.util.List<StatCrafting> itemStats
public static java.util.List<StatCrafting> objectMineStats
public static StatBase leaveGameStat
public static StatBase minutesPlayedStat
public static StatBase timeSinceDeathStat
public static StatBase distanceWalkedStat
public static StatBase distanceCrouchedStat
public static StatBase distanceSprintedStat
public static StatBase distanceSwumStat
public static StatBase distanceFallenStat
public static StatBase distanceClimbedStat
public static StatBase distanceFlownStat
public static StatBase distanceDoveStat
public static StatBase distanceByMinecartStat
public static StatBase distanceByBoatStat
public static StatBase distanceByPigStat
public static StatBase distanceByHorseStat
public static StatBase jumpStat
public static StatBase dropStat
public static StatBase damageDealtStat
public static StatBase damageTakenStat
public static StatBase deathsStat
public static StatBase mobKillsStat
public static StatBase animalsBredStat
public static StatBase playerKillsStat
public static StatBase fishCaughtStat
public static StatBase junkFishedStat
public static StatBase treasureFishedStat
public static StatBase timesTalkedToVillagerStat
public static StatBase timesTradedWithVillagerStat
public static StatBase field_181724_H
public static StatBase field_181725_I
public static StatBase field_181726_J
public static StatBase field_181727_K
public static StatBase field_181728_L
public static StatBase field_181729_M
public static StatBase field_181730_N
public static StatBase field_181731_O
public static StatBase field_181732_P
public static StatBase field_181733_Q
public static StatBase field_181734_R
public static StatBase field_181735_S
public static StatBase field_181736_T
public static StatBase field_181737_U
public static StatBase field_181738_V
public static StatBase field_181739_W
public static StatBase field_181740_X
public static StatBase field_181741_Y
public static StatBase field_181742_Z
public static StatBase field_181723_aa
public static final StatBase[] mineBlockStatArray
public static final StatBase[] objectCraftStats
public static final StatBase[] objectUseStats
public static final StatBase[] objectBreakStats
public static void init()
public static StatBase getStatKillEntity(EntityList.EntityEggInfo eggInfo)
public static StatBase getStatEntityKilledBy(EntityList.EntityEggInfo eggInfo)
public static StatBase getOneShotStat(java.lang.String p_151177_0_)