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

Method writeEntityToNBT

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

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

(NBTTagCompound tagCompound)

Source from the content-addressed store, hash-verified

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 {

Callers 1

writeToNBTMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected