|
| Achievement (int par1, String par2Str, int par3, int par4, Item par5Item, Achievement par6Achievement) |
|
| Achievement (int par1, String par2Str, int par3, int par4, Block par5Block, Achievement par6Achievement) |
|
| Achievement (int par1, String par2Str, int par3, int par4, ItemStack par5ItemStack, Achievement par6Achievement) |
|
Achievement | setIndependent () |
|
Achievement | setSpecial () |
|
Achievement | registerAchievement () |
|
boolean | isAchievement () |
|
String | getDescription () |
|
Achievement | setStatStringFormatter (IStatStringFormat par1IStatStringFormat) |
|
boolean | getSpecial () |
|
StatBase | registerStat () |
|
StatBase | initIndependentStat () |
|
| StatBase (int par1, String par2Str, IStatType par3IStatType) |
|
| StatBase (int par1, String par2Str) |
|
StatBase | initIndependentStat () |
|
StatBase | registerStat () |
|
boolean | isAchievement () |
|
String | func_75968_a (int par1) |
|
String | getName () |
|
String | toString () |
|
net.minecraft.stats.Achievement.Achievement |
( |
int |
par1, |
|
|
String |
par2Str, |
|
|
int |
par3, |
|
|
int |
par4, |
|
|
Item |
par5Item, |
|
|
Achievement |
par6Achievement |
|
) |
| |
net.minecraft.stats.Achievement.Achievement |
( |
int |
par1, |
|
|
String |
par2Str, |
|
|
int |
par3, |
|
|
int |
par4, |
|
|
Block |
par5Block, |
|
|
Achievement |
par6Achievement |
|
) |
| |
net.minecraft.stats.Achievement.Achievement |
( |
int |
par1, |
|
|
String |
par2Str, |
|
|
int |
par3, |
|
|
int |
par4, |
|
|
ItemStack |
par5ItemStack, |
|
|
Achievement |
par6Achievement |
|
) |
| |
String net.minecraft.stats.Achievement.getDescription |
( |
) | |
|
Returns the fully description of the achievement - ready to be displayed on screen.
boolean net.minecraft.stats.Achievement.getSpecial |
( |
) | |
|
Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve.
StatBase net.minecraft.stats.Achievement.initIndependentStat |
( |
) | |
|
Initializes the current stat as independent (i.e., lacking prerequisites for being updated) and returns the current instance.
boolean net.minecraft.stats.Achievement.isAchievement |
( |
) | |
|
Returns whether or not the StatBase-derived class is a statistic (running counter) or an achievement (one-shot).
Achievement net.minecraft.stats.Achievement.registerAchievement |
( |
) | |
|
Adds the achievement on the internal list of registered achievements, also, it's check for duplicated id's.
StatBase net.minecraft.stats.Achievement.registerStat |
( |
) | |
|
Achievement net.minecraft.stats.Achievement.setIndependent |
( |
) | |
|
Indicates whether or not the given achievement or statistic is independent (i.e., lacks prerequisites for being update).
Achievement net.minecraft.stats.Achievement.setSpecial |
( |
) | |
|
Special achievements have a 'spiked' (on normal texture pack) frame, special achievements are the hardest ones to achieve.
Defines a string formatter for the achievement.
final int net.minecraft.stats.Achievement.displayColumn |
Is the column (related to center of achievement gui, in 24 pixels unit) that the achievement will be displayed.
final int net.minecraft.stats.Achievement.displayRow |
Is the row (related to center of achievement gui, in 24 pixels unit) that the achievement will be displayed.
final Achievement net.minecraft.stats.Achievement.parentAchievement |
Holds the parent achievement, that must be taken before this achievement is avaiable.
final ItemStack net.minecraft.stats.Achievement.theItemStack |
Holds the ItemStack that will be used to draw the achievement into the GUI.
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/stats/Achievement.java