Package zombie.characters
Class NetworkZombieVariables
java.lang.Object
zombie.characters.NetworkZombieVariables
public class NetworkZombieVariables
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNetworkZombieVariables.VariablesInt -
Constructor Summary
Constructors Constructor Description NetworkZombieVariables() -
Method Summary
Modifier and Type Method Description static shortgetBooleanVariables(IsoZombie zombie)static intgetInt(IsoZombie zombie, short short1)static voidsetBooleanVariables(IsoZombie zombie, short short1)static voidsetInt(IsoZombie zombie, short short1, int int1)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NetworkZombieVariables
public NetworkZombieVariables()
-
-
Method Details
-
getInt
-
setInt
-
getBooleanVariables
-
setBooleanVariables
-