|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgroup1.model.gameevent.GameEvent
group1.model.gameevent.InGameEvent
public class InGameEvent
| Constructor Summary | |
|---|---|
InGameEvent(java.util.List<GameObj> g,
java.awt.Point p,
int hp,
int s)
|
|
| Method Summary | |
|---|---|
java.util.List<GameObj> |
getGameObjs()
|
int |
getJeffsHP()
|
java.awt.Point |
getJeffsPosition()
|
int |
getJeffsScore()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InGameEvent(java.util.List<GameObj> g,
java.awt.Point p,
int hp,
int s)
| Method Detail |
|---|
public java.util.List<GameObj> getGameObjs()
public java.awt.Point getJeffsPosition()
public int getJeffsHP()
public int getJeffsScore()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||