public class Ship { public Ship (String s, int xpos, int ypos, int size, boolean horiz) { } }