(abstract) Protected helper method to read subclass entity data from NBT.
(NBTTagCompound tagCompund)
| 1806 | * (abstract) Protected helper method to read subclass entity data from NBT. |
| 1807 | */ |
| 1808 | protected abstract void readEntityFromNBT(NBTTagCompound tagCompund); |
| 1809 | |
| 1810 | /** |
| 1811 | * (abstract) Protected helper method to write subclass entity data to NBT. |