|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WaitingPlayer
Method Summary | |
---|---|
boolean |
clickOn(Player player)
Called to specify the player chosen for the current action by the handed player |
void |
finished()
Called when this action is finished (aborted or completed). |
boolean |
manualSkip()
Called by the handed player when he/she wants to skip/abort this action. |
boolean |
succeedClickOn(Player player)
This function should be called by the 'clickOn' caller in case of the specified player has been handled during the checking validity of this click in the clickOn(Player) function. |
Method Detail |
---|
boolean clickOn(Player player)
player
- the clicked player by the handed player for the current action
boolean succeedClickOn(Player player)
clickOn(Player)
function.
player
- the player that was clicked and successfuly handled by the
clickOn(Player)
function.
void finished()
Waiting
finished
in interface Waiting
boolean manualSkip()
Waiting
manualSkip
in interface Waiting
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |