|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface to goal-keeper control.
Also provides information about the goal-keeper that is not available
to other players, and game queries to retreive the puck, goal-keepers and
other players inherited from IPlayerControl
.
IPlayerControl
Field Summary | |
static int |
MAX_GLIDE
Maximum glide and skate speed for goal-keepers. |
static int |
MAX_THROW_SPEED
Maximum throw and shot speed for goal-keepers. |
Fields inherited from interface hockey.api.IPlayerControl |
ACCELERATION, MAX_SHOT_SPEED, MAX_SPEED, MAX_STICK_ANGLE, MAX_STICK_R, MAX_TURN_SPEED, MIN_STICK_ANGLE, MIN_STICK_R |
Method Summary | |
int |
getTargetGlide()
Returns the target glide speed. |
void |
glide(int glideSpeed)
Accelerate gliding sidewards to the given speed. |
Methods inherited from interface hockey.api.IPlayerControl |
getAimOnStick, getGoalKeeper, getPlayer, getPuck, getScore, getTargetHeading, getTargetSpeed, getTargetStickAngle, getTargetStickR, getTurnSpeed, moveStick, setAimOnStick, setDebugPoint, setMessage, shoot, showDebugPoint, skate, turn |
Field Detail |
public static final int MAX_GLIDE
public static final int MAX_THROW_SPEED
Method Detail |
public int getTargetGlide()
public void glide(int glideSpeed)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |