Reminder to myself for later tonight

This commit is contained in:
Pahimar 2014-10-03 15:58:17 -04:00
parent b41d4bf055
commit 243459eb04

View file

@ -10,6 +10,9 @@ import net.minecraft.tileentity.TileEntity;
public class MessageTileEntityEE implements IMessage, IMessageHandler<MessageTileEntityEE, IMessage>
{
// TODO: Investigate using compressed NBT data to unify tile entity packets into this single one
// We would only need x, y, z, and the compressed nbt byte array to do this
public int x, y, z;
public byte orientation, state;
public String customName, owner;