rcssjava
Interface SoccerTypes


public interface SoccerTypes

Contains constants related to the Soccer Server.


Field Summary
static int BALL_ATT_X
           
static int BALL_ATT_Y
           
static double CENTER_CIRCLE_RADIUS
           
static double EPSILON
           
static double GOAL_AREA_LENGTH
           
static double GOAL_AREA_WIDTH
           
static double GOAL_DEPTH
           
static double GOAL_POST_RADIUS
           
static double GOAL_WIDTH
           
static int HOME_POS_X
           
static int HOME_POS_Y
           
static int ID_BALL
           
static int ID_GOAL_L
           
static int ID_GOAL_R
           
static int ID_ILLEGAL
           
static int ID_MAX
           
static int ID_PLAYER_L_1
           
static int ID_PLAYER_L_10
           
static int ID_PLAYER_L_11
           
static int ID_PLAYER_L_2
           
static int ID_PLAYER_L_3
           
static int ID_PLAYER_L_4
           
static int ID_PLAYER_L_5
           
static int ID_PLAYER_L_6
           
static int ID_PLAYER_L_7
           
static int ID_PLAYER_L_8
           
static int ID_PLAYER_L_9
           
static int ID_PLAYER_R_1
           
static int ID_PLAYER_R_10
           
static int ID_PLAYER_R_11
           
static int ID_PLAYER_R_2
           
static int ID_PLAYER_R_3
           
static int ID_PLAYER_R_4
           
static int ID_PLAYER_R_5
           
static int ID_PLAYER_R_6
           
static int ID_PLAYER_R_7
           
static int ID_PLAYER_R_8
           
static int ID_PLAYER_R_9
           
static int MAX_HETERO_PLAYERS
           
static int MAX_PLAYERS
           
static int MAX_PLAYERS_TEAM
           
static int MAX_SAY_MSG
           
static int MAX_TEAMNAME_LENGTH
           
static int NUM_TEAMS
           
static double PENALTY_AREA_LENGTH
           
static double PENALTY_AREA_WIDTH
           
static double PENALTY_SPOT_DIST
           
static double PENALTY_X
           
static double PITCH_LENGTH
           
static double PITCH_MARGIN
           
static double PITCH_WIDTH
           
static java.lang.String[] PLAYMODE_STRINGS
           
static int PM_AfterGoal_Left
           
static int PM_AfterGoal_Right
           
static int PM_Back_Pass_Left
           
static int PM_Back_Pass_Right
           
static int PM_BeforeKickOff
           
static int PM_CatchFault_Left
           
static int PM_CatchFault_Right
           
static int PM_CornerKick_Left
           
static int PM_CornerKick_Right
           
static int PM_Drop_Ball
           
static int PM_FirstHalfOver
           
static int PM_Foul_BallOut_Left
           
static int PM_Foul_BallOut_Right
           
static int PM_Foul_Charge_Left
           
static int PM_Foul_Charge_Right
           
static int PM_Foul_MultipleAttacker_Left
           
static int PM_Foul_MultipleAttacker_Right
           
static int PM_Foul_Push_Left
           
static int PM_Foul_Push_Right
           
static int PM_Free_Kick_Fault_Left
           
static int PM_Free_Kick_Fault_Right
           
static int PM_FreeKick_Left
           
static int PM_FreeKick_Right
           
static int PM_GoalKick_Left
           
static int PM_GoalKick_Right
           
static int PM_Human
           
static int PM_IndFreeKick_Left
           
static int PM_IndFreeKick_Right
           
static int PM_KickIn_Left
           
static int PM_KickIn_Right
           
static int PM_KickOff_Left
           
static int PM_KickOff_Right
           
static int PM_MAX
           
static int PM_Null
           
static int PM_OffSide_Left
           
static int PM_OffSide_Right
           
static int PM_Pause
           
static int PM_PenaltyMiss_Left
           
static int PM_PenaltyMiss_Right
           
static int PM_PenaltyReady_Left
           
static int PM_PenaltyReady_Right
           
static int PM_PenaltyScore_Left
           
