(ItemStack aStack)
| 2346 | |
| 2347 | public static int getEnchantmentLevelDestruction (ItemStack aStack) {return MD.RC.mLoaded ? getEnchantmentLevel(RailcraftEnchantments.destruction, aStack) : 0;} |
| 2348 | public static int getEnchantmentLevelWrecking (ItemStack aStack) {return MD.RC.mLoaded ? getEnchantmentLevel(RailcraftEnchantments.wrecking , aStack) : 0;} |
| 2349 | public static int getEnchantmentLevelImplosion (ItemStack aStack) {return MD.RC.mLoaded ? getEnchantmentLevel(RailcraftEnchantments.implosion , aStack) : 0;} |
| 2350 | public static int getEnchantmentLevelLootingFortune(ItemStack aStack) {return Math.max(getEnchantmentLevel(Enchantment.fortune, aStack), getEnchantmentLevel(Enchantment.looting, aStack));} |
| 2351 |
nothing calls this directly
no test coverage detected