网站大量收购闲置独家精品文档,联系QQ:2885784924

《robocode_API中文参考(java)》.pdf

  1. 1、本文档共31页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
《robocode_API中文参考(java)》.pdf

robocode 部分API 中文参考 ahead 向前 public void ahead(double distance) Immediately moves your robot ahead (forward) by distance measured in pixels. 马上将你的机器人向前移动 以 distance 指定的 多少个像素 This call executes immediately, and does not return until it is complete, i.e. when the remaining distance to move is 0. 这个函数会马上执行,并且直到完成了任务才返回,比如,当距离已前进完时。 If the robot collides with a wall, the move is complete, meaning that the robot will not move any further. If the robot collides with another robot, the move is complete if you are heading toward the other robot. 当机器人撞到墙时,动作也是完成了,意味着此时机器人将不再向前进。当你的机器人撞到 其它的机器人时,如果你是头部撞到其它的机器人时动作也就完成。 Note that both positive and negative values can be given as input, where negative values means that the robot is set to move backward instead of forward. 记住正数和负数都可以作为距离的值,当距离为负值时表示机器人向后退距离的绝对值个像 素。 Example: 比如: // Move the robot 100 pixels forward 将机器人向前移动100 个像素 ahead(100); // Afterwards, move the robot 50 pixels backward 然后,向后移动50 个像素ahead(-50); Parameters: 参数: distance - the distance to move ahead measured in pixels. If this value is negative, the robot will move back instead of ahead distanse- 向前移动的距离,单位是像素。如果其值是负数,机器人会用向后来代 替向前。 See Also: 可以参考: back(double), onHitWall(HitWallEvent), onHitRobot(HitRobotEvent) back 向后 public void back(double distance) Immediately moves your robot backward by distance measured in pixels. 马上将你的机器人向后移动 以 distance 指定的 多少个像素 This call executes immediately, and does not return until it is complete, i.e. when the remaining distance to move is 0. 这个函数会马上执行,并且直到完成了任务才返回,比如,当距离已前进完时。 If the robot collides with a wall, the move is complete, meaning that the robot will not move any further. If the robot collides with another robot, the move is complete if you are heading toward the other robot. 当机器人撞到墙时,动作也是完成了,意味着此时机器人将不再向前进。当你的机器人撞到 其它的机器人时,如果你是头部撞到其它的机器人时动作也就完成。 Note that both positive and negative values can be given as input, where

文档评论(0)

ycwf + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档