DamageLog

public class DamageLog implements Serializable, DeepEquatable

A read only class logging damage.

Author:The Condor

Constructors

DamageLog

public DamageLog(int attackerid, int attackercontroller, int defenderid, int defendercontroller, int damageamount)

Methods

deepEquals

public boolean deepEquals(Object other)

equals

public boolean equals(Object other)

getAttackerController

public int getAttackerController()

getAttackerID

public int getAttackerID()

getDamage

public int getDamage()

getDefenderController

public int getDefenderController()

getDefenderID

public int getDefenderID()

hashCode

public int hashCode()