static int PM_PenaltyScore_Right
           
static int PM_PenaltySetup_Left
           
static int PM_PenaltySetup_Right
           
static int PM_PenaltyTaken_Left
           
static int PM_PenaltyTaken_Right
           
static int PM_PK_Left
           
static int PM_PK_Right
           
static int PM_PlayOn
           
static int PM_TimeOver
           
static int SIDE_ILLEGAL
           
static int SIDE_LEFT
           
static int SIDE_RIGHT
           
static double SIDELINES_Y
           
static double UnknownAngle
           
static double UnknownDouble
           
static int UnknownInt
           
static long UnknownMessageNr
           
static int UnknownTime
           
 

Field Detail

EPSILON

static final double EPSILON
See Also:
Constant Field Values

NUM_TEAMS

static final int NUM_TEAMS
See Also:
Constant Field Values

MAX_PLAYERS_TEAM

static final int MAX_PLAYERS_TEAM
See Also:
Constant Field Values

MAX_PLAYERS

static final int MAX_PLAYERS
See Also:
Constant Field Values

MAX_HETERO_PLAYERS

static final int MAX_HETERO_PLAYERS
See Also:
Constant Field Values

MAX_SAY_MSG

static final int MAX_SAY_MSG
See Also:
Constant Field Values

MAX_TEAMNAME_LENGTH

static final int MAX_TEAMNAME_LENGTH
See Also:
Constant Field Values

PITCH_LENGTH

static final double PITCH_LENGTH
See Also:
Constant Field Values

PITCH_WIDTH

static final double PITCH_WIDTH
See Also:
Constant Field Values

PITCH_MARGIN

static final double PITCH_MARGIN
See Also:
Constant Field Values

PENALTY_AREA_LENGTH

static final double PENALTY_AREA_LENGTH
See Also:
Constant Field Values

PENALTY_AREA_WIDTH

static final double PENALTY_AREA_WIDTH
See Also:
Constant Field Values

PENALTY_X

static final double PENALTY_X
See Also:
Constant Field Values

PENALTY_SPOT_DIST

static final double PENALTY_SPOT_DIST
See Also:
Constant Field Values

CENTER_CIRCLE_RADIUS

static final double CENTER_CIRCLE_RADIUS
See Also:
Constant Field Values

GOAL_AREA_LENGTH

static final double GOAL_AREA_LENGTH
See Also:
Constant Field Values

GOAL_AREA_WIDTH

static final double GOAL_AREA_WIDTH
See Also:
Constant Field Values

GOAL_WIDTH

static final double GOAL_WIDTH
See Also:
Constant Field Values

GOAL_DEPTH

static final double GOAL_DEPTH
See Also:
Constant Field Values

GOAL_POST_RADIUS

static final double GOAL_POST_RADIUS
See Also:
Constant Field Values

SIDELINES_Y

static final double SIDELINES_Y
See Also:
Constant Field Values

UnknownDouble

static final double UnknownDouble
See Also:
Constant Field Values

UnknownAngle

static final double UnknownAngle
See Also:
Constant Field Values

UnknownInt

static final int UnknownInt
See Also:
Constant Field Values

UnknownTime

static final int UnknownTime
See Also:
Constant Field Values

UnknownMessageNr

static final long UnknownMessageNr
See Also:
Constant Field Values

PM_Null

static final int PM_Null
See Also:
Constant Field Values

PM_BeforeKickOff

static final int PM_BeforeKickOff
See Also:
Constant Field Values

PM_TimeOver

static final int PM_TimeOver
See Also:
Constant Field Values

PM_PlayOn

static final int PM_PlayOn
See Also:
Constant Field Values

PM_KickOff_Left

static final int PM_KickOff_Left
See Also:
Constant Field Values

PM_KickOff_Right

static final int PM_KickOff_Right
See Also:
Constant Field Values

PM_KickIn_Left

static final int PM_KickIn_Left
See Also:
Constant Field Values

PM_KickIn_Right

static final int PM_KickIn_Right
See Also:
Constant Field Values

