cleanup, rename, nbt->cdt "compressed data tree"
This commit is contained in:
parent
753b4b8b5d
commit
6c55d59f1f
181 changed files with 1254 additions and 1664 deletions
|
@ -753,7 +753,7 @@ public abstract class EntityCart extends Entity implements IWorldNameable
|
|||
/**
|
||||
* (abstract) Protected helper method to read subclass entity data from NBT.
|
||||
*/
|
||||
protected void readEntityFromNBT(TagObject tagCompund)
|
||||
protected void readEntity(TagObject tagCompund)
|
||||
{
|
||||
if (tagCompund.getBool("CustomDisplayTile"))
|
||||
{
|
||||
|
@ -798,7 +798,7 @@ public abstract class EntityCart extends Entity implements IWorldNameable
|
|||
/**
|
||||
* (abstract) Protected helper method to write subclass entity data to NBT.
|
||||
*/
|
||||
protected void writeEntityToNBT(TagObject tagCompound)
|
||||
protected void writeEntity(TagObject tagCompound)
|
||||
{
|
||||
if (this.hasDisplayTile())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue