Package net.minecraft.src
Class EnchantmentArrowDamage
- java.lang.Object
-
- net.minecraft.src.Enchantment
-
- net.minecraft.src.EnchantmentArrowDamage
-
public class EnchantmentArrowDamage extends Enchantment
-
-
Field Summary
-
Fields inherited from class net.minecraft.src.Enchantment
aquaAffinity, baneOfArthropods, blastProtection, effectId, efficiency, enchantmentsList, featherFalling, fireAspect, fireProtection, flame, fortune, infinity, knockback, looting, name, power, projectileProtection, protection, punch, respiration, sharpness, silkTouch, smite, type, unbreaking
-
-
Constructor Summary
Constructors Constructor Description EnchantmentArrowDamage(int var1, int var2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxEnchantability(int var1)intgetMaxLevel()intgetMinEnchantability(int var1)-
Methods inherited from class net.minecraft.src.Enchantment
calcModifierDamage, calcModifierLiving, canApplyTogether, getMinLevel, getName, getTranslatedName, getWeight, setName
-
-
-
-
Method Detail
-
getMinEnchantability
public int getMinEnchantability(int var1)
- Overrides:
getMinEnchantabilityin classEnchantment
-
getMaxEnchantability
public int getMaxEnchantability(int var1)
- Overrides:
getMaxEnchantabilityin classEnchantment
-
getMaxLevel
public int getMaxLevel()
- Overrides:
getMaxLevelin classEnchantment
-
-