li.cil.oc.api
public interface Persistable
void load(net.minecraft.nbt.NBTTagCompound nbt)
nbt - the tag to read the state from.void save(net.minecraft.nbt.NBTTagCompound nbt)
load(net.minecraft.nbt.NBTTagCompound) is called with that tag.nbt - the tag to save the state to.