|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Player | |
|---|---|
| org.drools.games.pong | |
| Uses of Player in org.drools.games.pong |
|---|
| Methods in org.drools.games.pong that return Player | |
|---|---|
Player |
PointWin.getPlayer()
|
Player |
Bat.getPlayer()
|
Player |
Collision.getPlayer()
|
Player |
PongGame.getPlayerOne()
|
Player |
PongGame.getPlayertwo()
|
| Methods in org.drools.games.pong with parameters of type Player | |
|---|---|
void |
PointWin.setPlayer(Player player)
|
void |
Bat.setPlayer(Player player)
|
void |
Collision.setPlayer(Player player)
|
void |
PongGame.setPlayerOne(Player playerOne)
|
void |
PongGame.setPlayertwo(Player playertwo)
|
| Constructors in org.drools.games.pong with parameters of type Player | |
|---|---|
Collision(Player player,
CollisionType type)
|
|
PointWin(Player player)
|
|
PongGame(Player playerOne,
Player playertwo)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||