public abstract class MixinEntity extends Object
Constructor and Description |
---|
MixinEntity() |
Modifier and Type | Method and Description |
---|---|
net.minecraft.nbt.NBTTagCompound |
getEntityData() |
net.minecraft.nbt.NBTTagCompound |
getSpongeData() |
void |
onConstructed(net.minecraft.world.World world,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
void |
preReadFromNBTInject(net.minecraft.nbt.NBTTagCompound tagCompound,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
void |
preWriteToNBTInject(net.minecraft.nbt.NBTTagCompound tagCompound,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
public void onConstructed(net.minecraft.world.World world, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
public void preReadFromNBTInject(net.minecraft.nbt.NBTTagCompound tagCompound, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
public void preWriteToNBTInject(net.minecraft.nbt.NBTTagCompound tagCompound, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
public final net.minecraft.nbt.NBTTagCompound getEntityData()
public final net.minecraft.nbt.NBTTagCompound getSpongeData()