Class MixinEntity

java.lang.Object
com.faux.customentitydata.mixin.MixinEntity
All Implemented Interfaces:
ICustomDataHolder

public abstract class MixinEntity extends Object implements ICustomDataHolder
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    net.minecraft.nbt.CompoundTag
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.nbt.CompoundTag
     
    void
    faux$setCustomData(net.minecraft.nbt.CompoundTag tag)
     
    void
    load(net.minecraft.world.level.storage.ValueInput valueInput, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     
    void
    saveWithoutId(net.minecraft.world.level.storage.ValueOutput valueOutput, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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$getCustomData in interface ICustomDataHolder
    • faux$setCustomData

      public void faux$setCustomData(net.minecraft.nbt.CompoundTag tag)
      Specified by:
      faux$setCustomData in interface ICustomDataHolder
    • 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)