|
Drools examples 6.0.3-SNAPSHOT | |||||||||
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 |
Collision.getPlayer()
|
Player |
PointWin.getPlayer()
|
Player |
Bat.getPlayer()
|
Player |
PongGame.getPlayerOne()
|
Player |
PongGame.getPlayertwo()
|
Methods in org.drools.games.pong with parameters of type Player | |
---|---|
void |
PongUI.drawGame(Ball ball,
Bat bat1,
Bat bat2,
Player p1,
Player p2)
|
void |
PongUI.drawScore(Player p,
int x)
|
void |
Collision.setPlayer(Player player)
|
void |
PointWin.setPlayer(Player player)
|
void |
Bat.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)
|
|
Drools examples 6.0.3-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |