Posted April 25, 201312 yr 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
April 25, 201312 yr Author 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
April 26, 201312 yr 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 ^^
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.