packet.addInt32(animal.getID());
packet.addString(animal.getSpeciesType().getSpeciesName());
packet.addShort16((short) animal.getSpeciesType().getModelID());
packet.addShort16((short) animal.getSpeciesTypeID());
packet.addInt32(animal.getPlayerID());
packet.addInt32(animal.getZoneID());
packet.addShort16((short) animal.getBiomass());
packet.addFloat(animal.getX());
packet.addFloat(animal.getY());
packet.addFloat(animal.getZ());
packet.addShort16((short) animal.getGroupSize());