public class StatList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.List |
allStats |
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 |
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 |
distanceDoveStat
the distance you've dived
|
static StatBase |
distanceFallenStat
the distance you have fallen
|
static StatBase |
distanceFlownStat
the distance you've flown
|
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_151183_A |
static StatBase |
field_151184_B |
static StatBase |
field_151185_q |
static StatBase |
field_151186_x |
static StatBase |
fishCaughtStat |
static java.util.List |
generalStats |
static java.util.List |
itemStats |
static StatBase |
jumpStat
the times you've jumped
|
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 |
objectMineStats
Tracks the number of times a given block or item has been mined.
|
static StatBase[] |
objectUseStats
Tracks the number of times a given block or item has been used.
|
protected static java.util.Map |
oneShotStats
Tracks one-off stats.
|
static StatBase |
playerKillsStat
counts the number of times you've killed a player
|
Constructor and Description |
---|
StatList() |
Modifier and Type | Method and Description |
---|---|
static StatBase |
func_151176_b(EntityList.EntityEggInfo p_151176_0_) |
static StatBase |
func_151177_a(java.lang.String p_151177_0_) |
static void |
func_151178_a() |
static StatBase |
func_151182_a(EntityList.EntityEggInfo p_151182_0_) |
protected static java.util.Map oneShotStats
public static java.util.List allStats
public static java.util.List generalStats
public static java.util.List itemStats
public static java.util.List objectMineStats
public static StatBase leaveGameStat
public static StatBase minutesPlayedStat
public static StatBase distanceWalkedStat
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 field_151185_q
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 field_151186_x
public static StatBase playerKillsStat
public static StatBase fishCaughtStat
public static StatBase field_151183_A
public static StatBase field_151184_B
public static final StatBase[] mineBlockStatArray
public static final StatBase[] objectCraftStats
public static final StatBase[] objectUseStats
public static final StatBase[] objectBreakStats
public static void func_151178_a()
public static StatBase func_151182_a(EntityList.EntityEggInfo p_151182_0_)
public static StatBase func_151176_b(EntityList.EntityEggInfo p_151176_0_)
public static StatBase func_151177_a(java.lang.String p_151177_0_)