gamedom1.units
Class Swordsman

java.lang.Object
  extended by infinitewisdom.model.util.ServerUnitIFAdapter
      extended by gamedom1.units.Swordsman
All Implemented Interfaces:
ServerUnitIF, UnitIF, java.io.Serializable

public class Swordsman
extends ServerUnitIFAdapter

See Also:
Serialized Form

Field Summary
 
Fields inherited from class infinitewisdom.model.util.ServerUnitIFAdapter
attackpoint, coolDown, coolDownTimer, gameWorld, goal, hitpoint, idcounter, idnum, name, player, pos, range, shield, size, speed, state
 
Constructor Summary
Swordsman(PlayerIF player, Vec2f pos)
           
 
Method Summary
 
Methods inherited from class infinitewisdom.model.util.ServerUnitIFAdapter
collide, commandAttack, commandMove, commandStop, doesDamage, getAttackPoints, getAttackRange, getCoolDown, getEnemy, getGameWorld, getGoal, getHitPoints, getId, getPlayer, getPosition, getShield, getSize, getSpeed, getState, setAttackPoints, setAttackRange, setCoolDown, setGameWorld, setHitPoints, setPlayer, setPosition, setShield, setSpeed, setState, step, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Swordsman

public Swordsman(PlayerIF player,
                 Vec2f pos)