com.springrts.ai.oo
Class Damage

java.lang.Object
  extended by com.springrts.ai.oo.Damage
All Implemented Interfaces:
Comparable<Damage>

public class Damage
extends Object
implements Comparable<Damage>


Method Summary
 int compareTo(Damage other)
           
 boolean equals(Object otherObject)
           
 float getCraterBoost()
           
 float getCraterMult()
           
 float getImpulseBoost()
           
 float getImpulseFactor()
           
 int getParalyzeDamageTime()
           
 List<Float> getTypes()
           
 int getWeaponDefId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getWeaponDefId

public int getWeaponDefId()

compareTo

public int compareTo(Damage other)
Specified by:
compareTo in interface Comparable<Damage>

equals

public boolean equals(Object otherObject)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getParalyzeDamageTime

public int getParalyzeDamageTime()

getImpulseFactor

public float getImpulseFactor()

getImpulseBoost

public float getImpulseBoost()

getCraterMult

public float getCraterMult()

getCraterBoost

public float getCraterBoost()

getTypes

public List<Float> getTypes()