161162163164165166167
protected IMessage getUpdatePacket() { NBTTagCompound childData = new NBTTagCompound(); onSendUpdate(childData); return new DeviceUpdateMessage(xCoord, yCoord, zCoord, childData); }