public interface IChiseledBlockTileEntity
Modifier and Type | Method and Description |
---|---|
net.minecraft.nbt.NBTTagCompound |
writeTileEntityToTag(net.minecraft.nbt.NBTTagCompound tag,
boolean crossWorld)
Used to write Tile Data into cross world format, can be invoked via
interface or via reflection on the tile itself.
|
net.minecraft.nbt.NBTTagCompound writeTileEntityToTag(net.minecraft.nbt.NBTTagCompound tag, boolean crossWorld)
tag
- crossWorld
-