betir
Class Goalie

java.lang.Object
  |
  +--betir.Player
        |
        +--betir.Goalie
All Implemented Interfaces:
java.lang.Runnable

public class Goalie
extends Player

This class creates the goalie. It loads up five behaviors: StartBehavior, GoalieUpDownBehavior, CatchTheBall, GoalieReturnToZoneBehavior, and PassBehavior.


Fields inherited from class betir.Player
m_vecStart, m_vecZone
 
Methods inherited from class betir.Player
addBehavior, removeBehavior, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait