IAdvancedRobot
, IBasicRobot
RateControlRobot
, TeamRobot
public interface ITeamRobot extends IAdvancedRobot
TeamRobot
that is able to receive team events.
A team robot is an advanced type of robot that supports sending messages
between teammates that participates in a team.TeamRobot
,
IBasicRobot
,
IJuniorRobot
,
IInteractiveRobot
,
IAdvancedRobot
,
ITeamRobot
Modifier and Type | Method | Description |
---|---|---|
ITeamEvents |
getTeamEventListener() |
This method is called by the game to notify this robot about team events.
|
getAdvancedEventListener
getBasicEventListener, getRobotRunnable, setOut, setPeer
ITeamEvents getTeamEventListener()
ITeamEvents
listener.null
if this robot should
not receive the notifications.Copyright © 2018. All rights reserved.