Class MixinServerPlayerEntity
java.lang.Object
io.github.thecsdev.tcdcommons.mixin.events.MixinServerPlayerEntity
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onReadCustomDataFromNbt
(net.minecraft.nbt.NbtCompound nbt, org.spongepowered.asm.mixin.injection.callback.CallbackInfo callback) void
onWriteCustomDataToNbt
(net.minecraft.nbt.NbtCompound nbt, org.spongepowered.asm.mixin.injection.callback.CallbackInfo callback)
-
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)
-