|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.stats.AchievementList
public class AchievementList
Field Summary | |
---|---|
static List |
achievementList
Holds a list of all registered achievements. |
static Achievement |
acquireIron
Is the 'acquire hardware' achievement. |
static Achievement |
bakeCake
Is the 'the lie' achievement. |
static Achievement |
blazeRod
Is the 'Into Fire' achievement |
static Achievement |
bookcase
Is the 'Librarian' achievement |
static Achievement |
buildBetterPickaxe
Is the 'getting a upgrade' achievement. |
static Achievement |
buildFurnace
Is the 'hot topic' achievement. |
static Achievement |
buildHoe
Is the 'time to farm' achievement. |
static Achievement |
buildPickaxe
Is the 'time to mine' achievement. |
static Achievement |
buildSword
Is the 'time to strike' achievement. |
static Achievement |
buildWorkBench
Is the 'benchmarking' achievement. |
static Achievement |
cookFish
Is the 'delicious fish' achievement. |
static Achievement |
diamonds
Is the 'DIAMONDS!' achievement |
static Achievement |
enchantments
Is the 'Enchanter' achievement |
static Achievement |
flyPig
Is the 'when pig fly' achievement. |
static Achievement |
ghast
Is the 'Return to Sender' achievement |
static Achievement |
killCow
is the 'cow tipper' achievement. |
static Achievement |
killEnemy
Is the 'monster hunter' achievement. |
static Achievement |
makeBread
Is the 'bake bread' achievement. |
static int |
maxDisplayColumn
Is the biggest column used to display a achievement on the GUI. |
static int |
maxDisplayRow
Is the biggest row used to display a achievement on the GUI. |
static int |
minDisplayColumn
Is the smallest column used to display a achievement on the GUI. |
static int |
minDisplayRow
Is the smallest row used to display a achievement on the GUI. |
static Achievement |
mineWood
Is the 'getting wood' achievement. |
static Achievement |
onARail
Is the 'on a rail' achievement |
static Achievement |
openInventory
Is the 'open inventory' achievement. |
static Achievement |
overkill
|
static Achievement |
portal
Is the 'We Need to Go Deeper' achievement |
static Achievement |
potion
Is the 'Local Brewery' achievement |
static Achievement |
snipeSkeleton
The achievement for killing a Skeleton from 50 meters aways. |
static Achievement |
theEnd
Is the 'The End?' achievement |
static Achievement |
theEnd2
Is the 'The End.' achievement |
Constructor Summary | |
---|---|
AchievementList()
|
Method Summary | |
---|---|
static void |
init()
A stub functions called to make the static initializer for this class run. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static int minDisplayColumn
public static int minDisplayRow
public static int maxDisplayColumn
public static int maxDisplayRow
public static List achievementList
public static Achievement openInventory
public static Achievement mineWood
public static Achievement buildWorkBench
public static Achievement buildPickaxe
public static Achievement buildFurnace
public static Achievement acquireIron
public static Achievement buildHoe
public static Achievement makeBread
public static Achievement bakeCake
public static Achievement buildBetterPickaxe
public static Achievement cookFish
public static Achievement onARail
public static Achievement buildSword
public static Achievement killEnemy
public static Achievement killCow
public static Achievement flyPig
public static Achievement snipeSkeleton
public static Achievement diamonds
public static Achievement portal
public static Achievement ghast
public static Achievement blazeRod
public static Achievement potion
public static Achievement theEnd
public static Achievement theEnd2
public static Achievement enchantments
public static Achievement overkill
public static Achievement bookcase
Constructor Detail |
---|
public AchievementList()
Method Detail |
---|
public static void init()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |