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

Method check

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

Source from the content-addressed store, hash-verified

2009 }
2010
2011 public static ItemStack check(ItemStack aStack) {
2012 return set(aStack, aStack.getTagCompound());
2013 }
2014
2015 public static ItemStack set(ItemStack aStack, NBTTagCompound aNBT) {
2016 if (aNBT == null || aNBT.hasNoTags()) {aStack.setTagCompound(null); return aStack;}

Callers 1

removeEnchantmentsMethod · 0.95

Calls 1

setMethod · 0.95

Tested by

no test coverage detected