public interface IMixinItemStack
Modifier and Type | Method and Description |
---|---|
void |
readFromNbt(net.minecraft.nbt.NBTTagCompound compound)
Read extra data (SpongeData) from the entity's NBT tag.
|
void |
writeToNbt(net.minecraft.nbt.NBTTagCompound compound)
Write extra data (SpongeData) to the entity's NBT tag.
|
void readFromNbt(net.minecraft.nbt.NBTTagCompound compound)
compound
- The SpongeData compound to read fromvoid writeToNbt(net.minecraft.nbt.NBTTagCompound compound)
compound
- The SpongeData compound to write to