Interface PlayModeInterface

All Known Implementing Classes:
Actor, AudioEvent, Player, StrategyManager, StrategyOppGoal, visPlayerInfo

public interface PlayModeInterface

This interface holds project wide constants for play modes
for every playmode there is one playmode ID and a playmode description

Version:
1.00
Author:
Michael Schifferdecker, Samuel Broscheit

Field Summary
static int PLAYMODE_BEFORE_KICK_OFF
           
static int PLAYMODE_EXTEND
           
static int PLAYMODE_HALF_TIME
           
static int PLAYMODE_OPPONENTS_CORNER_KICK
           
static int PLAYMODE_OPPONENTS_FOUL
           
static int PLAYMODE_OPPONENTS_FREE_KICK
           
static int PLAYMODE_OPPONENTS_GOAL
           
static int PLAYMODE_OPPONENTS_GOAL_KICK
           
static int PLAYMODE_OPPONENTS_GOALIE_CATCH
           
static int PLAYMODE_OPPONENTS_KICK_IN
           
static int PLAYMODE_OPPONENTS_KICK_OFF
           
static int PLAYMODE_OPPONENTS_OFFSIDE
           
static int PLAYMODE_OUR_CORNER_KICK
           
static int PLAYMODE_OUR_FOUL
           
static int PLAYMODE_OUR_FREE_KICK
           
static int PLAYMODE_OUR_GOAL
           
static int PLAYMODE_OUR_GOAL_KICK
           
static int PLAYMODE_OUR_GOALIE_CATCH
           
static int PLAYMODE_OUR_KICK_IN
           
static int PLAYMODE_OUR_KICK_OFF
           
static int PLAYMODE_OUR_OFFSIDE
           
static int PLAYMODE_PLAY_ON
           
static int PLAYMODE_TIME_UP
           
static java.lang.String[] PLAYMODES
           
 

Field Detail

PLAYMODE_BEFORE_KICK_OFF

public static final int PLAYMODE_BEFORE_KICK_OFF

PLAYMODE_OUR_KICK_OFF

public static final int PLAYMODE_OUR_KICK_OFF

PLAYMODE_OPPONENTS_KICK_OFF

public static final int PLAYMODE_OPPONENTS_KICK_OFF

PLAYMODE_OUR_KICK_IN

public static final int PLAYMODE_OUR_KICK_IN

PLAYMODE_OPPONENTS_KICK_IN

public static final int PLAYMODE_OPPONENTS_KICK_IN

PLAYMODE_OUR_CORNER_KICK

public static final int PLAYMODE_OUR_CORNER_KICK

PLAYMODE_OPPONENTS_CORNER_KICK

public static final int PLAYMODE_OPPONENTS_CORNER_KICK

PLAYMODE_OUR_GOAL_KICK

public static final int PLAYMODE_OUR_GOAL_KICK

PLAYMODE_OPPONENTS_GOAL_KICK

public static final int PLAYMODE_OPPONENTS_GOAL_KICK

PLAYMODE_OUR_FREE_KICK

public static final int PLAYMODE_OUR_FREE_KICK

PLAYMODE_OPPONENTS_FREE_KICK

public static final int PLAYMODE_OPPONENTS_FREE_KICK

PLAYMODE_OUR_OFFSIDE

public static final int PLAYMODE_OUR_OFFSIDE

PLAYMODE_OPPONENTS_OFFSIDE

public static final int PLAYMODE_OPPONENTS_OFFSIDE

PLAYMODE_PLAY_ON

public static final int PLAYMODE_PLAY_ON

PLAYMODE_HALF_TIME

public static final int PLAYMODE_HALF_TIME

PLAYMODE_TIME_UP

public static final int PLAYMODE_TIME_UP

PLAYMODE_EXTEND

public static final int PLAYMODE_EXTEND

PLAYMODE_OUR_FOUL

public static final int PLAYMODE_OUR_FOUL

PLAYMODE_OPPONENTS_FOUL

public static final int PLAYMODE_OPPONENTS_FOUL

PLAYMODE_OUR_GOAL

public static final int PLAYMODE_OUR_GOAL

PLAYMODE_OPPONENTS_GOAL

public static final int PLAYMODE_OPPONENTS_GOAL

PLAYMODE_OUR_GOALIE_CATCH

public static final int PLAYMODE_OUR_GOALIE_CATCH

PLAYMODE_OPPONENTS_GOALIE_CATCH

public static final int PLAYMODE_OPPONENTS_GOALIE_CATCH

PLAYMODES

public static final java.lang.String[] PLAYMODES