Package net.minecraft.src
Class AchievementList
java.lang.Object
net.minecraft.src.AchievementList
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic List<Achievement<?>>Holds a list of all registered achievements.static Map<Class<? extends AchievementEventDispatcher.AchievementEvent<?>>,Set<Achievement<?>>> static AchievementIs the 'acquire hardware' achievement.static AchievementIs the 'the lie' achievement.static AchievementIs the 'Into Fire' achievementstatic AchievementIs the 'Librarian' achievementstatic AchievementIs the 'getting a upgrade' achievement.static AchievementIs the 'hot topic' achievement.static AchievementIs the 'time to farm' achievement.static AchievementIs the 'time to mine' achievement.static AchievementIs the 'time to strike' achievement.static AchievementIs the 'benchmarking' achievement.static AchievementIs the 'delicious fish' achievement.static AchievementIs the 'DIAMONDS!'static AchievementIs the 'Enchanter' achievementstatic AchievementIs the 'when pig fly' achievement.static AchievementIs the 'Return to Sender' achievementstatic Achievementis the 'cow tipper' achievement.static AchievementIs the 'monster hunter' achievement.static AchievementIs the 'bake bread' achievement.static intIs the biggest column used to display a achievement on the GUI.static intIs the biggest row used to display a achievement on the GUI.static intIs the smallest column used to display a achievement on the GUI.static intIs the smallest row used to display a achievement on the GUI.static AchievementIs the 'getting wood' achievement.static AchievementIs the 'on a rail' achievementstatic AchievementIs the 'open inventory' achievement.static Achievementstatic AchievementIs the 'We Need to Go Deeper' achievementstatic AchievementIs the 'Local Brewery' achievementstatic AchievementThe achievement for killing a Skeleton from 50 meters aways.static AchievementIs the 'The End?'static AchievementIs the 'The End.' achievement -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit()A stub functions called to make the static initializer for this class run.
-
Field Details
-
minDisplayColumn
public static int minDisplayColumnIs the smallest column used to display a achievement on the GUI. -
minDisplayRow
public static int minDisplayRowIs the smallest row used to display a achievement on the GUI. -
maxDisplayColumn
public static int maxDisplayColumnIs the biggest column used to display a achievement on the GUI. -
maxDisplayRow
public static int maxDisplayRowIs the biggest row used to display a achievement on the GUI. -
achievementList
Holds a list of all registered achievements. -
achievementsByEventType
public static Map<Class<? extends AchievementEventDispatcher.AchievementEvent<?>>,Set<Achievement<?>>> achievementsByEventType -
openInventory
Is the 'open inventory' achievement. -
mineWood
Is the 'getting wood' achievement. -
buildWorkBench
Is the 'benchmarking' achievement. -
buildPickaxe
Is the 'time to mine' achievement. -
buildFurnace
Is the 'hot topic' achievement. -
acquireIron
Is the 'acquire hardware' achievement. -
buildHoe
Is the 'time to farm' achievement. -
makeBread
Is the 'bake bread' achievement. -
bakeCake
Is the 'the lie' achievement. -
buildBetterPickaxe
Is the 'getting a upgrade' achievement. -
cookFish
Is the 'delicious fish' achievement. -
onARail
Is the 'on a rail' achievement -
buildSword
Is the 'time to strike' achievement. -
killEnemy
Is the 'monster hunter' achievement. -
killCow
is the 'cow tipper' achievement. -
flyPig
Is the 'when pig fly' achievement. -
snipeSkeleton
The achievement for killing a Skeleton from 50 meters aways. -
diamonds
Is the 'DIAMONDS!' achievement -
portal
Is the 'We Need to Go Deeper' achievement -
ghast
Is the 'Return to Sender' achievement -
blazeRod
Is the 'Into Fire' achievement -
potion
Is the 'Local Brewery' achievement -
theEnd
Is the 'The End?' achievement -
theEnd2
Is the 'The End.' achievement -
enchantments
Is the 'Enchanter' achievement -
overkill
-
bookcase
Is the 'Librarian' achievement
-
-
Constructor Details
-
AchievementList
public AchievementList()
-
-
Method Details
-
init
public static void init()A stub functions called to make the static initializer for this class run.
-