public abstract class MixinTileEntity extends Object implements org.spongepowered.api.block.tileentity.TileEntity, org.spongepowered.common.interfaces.block.tile.IMixinTileEntity
Constructor and Description |
---|
MixinTileEntity() |
Modifier and Type | Method and Description |
---|---|
void |
endReadFromNBTInject(net.minecraft.nbt.NBTTagCompound tagCompound,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
void |
endWriteToNBTInject(net.minecraft.nbt.NBTTagCompound tagCompound,
org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci) |
net.minecraft.nbt.NBTTagCompound |
getSpongeData()
Gets the SpongeData NBT tag, used for additional data not stored in the
vanilla tag.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBlock, getLocation, getType, isValid, setValid
getApplicableProperties, getProperty
copyFrom, copyFrom, get, getContainers, getOrCreate, offer, offer, offer, offer, offer, offer, remove, remove, remove, supports, transform, undo
public void endReadFromNBTInject(net.minecraft.nbt.NBTTagCompound tagCompound, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
public void endWriteToNBTInject(net.minecraft.nbt.NBTTagCompound tagCompound, org.spongepowered.asm.mixin.injection.callback.CallbackInfo ci)
public final net.minecraft.nbt.NBTTagCompound getSpongeData()
Modifying this tag will affect the data stored.
getSpongeData
in interface org.spongepowered.common.interfaces.block.tile.IMixinTileEntity