Package zombie.util
Class AddCoopPlayer
java.lang.Object
zombie.util.AddCoopPlayer
public class AddCoopPlayer
extends java.lang.Object
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAddCoopPlayer.Stage
- 
Constructor SummaryConstructors Constructor Description AddCoopPlayer(IsoPlayer player)
- 
Method SummaryModifier and Type Method Description voidaccessDenied(int int1, java.lang.String string)voidaccessGranted(int int1)booleanisFinished()booleanisLoadingThisSquare(int int1, int int2)voidreceivePlayerConnect(int int1)voidupdate()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
AddCoopPlayer
 
- 
- 
Method Details- 
updatepublic void update()
- 
isFinishedpublic boolean isFinished()
- 
accessGrantedpublic void accessGranted(int int1)
- 
accessDeniedpublic void accessDenied(int int1, java.lang.String string)
- 
receivePlayerConnectpublic void receivePlayerConnect(int int1)
- 
isLoadingThisSquarepublic boolean isLoadingThisSquare(int int1, int int2)
 
-