public class AddCoopPlayer
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AddCoopPlayer.Stage |
Constructor and Description |
---|
AddCoopPlayer(IsoPlayer player) |
Modifier and Type | Method and Description |
---|---|
void |
accessDenied(int playerIndex,
java.lang.String reason) |
void |
accessGranted(int playerIndex) |
boolean |
isFinished() |
boolean |
isLoadingThisSquare(int x,
int y) |
void |
receivePlayerConnect(int playerIndex) |
void |
update() |
public AddCoopPlayer(IsoPlayer player)
public void accessDenied(int playerIndex, java.lang.String reason)
public void accessGranted(int playerIndex)
public boolean isFinished()
public boolean isLoadingThisSquare(int x, int y)
public void receivePlayerConnect(int playerIndex)
public void update()