Package alexiil.mc.lib.attributes.misc
Interface Saveable
- All Known Implementing Classes:
- DirectFixedItemInv,- FullFixedItemInv,- JumboFixedFluidInv,- SimpleFixedFluidInv,- SimpleFixedItemInv,- SimpleGroupedItemInv
public interface Saveable
An object that can be saved and loaded (in place, unlike fluid keys or volumes which must be loaded from a
 specialised static method).
- 
Method Summary
- 
Method Details- 
toTagdefault net.minecraft.nbt.NbtCompound toTag()
- 
toTagnet.minecraft.nbt.NbtCompound toTag(net.minecraft.nbt.NbtCompound tag)
- 
fromTagvoid fromTag(net.minecraft.nbt.NbtCompound tag)
 
-