Class ServerParameter

java.lang.Object
  |
  +--ServerParameter

public class ServerParameter
extends java.lang.Object

Programmname: RoboCup-Kamikaze-Client
Diese Klasse enhält einige Serverparameter

Version:
1.0
Author:
Michael Wagner

Field Summary
static double BALL_DECAY
           
static double DASH_POWER_RATE
           
static double KICK_POWER_RATE
           
static double KICKABLE_MARGIN
           
static double PLAYER_DECAY
           
 
Constructor Summary
ServerParameter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BALL_DECAY

public static double BALL_DECAY

PLAYER_DECAY

public static double PLAYER_DECAY

DASH_POWER_RATE

public static double DASH_POWER_RATE

KICK_POWER_RATE

public static double KICK_POWER_RATE

KICKABLE_MARGIN

public static double KICKABLE_MARGIN
Constructor Detail

ServerParameter

public ServerParameter()