PM_FreeKick_Left

static final int PM_FreeKick_Left
See Also:
Constant Field Values

PM_FreeKick_Right

static final int PM_FreeKick_Right
See Also:
Constant Field Values

PM_CornerKick_Left

static final int PM_CornerKick_Left
See Also:
Constant Field Values

PM_CornerKick_Right

static final int PM_CornerKick_Right
See Also:
Constant Field Values

PM_GoalKick_Left

static final int PM_GoalKick_Left
See Also:
Constant Field Values

PM_GoalKick_Right

static final int PM_GoalKick_Right
See Also:
Constant Field Values

PM_AfterGoal_Left

static final int PM_AfterGoal_Left
See Also:
Constant Field Values

PM_AfterGoal_Right

static final int PM_AfterGoal_Right
See Also:
Constant Field Values

PM_Drop_Ball

static final int PM_Drop_Ball
See Also:
Constant Field Values

PM_OffSide_Left

static final int PM_OffSide_Left
See Also:
Constant Field Values

PM_OffSide_Right

static final int PM_OffSide_Right
See Also:
Constant Field Values

PM_PK_Left

static final int PM_PK_Left
See Also:
Constant Field Values

PM_PK_Right

static final int PM_PK_Right
See Also:
Constant Field Values

PM_FirstHalfOver

static final int PM_FirstHalfOver
See Also:
Constant Field Values

PM_Pause

static final int PM_Pause
See Also:
Constant Field Values

PM_Human

static final int PM_Human
See Also:
Constant Field Values

PM_Foul_Charge_Left

static final int PM_Foul_Charge_Left
See Also:
Constant Field Values

PM_Foul_Charge_Right

static final int PM_Foul_Charge_Right
See Also:
Constant Field Values

PM_Foul_Push_Left

static final int PM_Foul_Push_Left
See Also:
Constant Field Values

PM_Foul_Push_Right

static final int PM_Foul_Push_Right
See Also:
Constant Field Values

PM_Foul_MultipleAttacker_Left

static final int PM_Foul_MultipleAttacker_Left
See Also:
Constant Field Values

PM_Foul_MultipleAttacker_Right

static final int PM_Foul_MultipleAttacker_Right
See Also:
Constant Field Values

PM_Foul_BallOut_Left

static final int PM_Foul_BallOut_Left
See Also:
Constant Field Values

PM_Foul_BallOut_Right

static final int PM_Foul_BallOut_Right
See Also:
Constant Field Values

PM_Back_Pass_Left

static final int PM_Back_Pass_Left
See Also:
Constant Field Values

PM_Back_Pass_Right

static final int PM_Back_Pass_Right
See Also:
Constant Field Values

PM_Free_Kick_Fault_Left

static final int PM_Free_Kick_Fault_Left
See Also:
Constant Field Values

PM_Free_Kick_Fault_Right

static final int PM_Free_Kick_Fault_Right
See Also:
Constant Field Values

PM_CatchFault_Left

static final int PM_CatchFault_Left
See Also:
Constant Field Values

PM_CatchFault_Right

static final int PM_CatchFault_Right
See Also:
Constant Field Values

PM_IndFreeKick_Left

static final int PM_IndFreeKick_Left
See Also:
Constant Field Values

PM_IndFreeKick_Right

static final int PM_IndFreeKick_Right
See Also:
Constant Field Values

PM_PenaltySetup_Left

static final int PM_PenaltySetup_Left
See Also:
Constant Field Values

PM_PenaltySetup_Right

static final int PM_PenaltySetup_Right
See Also:
Constant Field Values

PM_PenaltyReady_Left

static final int PM_PenaltyReady_Left
See Also:
Constant Field Values

PM_PenaltyReady_Right

static final int PM_PenaltyReady_Right
See Also:
Constant Field Values

PM_PenaltyTaken_Left

static final int PM_PenaltyTaken_Left
See Also:
Constant Field Values

PM_PenaltyTaken_Right

static final int PM_PenaltyTaken_Right
See Also:
Constant Field Values

