|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.enchantment.Enchantment
net.minecraft.enchantment.EnchantmentDamage
public class EnchantmentDamage
Field Summary | |
---|---|
int |
damageType
Defines the type of damage of the enchantment, 0 = all, 1 = undead, 3 = arthropods |
Fields inherited from class net.minecraft.enchantment.Enchantment |
---|
aquaAffinity, baneOfArthropods, blastProtection, effectId, efficiency, enchantmentsList, featherFalling, field_92038_c, field_92039_k, fireAspect, fireProtection, flame, fortune, infinity, knockback, looting, power, projectileProtection, protection, punch, respiration, sharpness, silkTouch, smite, type, unbreaking |
Constructor Summary | |
---|---|
EnchantmentDamage(int par1,
int par2,
int par3)
|
Method Summary | |
---|---|
int |
calcModifierLiving(int par1,
EntityLiving par2EntityLiving)
Calculates de (magic) damage done by the enchantment on a living entity based on level and entity passed. |
boolean |
canApplyTogether(Enchantment par1Enchantment)
Determines if the enchantment passed can be applyied together with this enchantment. |
boolean |
func_92037_a(ItemStack par1ItemStack)
|
int |
getMaxEnchantability(int par1)
Returns the maximum value of enchantability nedded on the enchantment level passed. |
int |
getMaxLevel()
Returns the maximum level that the enchantment can have. |
int |
getMinEnchantability(int par1)
Returns the minimal value of enchantability needed on the enchantment level passed. |
String |
getName()
Return the name of key in translation table of this enchantment. |
Methods inherited from class net.minecraft.enchantment.Enchantment |
---|
addToBookList, calcModifierDamage, canApplyAtEnchantingTable, getMinLevel, getTranslatedName, getWeight, setName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int damageType
Constructor Detail |
---|
public EnchantmentDamage(int par1, int par2, int par3)
Method Detail |
---|
public int getMinEnchantability(int par1)
getMinEnchantability
in class Enchantment
public int getMaxEnchantability(int par1)
getMaxEnchantability
in class Enchantment
public int getMaxLevel()
getMaxLevel
in class Enchantment
public int calcModifierLiving(int par1, EntityLiving par2EntityLiving)
calcModifierLiving
in class Enchantment
public String getName()
getName
in class Enchantment
public boolean canApplyTogether(Enchantment par1Enchantment)
canApplyTogether
in class Enchantment
public boolean func_92037_a(ItemStack par1ItemStack)
func_92037_a
in class Enchantment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |