zombie.characters
Class Stats

java.lang.Object
  extended by zombie.characters.Stats

public class Stats
extends java.lang.Object


Field Summary
 float Anger
           
 float boredom
           
 float Boredom
           
 float Drunkenness
           
 float endurance
           
 float endurancedanger
           
 float endurancelast
           
 boolean enduranceRecharging
           
 float endurancewarn
           
 float fatigue
           
 float Fear
           
 float fitness
           
 float hunger
           
 float idleboredom
           
 int LastNumChasingZombies
           
 float morale
           
 int NumChasingZombies
           
 int NumVisibleZombies
           
 float Pain
           
 float Panic
           
 float Sanity
           
 float Sickness
           
 float stress
           
 float thirst
           
 boolean Tripping
           
 float TrippingRotAngle
           
 
Constructor Summary
Stats()
           
 
Method Summary
 float getAnger()
           
 float getBoredom()
           
 float getDrunkenness()
           
 float getEndurance()
           
 float getEndurancedanger()
           
 float getEndurancelast()
           
 float getEndurancewarn()
           
 float getFatigue()
           
 float getFear()
           
 float getFitness()
           
 float getHunger()
           
 float getIdleboredom()
           
 float getMorale()
           
 int getNumChasingZombies()
           
 int getNumVisibleZombies()
           
 float getPain()
           
 float getPanic()
           
 float getSanity()
           
 float getSickness()
           
 float getStress()
           
 float getThirst()
           
 float getTrippingRotAngle()
           
 int getVisibleZombies()
           
 boolean isTripping()
           
 void load(java.nio.ByteBuffer input)
           
 void load(java.io.DataInputStream input)
           
 void save(java.nio.ByteBuffer output)
           
 void save(java.io.DataOutputStream output)
           
 void setAnger(float Anger)
           
 void setBoredom(float boredom)
           
 void setDrunkenness(float Drunkenness)
           
 void setEndurance(float endurance)
           
 void setEndurancedanger(float endurancedanger)
           
 void setEndurancelast(float endurancelast)
           
 void setEndurancewarn(float endurancewarn)
           
 void setFatigue(float fatigue)
           
 void setFear(float Fear)
           
 void setFitness(float fitness)
           
 void setHunger(float hunger)
           
 void setIdleboredom(float idleboredom)
           
 void setMorale(float morale)
           
 void setNumVisibleZombies(int NumVisibleZombies)
           
 void setPain(float Pain)
           
 void setPanic(float Panic)
           
 void setSanity(float Sanity)
           
 void setSickness(float Sickness)
           
 void setStress(float stress)
           
 void setThirst(float thirst)
           
 void setTripping(boolean Tripping)
           
 void setTrippingRotAngle(float TrippingRotAngle)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Anger

public float Anger

boredom

public float boredom

endurance

public float endurance

enduranceRecharging

public boolean enduranceRecharging

endurancelast

public float endurancelast

endurancedanger

public float endurancedanger

endurancewarn

public float endurancewarn

fatigue

public float fatigue

fitness

public float fitness

hunger

public float hunger

idleboredom

public float idleboredom

morale

public float morale

stress

public float stress

Fear

public float Fear

Panic

public float Panic

Sanity

public float Sanity

Sickness

public float Sickness

Boredom

public float Boredom

Pain

public float Pain

Drunkenness

public float Drunkenness

NumVisibleZombies

public int NumVisibleZombies

Tripping

public boolean Tripping

TrippingRotAngle

public float TrippingRotAngle

thirst

public float thirst

NumChasingZombies

public int NumChasingZombies

LastNumChasingZombies

public int LastNumChasingZombies
Constructor Detail

Stats

public Stats()
Method Detail

getNumVisibleZombies

public int getNumVisibleZombies()

getNumChasingZombies

public int getNumChasingZombies()

load

public void load(java.io.DataInputStream input)
          throws java.io.IOException
Throws:
java.io.IOException

load

public void load(java.nio.ByteBuffer input)
          throws java.io.IOException
