if (face < 1 || face > 6) throw new IllegalArgumentException(); this.face = face;
return this.face;
this.face = (Math.abs(shooter.nextInt()) % 6) + 1; return this.face;