Interface IStoredSpellVar<T>

All Superinterfaces:
ISpellVar<T>
All Known Implementing Classes:
StoredSpellVar

public interface IStoredSpellVar<T> extends ISpellVar<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    read(net.minecraft.nbt.CompoundTag nbt)
     
    void
    write(net.minecraft.nbt.CompoundTag nbt, T value)
     

    Methods inherited from interface com.binaris.wizardry.api.content.data.ISpellVar

    canPurge, isPersistent, isSynced, read, update, write
  • Method Details

    • write

      void write(net.minecraft.nbt.CompoundTag nbt, T value)
    • read

      T read(net.minecraft.nbt.CompoundTag nbt)