|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.gameEngine.game.GameRelatedObject
vooga.aiEngine.AbstractPlayer
vooga.aiEngine.pongAI.PongPlayer
public class PongPlayer
PongPlayer.java
Constructor Summary | |
---|---|
PongPlayer()
|
Method Summary | |
---|---|
void |
timeUpdated(TimeUpdateEvent t)
Uses the specified algorithm when a time update event is called |
Methods inherited from class vooga.aiEngine.AbstractPlayer |
---|
addAIControlledListener, addItemToTrack, getAI, getDifficulty, getItemsToTrack, setDifficulty |
Methods inherited from class vooga.gameEngine.game.GameRelatedObject |
---|
addEventListener, clearListeners, equals, fire, fire, fire, getEventListeners, getID, getListenerCount, removeEventListener |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PongPlayer()
Method Detail |
---|
public void timeUpdated(TimeUpdateEvent t) throws java.lang.RuntimeException
timeUpdated
in interface TimeListener
timeUpdated
in class AbstractPlayer
t
- is the TimeUpdateEvent
InvalidAlgorithmArgumentsException
java.lang.RuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |