Package zombie.characters
Class NetworkZombieVariables.VariablesInt
java.lang.Object
zombie.characters.NetworkZombieVariables.VariablesInt
- Enclosing class:
- NetworkZombieVariables
public static class NetworkZombieVariables.VariablesInt
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description static short
health
static short
MAX
static short
smParamTargetAngle
static short
speedMod
static short
target
static short
timeSinceSeenFlesh
-
Constructor Summary
Constructors Constructor Description VariablesInt()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
health
public static final short health- See Also:
- Constant Field Values
-
target
public static final short target- See Also:
- Constant Field Values
-
speedMod
public static final short speedMod- See Also:
- Constant Field Values
-
timeSinceSeenFlesh
public static final short timeSinceSeenFlesh- See Also:
- Constant Field Values
-
smParamTargetAngle
public static final short smParamTargetAngle- See Also:
- Constant Field Values
-
MAX
public static final short MAX- See Also:
- Constant Field Values
-
-
Constructor Details
-
VariablesInt
public VariablesInt()
-