Class AchievementList

java.lang.Object
net.minecraft.src.AchievementList

public class AchievementList extends Object
  • Field Details

    • minDisplayColumn

      public static int minDisplayColumn
      Is the smallest column used to display a achievement on the GUI.
    • minDisplayRow

      public static int minDisplayRow
      Is the smallest row used to display a achievement on the GUI.
    • maxDisplayColumn

      public static int maxDisplayColumn
      Is the biggest column used to display a achievement on the GUI.
    • maxDisplayRow

      public static int maxDisplayRow
      Is the biggest row used to display a achievement on the GUI.
    • achievementList

      public static List<Achievement<?>> achievementList
      Holds a list of all registered achievements.
    • achievementsByEventType

      public static Map<Class<? extends AchievementEventDispatcher.AchievementEvent<?>>,Set<Achievement<?>>> achievementsByEventType
    • openInventory

      public static Achievement openInventory
      Is the 'open inventory' achievement.
    • mineWood

      public static Achievement mineWood
      Is the 'getting wood' achievement.
    • buildWorkBench

      public static Achievement buildWorkBench
      Is the 'benchmarking' achievement.
    • buildPickaxe

      public static Achievement buildPickaxe
      Is the 'time to mine' achievement.
    • buildFurnace

      public static Achievement buildFurnace
      Is the 'hot topic' achievement.
    • acquireIron

      public static Achievement acquireIron
      Is the 'acquire hardware' achievement.
    • buildHoe

      public static Achievement buildHoe
      Is the 'time to farm' achievement.
    • makeBread

      public static Achievement makeBread
      Is the 'bake bread' achievement.
    • bakeCake

      public static Achievement bakeCake
      Is the 'the lie' achievement.
    • buildBetterPickaxe

      public static Achievement buildBetterPickaxe
      Is the 'getting a upgrade' achievement.
    • cookFish

      public static Achievement cookFish
      Is the 'delicious fish' achievement.
    • onARail

      public static Achievement onARail
      Is the 'on a rail' achievement
    • buildSword

      public static Achievement buildSword
      Is the 'time to strike' achievement.
    • killEnemy

      public static Achievement killEnemy
      Is the 'monster hunter' achievement.
    • killCow

      public static Achievement killCow
      is the 'cow tipper' achievement.
    • flyPig

      public static Achievement flyPig
      Is the 'when pig fly' achievement.
    • snipeSkeleton

      public static Achievement snipeSkeleton
      The achievement for killing a Skeleton from 50 meters aways.
    • diamonds

      public static Achievement diamonds
      Is the 'DIAMONDS!' achievement
    • portal

      public static Achievement portal
      Is the 'We Need to Go Deeper' achievement
    • ghast

      public static Achievement ghast
      Is the 'Return to Sender' achievement
    • blazeRod

      public static Achievement blazeRod
      Is the 'Into Fire' achievement
    • potion

      public static Achievement potion
      Is the 'Local Brewery' achievement
    • theEnd

      public static Achievement theEnd
      Is the 'The End?' achievement
    • theEnd2

      public static Achievement theEnd2
      Is the 'The End.' achievement
    • enchantments

      public static Achievement enchantments
      Is the 'Enchanter' achievement
    • overkill

      public static Achievement overkill
    • bookcase

      public static Achievement 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.