SirJshreder Posted April 25, 2013 Posted April 25, 2013 Hey! So, I've been trying to add some custom enchantments, and I need to be able to tell whether an item has on such enchantment or not. Could anyone be of help? Thanks, jshreder Quote
SirJshreder Posted April 25, 2013 Author Posted April 25, 2013 Hey! So, I've been trying to add some custom enchantments, and I need to be able to tell whether an item has on such enchantment or not. Could anyone be of help? Thanks, jshreder Quote
Moritz Posted April 26, 2013 Posted April 26, 2013 EnchantmentHelper.getEnchantmentLevel(EnchantmentID, ItemStack) gives you either the level or 0 if that enchantment is not present. diesieben07 There is a function in ItemStack. public boolean isItemEnchanted() SirJshreder with this function you can check inside items and machines if an item is enchanted ^^ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.