Package zombie.util
Class AddCoopPlayer
java.lang.Object
zombie.util.AddCoopPlayer
public class AddCoopPlayer
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AddCoopPlayer.Stage
-
Constructor Summary
Constructors Constructor Description AddCoopPlayer(IsoPlayer player)
-
Method Summary
Modifier and Type Method 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()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
AddCoopPlayer
-
-
Method Details
-
update
public void update() -
isFinished
public boolean isFinished() -
accessGranted
public void accessGranted(int playerIndex) -
accessDenied
public void accessDenied(int playerIndex, java.lang.String reason) -
receivePlayerConnect
public void receivePlayerConnect(int playerIndex) -
isLoadingThisSquare
public boolean isLoadingThisSquare(int x, int y)
-