Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- com.faux.customentitydata.api - package com.faux.customentitydata.api
- com.faux.customentitydata.mixin - package com.faux.customentitydata.mixin
- CUSTOM_NBT_KEY - Static variable in class com.faux.customentitydata.api.PersistentEntityDataConstants
- CustomDataHelper - Class in com.faux.customentitydata.api
- CustomDataHelper() - Constructor for class com.faux.customentitydata.api.CustomDataHelper
F
- faux$getCustomData() - Method in interface com.faux.customentitydata.api.ICustomDataHolder
- faux$getCustomData() - Method in class com.faux.customentitydata.mixin.MixinEntity
- faux$getPersistentData() - Method in interface com.faux.customentitydata.api.IPersistentDataHolder
- faux$getPersistentData() - Method in class com.faux.customentitydata.mixin.MixinServerPlayer
- faux$persistentData - Variable in class com.faux.customentitydata.mixin.MixinEntity
- faux$setCustomData(CompoundTag) - Method in interface com.faux.customentitydata.api.ICustomDataHolder
- faux$setCustomData(CompoundTag) - Method in class com.faux.customentitydata.mixin.MixinEntity
- faux$setPersistentData(CompoundTag) - Method in interface com.faux.customentitydata.api.IPersistentDataHolder
- faux$setPersistentData(CompoundTag) - Method in class com.faux.customentitydata.mixin.MixinServerPlayer
G
- getCustomData(Entity) - Static method in class com.faux.customentitydata.api.CustomDataHelper
-
Gets the custom data on the given Entity.
- getPersistentData(ServerPlayer) - Static method in class com.faux.customentitydata.api.CustomDataHelper
-
Gets the persistent data of the given ServerPlayer.
I
- ICustomDataHolder - Interface in com.faux.customentitydata.api
-
Custom data is data that is stored while the entity is alive.
- IPersistentDataHolder - Interface in com.faux.customentitydata.api
-
Persistent data is data that is stored while the entity is alive and is copied to a new entity when the entity is cloned.
L
- load(ValueInput, CallbackInfo) - Method in class com.faux.customentitydata.mixin.MixinEntity
M
- MixinEntity - Class in com.faux.customentitydata.mixin
- MixinEntity() - Constructor for class com.faux.customentitydata.mixin.MixinEntity
- MixinServerPlayer - Class in com.faux.customentitydata.mixin
- MixinServerPlayer() - Constructor for class com.faux.customentitydata.mixin.MixinServerPlayer
- MOD_ID - Static variable in class com.faux.customentitydata.api.PersistentEntityDataConstants
P
- PERSISTENT_NBT_KEY - Static variable in class com.faux.customentitydata.api.PersistentEntityDataConstants
- PersistentEntityDataConstants - Class in com.faux.customentitydata.api
- PersistentEntityDataConstants() - Constructor for class com.faux.customentitydata.api.PersistentEntityDataConstants
R
- restoreFrom(ServerPlayer, boolean, CallbackInfo) - Method in class com.faux.customentitydata.mixin.MixinServerPlayer
S
- saveWithoutId(ValueOutput, CallbackInfo) - Method in class com.faux.customentitydata.mixin.MixinEntity
- setCustomData(Entity, CompoundTag) - Static method in class com.faux.customentitydata.api.CustomDataHelper
-
Sets the custom data on the given Entity.
- setPersistentData(ServerPlayer, CompoundTag) - Static method in class com.faux.customentitydata.api.CustomDataHelper
-
Sets the persistent data on the given ServerPlayer.
All Classes and Interfaces|All Packages|Constant Field Values