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

Method save

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

Source from the content-addressed store, hash-verified

486 @Deprecated public static FluidStack load_(NBTTagCompound aNBT) {return FL.load_(aNBT);}
487
488 @Deprecated public static NBTTagCompound save(NBTTagCompound aNBT, String aTagName, FluidStack aFluid) {return FL.save(aNBT, aTagName, aFluid);}
489 @Deprecated public static NBTTagCompound save (FluidStack aFluid) {return FL.save (aFluid);}
490 @Deprecated public static NBTTagCompound save_(FluidStack aFluid) {return FL.save_(aFluid);}
491

Callers

nothing calls this directly

Calls 1

saveMethod · 0.95

Tested by

no test coverage detected