@Override
 public void read(PacketDataSerializer s) {
   eid = s.readVarInt();
   type = s.readByte();
   location = new Location(s.readInt(), s.readInt(), s.readInt());
   data = new DataWatcher(s);
 }