Class MixinServerPlayerEntity

java.lang.Object
io.github.thecsdev.tcdcommons.mixin.events.MixinServerPlayerEntity

public abstract class MixinServerPlayerEntity extends Object
  • Constructor Details

    • MixinServerPlayerEntity

      public MixinServerPlayerEntity()
  • Method Details

    • onReadCustomDataFromNbt

      public void onReadCustomDataFromNbt(net.minecraft.nbt.NbtCompound nbt, org.spongepowered.asm.mixin.injection.callback.CallbackInfo callback)
    • onWriteCustomDataToNbt

      public void onWriteCustomDataToNbt(net.minecraft.nbt.NbtCompound nbt, org.spongepowered.asm.mixin.injection.callback.CallbackInfo callback)