Package net.sf.robocode.host

Examples of net.sf.robocode.host.RobotStatics$SerializableHelper


      teamMembers = team.getMemberNames();
      isTeamLeader = team.size() == 1; // That is current team size, more might follow later. First robot is leader
      teamIndex = team.getTeamIndex();
    }

    this.statics = new RobotStatics(robotSpecification, duplicate, isTeamLeader, battleRules, teamName, teamMembers,
        robotIndex, teamIndex);
    this.statistics = new RobotStatistics(this, battle.getRobotsCount());

    this.robotProxy = (IHostingRobotProxy) hostManager.createRobotProxy(robotSpecification, statics, this);
  }
View Full Code Here

TOP

Related Classes of net.sf.robocode.host.RobotStatics$SerializableHelper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.