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 class
NetworkZombieVariables.VariablesInt
-
Constructor Summary
Constructors Constructor Description NetworkZombieVariables()
-
Method Summary
Modifier and Type Method Description static short
getBooleanVariables(IsoZombie zombie)
static int
getInt(IsoZombie zombie, short short1)
static void
setBooleanVariables(IsoZombie zombie, short short1)
static void
setInt(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
-