group1.model.gameevent
Class InGameEvent

java.lang.Object
  extended by group1.model.gameevent.GameEvent
      extended by group1.model.gameevent.InGameEvent

public class InGameEvent
extends GameEvent


Constructor Summary
InGameEvent(java.util.List<GameObj> g, XYPair p, int hp, int s)
           
 
Method Summary
 java.util.List<GameObj> getGameObjs()
           
 int getJeffsHP()
           
 XYPair getJeffsPosition()
           
 int getJeffsScore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InGameEvent

public InGameEvent(java.util.List<GameObj> g,
                   XYPair p,
                   int hp,
                   int s)
Method Detail

getGameObjs

public java.util.List<GameObj> getGameObjs()

getJeffsPosition

public XYPair getJeffsPosition()

getJeffsHP

public int getJeffsHP()

getJeffsScore

public int getJeffsScore()