Interface ICustomDataHolder

All Known Implementing Classes:
MixinEntity

public interface ICustomDataHolder
Custom data is data that is stored while the entity is alive. Custom data is saved to disk, but is lost if the holder is "cloned" (like player respawning)
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.nbt.CompoundTag
     
    void
    faux$setCustomData(net.minecraft.nbt.CompoundTag tag)
     
  • Method Details

    • faux$getCustomData

      net.minecraft.nbt.CompoundTag faux$getCustomData()
    • faux$setCustomData

      void faux$setCustomData(net.minecraft.nbt.CompoundTag tag)