Package com.faux.customentitydata.mixin
Class MixinEntity
java.lang.Object
com.faux.customentitydata.mixin.MixinEntity
- All Implemented Interfaces:
ICustomDataHolder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.nbt.CompoundTagvoidfaux$setCustomData(net.minecraft.nbt.CompoundTag tag) voidload(net.minecraft.world.level.storage.ValueInput valueInput, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) voidsaveWithoutId(net.minecraft.world.level.storage.ValueOutput valueOutput, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
-
Field Details
-
faux$persistentData
public net.minecraft.nbt.CompoundTag faux$persistentData
-
-
Constructor Details
-
MixinEntity
public MixinEntity()
-
-
Method Details
-
faux$getCustomData
public net.minecraft.nbt.CompoundTag faux$getCustomData()- Specified by:
faux$getCustomDatain interfaceICustomDataHolder
-
faux$setCustomData
public void faux$setCustomData(net.minecraft.nbt.CompoundTag tag) - Specified by:
faux$setCustomDatain interfaceICustomDataHolder
-
saveWithoutId
public void saveWithoutId(net.minecraft.world.level.storage.ValueOutput valueOutput, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) -
load
public void load(net.minecraft.world.level.storage.ValueInput valueInput, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
-