public class EnchantmentUntouching extends Enchantment
aquaAffinity, baneOfArthropods, blastProtection, effectId, efficiency, enchantmentsBookList, enchantmentsList, featherFalling, fireAspect, fireProtection, flame, fortune, infinity, knockback, looting, power, projectileProtection, protection, punch, respiration, sharpness, silkTouch, smite, thorns, type, unbreaking| Modifier and Type | Method and Description |
|---|---|
boolean |
canApply(ItemStack par1ItemStack) |
boolean |
canApplyTogether(Enchantment par1Enchantment)
Determines if the enchantment passed can be applyied together with this enchantment.
|
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.
|
addToBookList, calcModifierDamage, calcModifierLiving, canApplyAtEnchantingTable, getMinLevel, getName, getTranslatedName, getWeight, isAllowedOnBooks, setNamepublic int getMinEnchantability(int par1)
getMinEnchantability in class Enchantmentpublic int getMaxEnchantability(int par1)
getMaxEnchantability in class Enchantmentpublic int getMaxLevel()
getMaxLevel in class Enchantmentpublic boolean canApplyTogether(Enchantment par1Enchantment)
canApplyTogether in class Enchantmentpublic boolean canApply(ItemStack par1ItemStack)
canApply in class Enchantment