PM_PenaltyMiss_Left

static final int PM_PenaltyMiss_Left
See Also:
Constant Field Values

PM_PenaltyMiss_Right

static final int PM_PenaltyMiss_Right
See Also:
Constant Field Values

PM_PenaltyScore_Left

static final int PM_PenaltyScore_Left
See Also:
Constant Field Values

PM_PenaltyScore_Right

static final int PM_PenaltyScore_Right
See Also:
Constant Field Values

PM_MAX

static final int PM_MAX
See Also:
Constant Field Values

PLAYMODE_STRINGS

static final java.lang.String[] PLAYMODE_STRINGS

SIDE_ILLEGAL

static final int SIDE_ILLEGAL
See Also:
Constant Field Values

SIDE_LEFT

static final int SIDE_LEFT
See Also:
Constant Field Values

SIDE_RIGHT

static final int SIDE_RIGHT
See Also:
Constant Field Values

ID_ILLEGAL

static final int ID_ILLEGAL
See Also:
Constant Field Values

ID_PLAYER_L_1

static final int ID_PLAYER_L_1
See Also:
Constant Field Values

ID_PLAYER_L_2

static final int ID_PLAYER_L_2
See Also:
Constant Field Values

ID_PLAYER_L_3

static final int ID_PLAYER_L_3
See Also:
Constant Field Values

ID_PLAYER_L_4

static final int ID_PLAYER_L_4
See Also:
Constant Field Values

ID_PLAYER_L_5

static final int ID_PLAYER_L_5
See Also:
Constant Field Values

ID_PLAYER_L_6

static final int ID_PLAYER_L_6
See Also:
Constant Field Values

ID_PLAYER_L_7

static final int ID_PLAYER_L_7
See Also:
Constant Field Values

ID_PLAYER_L_8

static final int ID_PLAYER_L_8
See Also:
Constant Field Values

ID_PLAYER_L_9

static final int ID_PLAYER_L_9
See Also:
Constant Field Values

ID_PLAYER_L_10

static final int ID_PLAYER_L_10
See Also:
Constant Field Values

ID_PLAYER_L_11

static final int ID_PLAYER_L_11
See Also:
Constant Field Values

ID_PLAYER_R_1

static final int ID_PLAYER_R_1
See Also:
Constant Field Values

ID_PLAYER_R_2

static final int ID_PLAYER_R_2
See Also:
Constant Field Values

ID_PLAYER_R_3

static final int ID_PLAYER_R_3
See Also:
Constant Field Values

ID_PLAYER_R_4

static final int ID_PLAYER_R_4
See Also:
Constant Field Values

ID_PLAYER_R_5

static final int ID_PLAYER_R_5
See Also:
Constant Field Values

ID_PLAYER_R_6

static final int ID_PLAYER_R_6
See Also:
Constant Field Values

ID_PLAYER_R_7

static final int ID_PLAYER_R_7
See Also:
Constant Field Values

ID_PLAYER_R_8

static final int ID_PLAYER_R_8
See Also:
Constant Field Values

ID_PLAYER_R_9

static final int ID_PLAYER_R_9
See Also:
Constant Field Values

ID_PLAYER_R_10

static final int ID_PLAYER_R_10
See Also:
Constant Field Values

ID_PLAYER_R_11

static final int ID_PLAYER_R_11
See Also:
Constant Field Values

ID_BALL

static final int ID_BALL
See Also:
Constant Field Values

ID_GOAL_L

static final int ID_GOAL_L
See Also:
Constant Field Values

ID_GOAL_R

static final int ID_GOAL_R
See Also:
Constant Field Values

ID_MAX

static final int ID_MAX
See Also:
Constant Field Values

HOME_POS_X

static final int HOME_POS_X
See Also:
Constant Field Values

HOME_POS_Y

static final int HOME_POS_Y
See Also:
Constant Field Values

BALL_ATT_X

static final int BALL_ATT_X
See Also:
Constant Field Values

BALL_ATT_Y

static final int BALL_ATT_Y
See Also:
Constant Field Values