hockey.api
Interface IGoalKeeper

All Superinterfaces:
IObject, IPlayer
All Known Implementing Classes:
GoalKeeper

public interface IGoalKeeper
extends IPlayer

An IObject representing a goal-keeper on the ice.

See Also:
IObject, IPlayer

Method Summary
 int getGlide()
          Returns the goal-keeper's sidewards glide speed, in cm/s.
 IObject getGlove()
          Returns the current position of the goal-keeper's glove, as an IObject.
 
Methods inherited from interface hockey.api.IPlayer
getIndex, getStick, getStickAngle, getStickR, getStickX, getStickY, hasPuck, isLeftHanded, isOpponent
 
Methods inherited from interface hockey.api.IObject
getHeading, getSpeed, getX, getY
 

Method Detail

getGlide

public int getGlide()
Returns the goal-keeper's sidewards glide speed, in cm/s.


getGlove

public IObject getGlove()
Returns the current position of the goal-keeper's glove, as an IObject.