betir
Class Attacker

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

public class Attacker
extends Player

This class creates the attacker player class. Attackers just go after the ball and have no zone behavior. It adds five behaviors: StartBehavior, KiddySoccerBehavior PassBehavior, CornerKickBehavior, and ShootGoalBehavior.


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