Package com.faux.customentitydata.api
Interface IPersistentDataHolder
- All Known Implementing Classes:
MixinServerPlayer
public interface IPersistentDataHolder
Persistent data is data that is stored while the entity is alive and is copied to a new entity when the entity is cloned.
Persistent data is saved to disk and is usually stored inside the custom data from
ICustomDataHolder.-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.nbt.CompoundTagvoidfaux$setPersistentData(net.minecraft.nbt.CompoundTag tag)
-
Method Details
-
faux$getPersistentData
net.minecraft.nbt.CompoundTag faux$getPersistentData() -
faux$setPersistentData
void faux$setPersistentData(net.minecraft.nbt.CompoundTag tag)
-