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

Method load

src/main/java/gregapi/util/UT.java:3330–3330  ·  view source on GitHub ↗
(NBTTagCompound aNBT, String aTagName)

Source from the content-addressed store, hash-verified

3328 @Deprecated public static void hide(Block aBlock, long aMetaData) {ST.hide(aBlock, aMetaData);}
3329 @Deprecated public static void hide(ItemStack aStack) {ST.hide(aStack);}
3330 @Deprecated public static ItemStack load(NBTTagCompound aNBT, String aTagName) {return ST.load(aNBT, aTagName);}
3331 @Deprecated public static ItemStack load(NBTTagCompound aNBT) {return ST.load(aNBT);}
3332 @Deprecated public static NBTTagCompound save(NBTTagCompound aNBT, String aTagName, ItemStack aStack) {return ST.save(aNBT, aTagName, aStack);}
3333 @Deprecated public static NBTTagCompound save(ItemStack aStack) {return ST.save(aStack);}

Callers

nothing calls this directly

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected