fi.utu.cs.hockey.rink
Interface FaceOff

All Known Implementing Classes:
Puck, Team

public interface FaceOff

Faceoff spots.


Field Summary
static int CENTER_SPOT
          Faceoff at the center spot.
static int HOME_ENDZONE_LEFT
          Faceoff at home endzone on the left side.
static int HOME_ENDZONE_RIGHT
          Faceoff at our endzone on the right side.
static int HOME_NEUTRAL_ZONE_LEFT
          Faceoff at our neutral zone on the left side.
static int HOME_NEUTRAL_ZONE_RIGHT
          Faceoff at our neutral zone on the right side.
static int VISITOR_ENDZONE_LEFT
          Faceoff at their endzone on the left side.
static int VISITOR_ENDZONE_RIGHT
          Faceoff at their endzone on the right side.
static int VISITOR_NEUTRAL_ZONE_LEFT
          Faceoff at their neutral zone on the left side.
static int VISITOR_NEUTRAL_ZONE_RIGHT
          Faceoff at their neutral zone on the right side.
 

Field Detail

CENTER_SPOT

public static final int CENTER_SPOT
Faceoff at the center spot.

See Also:
Constant Field Values

HOME_ENDZONE_LEFT

public static final int HOME_ENDZONE_LEFT
Faceoff at home endzone on the left side.

See Also:
Constant Field Values

HOME_ENDZONE_RIGHT

public static final int HOME_ENDZONE_RIGHT
Faceoff at our endzone on the right side.

See Also:
Constant Field Values

HOME_NEUTRAL_ZONE_LEFT

public static final int HOME_NEUTRAL_ZONE_LEFT
Faceoff at our neutral zone on the left side.

See Also:
Constant Field Values

HOME_NEUTRAL_ZONE_RIGHT

public static final int HOME_NEUTRAL_ZONE_RIGHT
Faceoff at our neutral zone on the right side.

See Also:
Constant Field Values

VISITOR_NEUTRAL_ZONE_LEFT

public static final int VISITOR_NEUTRAL_ZONE_LEFT
Faceoff at their neutral zone on the left side.

See Also:
Constant Field Values

VISITOR_NEUTRAL_ZONE_RIGHT

public static final int VISITOR_NEUTRAL_ZONE_RIGHT
Faceoff at their neutral zone on the right side.

See Also:
Constant Field Values

VISITOR_ENDZONE_LEFT

public static final int VISITOR_ENDZONE_LEFT
Faceoff at their endzone on the left side.

See Also:
Constant Field Values

VISITOR_ENDZONE_RIGHT

public static final int VISITOR_ENDZONE_RIGHT
Faceoff at their endzone on the right side.

See Also:
Constant Field Values