public interface IMagmaConstants
Modifier and Type | Field and Description |
---|---|
static double |
BEAM_AWAY_DISTANCE |
static byte |
DEFAULT_TEAMID
the default id of the own team
|
static java.lang.String |
DEFAULT_TEAMNAME
the default name of the own team
|
static double |
DISTANCE_PENALTY_LYING |
static IHomePosition[] |
homePositionsOtherKickoff |
static IHomePosition[] |
homePositionsOwnKickoff |
static int |
NUMBER_OF_PLAYERS_PER_TEAM
the number of players that play at most in one team
|
static float |
TIMEDELAY_LAYING |
static int |
UNKNOWN_PLAYER_NUMBER
constant used to identify the id of a player that is not known
|
static java.lang.String |
UNKNOWN_PLAYER_TEAMNAME
constant used to identify the team name of a player that is not known
|
static boolean |
USE_FUTURE_BODY_MODEL |
static final boolean USE_FUTURE_BODY_MODEL
static final java.lang.String DEFAULT_TEAMNAME
static final byte DEFAULT_TEAMID
static final int NUMBER_OF_PLAYERS_PER_TEAM
static final int UNKNOWN_PLAYER_NUMBER
static final java.lang.String UNKNOWN_PLAYER_TEAMNAME
static final IHomePosition[] homePositionsOwnKickoff
static final IHomePosition[] homePositionsOtherKickoff
static final double DISTANCE_PENALTY_LYING
static final double BEAM_AWAY_DISTANCE
static final float TIMEDELAY_LAYING