MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / readEntityFromNBT

Method readEntityFromNBT

src/main/java/net/minecraft/entity/Entity.java:1808–1808  ·  view source on GitHub ↗

(abstract) Protected helper method to read subclass entity data from NBT.

(NBTTagCompound tagCompund)

Source from the content-addressed store, hash-verified

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.

Callers 1

readFromNBTMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected