MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / removeEnchantments

Method removeEnchantments

src/main/java/gregapi/util/UT.java:2372–2375  ·  view source on GitHub ↗
(ItemStack aStack)

Source from the content-addressed store, hash-verified

2370 return UT.Code.bindInt(UT.Code.divup(rXP, 2));
2371 }
2372 public static ItemStack removeEnchantments(ItemStack aStack) {
2373 removeEnchantments(getOrCreate(aStack));
2374 return check(aStack);
2375 }
2376 public static void removeEnchantments(NBTTagCompound aNBT) {
2377 aNBT.removeTag("ench");
2378 }

Callers 1

onBlockActivated3Method · 0.80

Calls 2

getOrCreateMethod · 0.95
checkMethod · 0.95

Tested by

no test coverage detected