Package zombie.characters
Class IsoGameCharacter.Wound
java.lang.Object
zombie.characters.IsoGameCharacter.Wound
- Enclosing class:
- IsoGameCharacter
public class IsoGameCharacter.Wound
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description boolean
bandaged
float
bleeding
float
infectAmount
boolean
infectedNormal
boolean
infectedZombie
IsoGameCharacter.BodyLocation
loc
boolean
tourniquet
-
Constructor Summary
Constructors Constructor Description Wound()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
bandaged
public boolean bandaged -
bleeding
public float bleeding -
infectAmount
public float infectAmount -
infectedNormal
public boolean infectedNormal -
infectedZombie
public boolean infectedZombie -
loc
-
tourniquet
public boolean tourniquet
-
-
Constructor Details
-
Wound
public Wound()
-