(abstract) Protected helper method to write subclass entity data to NBT.
(NBTTagCompound tagCompound)
| 1811 | * (abstract) Protected helper method to write subclass entity data to NBT. |
| 1812 | */ |
| 1813 | protected abstract void writeEntityToNBT(NBTTagCompound tagCompound); |
| 1814 | |
| 1815 | public void onChunkLoad() |
| 1816 | { |