Class MixinEntity

java.lang.Object
io.github.thecsdev.tcdcommons.mixin.events.MixinEntity
All Implemented Interfaces:
MixinEntityAddon

public abstract class MixinEntity extends Object implements MixinEntityAddon
  • Constructor Details

    • MixinEntity

      public MixinEntity()
  • Method Details

    • tcdcommons_getCustomData

      public GenericProperties<net.minecraft.util.Identifier> tcdcommons_getCustomData()
      Description copied from interface: MixinEntityAddon
      Gets the HashMap that stores custom data for a given Entity instance. The Identifiers serve as unique keys that can be associated with different mods, and the Object values represent the custom data stored by those mods.
      Specified by:
      tcdcommons_getCustomData in interface MixinEntityAddon