Throws:
java.io.IOException

save

public void save(java.io.DataOutputStream output)
          throws java.io.IOException
Throws:
java.io.IOException

save

public void save(java.nio.ByteBuffer output)
          throws java.io.IOException
Throws:
java.io.IOException

getAnger

public float getAnger()
Returns:
the Anger

setAnger

public void setAnger(float Anger)
Parameters:
Anger - the Anger to set

getBoredom

public float getBoredom()
Returns:
the boredom

setBoredom

public void setBoredom(float boredom)
Parameters:
boredom - the boredom to set

getEndurance

public float getEndurance()
Returns:
the endurance

setEndurance

public void setEndurance(float endurance)
Parameters:
endurance - the endurance to set

getEndurancelast

public float getEndurancelast()
Returns:
the endurancelast

setEndurancelast

public void setEndurancelast(float endurancelast)
Parameters:
endurancelast - the endurancelast to set

getEndurancedanger

public float getEndurancedanger()
Returns:
the endurancedanger

setEndurancedanger

public void setEndurancedanger(float endurancedanger)
Parameters:
endurancedanger - the endurancedanger to set

getEndurancewarn

public float getEndurancewarn()
Returns:
the endurancewarn

setEndurancewarn

public void setEndurancewarn(float endurancewarn)
Parameters:
endurancewarn - the endurancewarn to set

getFatigue

public float getFatigue()
Returns:
the fatigue

setFatigue

public void setFatigue(float fatigue)
Parameters:
fatigue - the fatigue to set

getFitness

public float getFitness()
Returns:
the fitness

setFitness

public void setFitness(float fitness)
Parameters:
fitness - the fitness to set

getHunger

public float getHunger()
Returns:
the hunger

setHunger

public void setHunger(float hunger)
Parameters:
hunger - the hunger to set

getIdleboredom

public float getIdleboredom()
Returns:
the idleboredom

setIdleboredom

public void setIdleboredom(float idleboredom)
Parameters:
idleboredom - the idleboredom to set

getMorale

public float getMorale()
Returns:
the morale

setMorale

public void setMorale(float morale)
Parameters:
morale - the morale to set

getStress

public float getStress()
Returns:
the stress

setStress

public void setStress(float stress)
Parameters:
stress - the stress to set

getFear

public float getFear()
Returns:
the Fear

setFear

public void setFear(float Fear)
Parameters:
Fear - the Fear to set

getPanic

public float getPanic()
Returns:
the Panic

setPanic

public void setPanic(float Panic)
Parameters:
Panic - the Panic to set

getSanity

public float getSanity()
Returns:
the Sanity

setSanity

public void setSanity(float Sanity)
Parameters:
Sanity - the Sanity to set

getSickness

public float getSickness()
Returns:
the Sickness

setSickness

public void setSickness(float Sickness)
Parameters:
Sickness - the Sickness to set

getPain

public float getPain()
Returns:
the Pain

setPain

public void setPain(float Pain)
Parameters:
Pain - the Pain to set

getDrunkenness

public float getDrunkenness()
Returns:
the Drunkenness

setDrunkenness

public void setDrunkenness(float Drunkenness)
Parameters:
Drunkenness - the Drunkenness to set

getVisibleZombies

public int getVisibleZombies()
Returns:
the NumVisibleZombies

setNumVisibleZombies

public void setNumVisibleZombies(int NumVisibleZombies)
Parameters:
NumVisibleZombies - the NumVisibleZombies to set

isTripping

public boolean isTripping()
Returns:
the Tripping

setTripping

public void setTripping(boolean Tripping)
Parameters:
Tripping - the Tripping to set

getTrippingRotAngle

public float getTrippingRotAngle()
Returns:
the TrippingRotAngle

setTrippingRotAngle

public void setTrippingRotAngle(float TrippingRotAngle)
Parameters:
TrippingRotAngle - the TrippingRotAngle to set

getThirst

public float getThirst()
Returns:
the thirst

setThirst

public void setThirst(float thirst)
Parameters:
thirst - the thirst to set