Пример #1
0
 public int getRoundNum() {
   getCall();
   return status.getRoundNum();
 }
Пример #2
0
 public double getBattleFieldWidth() {
   getCall();
   return statics.getBattleRules().getBattlefieldWidth();
 }
Пример #3
0
 public int getNumRounds() {
   getCall();
   return statics.getBattleRules().getNumRounds();
 }
Пример #4
0
 public int getOthers() {
   getCall();
   return status.getOthers();
 }
Пример #5
0
 public int getNumSentries() {
   getCall();
   return status.getNumSentries();
 }
Пример #6
0
 public double getGunTurnRemaining() {
   getCall();
   return commands.getGunTurnRemaining();
 }
Пример #7
0
 public double getY() {
   getCall();
   return status.getY();
 }
Пример #8
0
 public double getRadarHeading() {
   getCall();
   return status.getRadarHeadingRadians();
 }
Пример #9
0
 public double getEnergy() {
   getCall();
   return getEnergyImpl();
 }
Пример #10
0
 public long getTime() {
   getCall();
   return getTimeImpl();
 }
Пример #11
0
 public double getBodyHeading() {
   getCall();
   return status.getHeadingRadians();
 }
Пример #12
0
 public String getName() {
   getCall();
   return statics.getName();
 }
Пример #13
0
 public double getGunCoolingRate() {
   getCall();
   return statics.getBattleRules().getGunCoolingRate();
 }
Пример #14
0
 public double getVelocity() {
   getCall();
   return status.getVelocity();
 }
Пример #15
0
 public int getSentryBorderSize() {
   getCall();
   return statics.getBattleRules().getSentryBorderSize();
 }
Пример #16
0
 public double getGunHeat() {
   getCall();
   return getGunHeatImpl();
 }
Пример #17
0
 public Graphics2D getGraphics() {
   getCall();
   commands.setTryingToPaint(true);
   return getGraphicsImpl();
 }
Пример #18
0
 public double getDistanceRemaining() {
   getCall();
   return commands.getDistanceRemaining();
 }