Package com.binaris.wizardry.api.content.data


package com.binaris.wizardry.api.content.data
  • Class
    Description
     
     
    This is the interface that we will use later to interact with the conjure item data!! Loading this as an interface and later implemented by the loaders from "scratch" is basically because we need a similar way to load-change data for Fabric and forge, with this we're trying to create a mask that we will trust that the loaders won't have any problem saving and handling the data.
    Represents containment data for living entities affected by the containment effect.
    Interface for tracking temporary enchantments on items, such as those applied by imbuement spells.
    Interface for spell variables that can be stored and synchronized between client and server.
    Default implementation of ISpellVar that provides basic functionality.
    Extension of ISpellVar that adds NBT serialization capabilities for persistent storage.
    IStoredSpellVar.StoredSpellVar<T,E extends net.minecraft.nbt.Tag>
    Default implementation of IStoredSpellVar with NBT serialization support.
    Represents the data associated with a minion entity in the game.