public ShipSizeOrTypeEventBuilder shipType(int shipType) {
   event.setShipType(shipType);
   return this;
 }
 public ShipSizeOrTypeEventBuilder shipLength(int shipLength) {
   event.setShipLength(shipLength);
   return this;
 }