public class AchievementList
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.util.List<Achievement> |
achievementList |
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 |
breedCow
Is the 'Repopulation' 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!'
|
static Achievement |
diamondsToYou |
static Achievement |
enchantments
Is the 'Enchanter' achievement
|
static Achievement |
exploreAllBiomes
Is the 'Adventuring Time' achievement
|
static Achievement |
flyPig
Is the 'when pig fly' achievement.
|
static Achievement |
fullBeacon
Is the 'Beaconator' 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 |
killWither
Is the 'The Beginning.' 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 |
overpowered |
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 |
spawnWither
Is the 'The Beginning?'
|
static Achievement |
theEnd
Is the 'The End?'
|
static Achievement |
theEnd2
Is the 'The End.' achievement
|
Constructor and Description |
---|
AchievementList() |
Modifier and Type | Method and Description |
---|---|
static void |
init()
A stub functions called to make the static initializer for this class run.
|
public static int minDisplayColumn
public static int minDisplayRow
public static int maxDisplayColumn
public static int maxDisplayRow
public static java.util.List<Achievement> 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 diamondsToYou
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
public static Achievement breedCow
public static Achievement spawnWither
public static Achievement killWither
public static Achievement fullBeacon
public static Achievement exploreAllBiomes
public static Achievement overpowered