public abstract class MixinTileEntityBanner extends MixinTileEntity implements org.spongepowered.api.block.tileentity.Banner
tileEntityInvalid, worldObj
Constructor and Description |
---|
MixinTileEntityBanner() |
Modifier and Type | Method and Description |
---|---|
org.spongepowered.api.block.tileentity.TileEntityType |
getType() |
void |
markDirtyAndUpdate() |
void |
readFromNbt(net.minecraft.nbt.NBTTagCompound compound)
Read extra data (SpongeData) from the tile entity's NBT tag.
|
org.spongepowered.api.data.DataContainer |
toContainer() |
getContainers, getLocation, getPos, isValid, markDirty, onReadFromNBT, onWriteToNBT, setRawData, setValid, validateRawData, writeToNbt
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBlock, getLocation, isValid, setValid
getProperties, getProperty, setRawData, validateRawData
copyFrom, copyFrom, get, getContainers, getOrCreate, offer, offer, offer, offer, offer, offer, remove, remove, remove, supports, transform, undo
copy, get, getKeys, getOrElse, getOrNull, getValue, getValues, supports, supports
getSpongeData
public void readFromNbt(net.minecraft.nbt.NBTTagCompound compound)
MixinTileEntity
readFromNbt
in interface IMixinTileEntity
readFromNbt
in class MixinTileEntity
compound
- The SpongeData compound to read frompublic void markDirtyAndUpdate()
public org.spongepowered.api.block.tileentity.TileEntityType getType()
getType
in interface org.spongepowered.api.block.tileentity.TileEntity
public org.spongepowered.api.data.DataContainer toContainer()
toContainer
in interface org.spongepowered.api.data.DataSerializable
toContainer
in class MixinTileEntity