|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.stats.StatList
public class StatList
Field Summary | |
---|---|
static List |
allStats
|
static StatBase |
createWorldStat
times a world has been created |
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 |
fishCaughtStat
|
static List |
generalStats
|
static List |
itemStats
|
static StatBase |
joinMultiplayerStat
number of times you've joined a multiplayer world |
static StatBase |
jumpStat
the times you've jumped |
static StatBase |
leaveGameStat
number of times you've left a game |
static StatBase |
loadWorldStat
the number of times you have loaded a world |
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 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. |
static StatBase |
playerKillsStat
counts the number of times you've killed a player |
static StatBase |
startGameStat
times the game has been started |
Constructor Summary | |
---|---|
StatList()
|
Method Summary | |
---|---|
static StatBase |
getOneShotStat(int par0)
|
static void |
initBreakableStats()
Initializes statistic fields related to breakable items and blocks. |
static void |
initCraftableStats()
Initializes statistics related to craftable items. |
static void |
initStats()
|
static void |
nopInit()
This method simply NOPs. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static List allStats
public static List generalStats
public static List itemStats
public static List objectMineStats
public static StatBase startGameStat
public static StatBase createWorldStat
public static StatBase loadWorldStat
public static StatBase joinMultiplayerStat
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 jumpStat
public static StatBase dropStat
public static StatBase damageDealtStat
public static StatBase damageTakenStat
public static StatBase deathsStat
public static StatBase mobKillsStat
public static StatBase playerKillsStat
public static StatBase fishCaughtStat
public static StatBase[] mineBlockStatArray
public static StatBase[] objectCraftStats
public static StatBase[] objectUseStats
public static StatBase[] objectBreakStats
Constructor Detail |
---|
public StatList()
Method Detail |
---|
public static void nopInit()
public static void initBreakableStats()
public static void initStats()
public static void initCraftableStats()
public static StatBase getOneShotStat(int par0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |