ResourcePickupLog

public class ResourcePickupLog implements Serializable, DeepEquatable

A read only class documenting an event

Author:The Condor

Constructors

ResourcePickupLog

public ResourcePickupLog(int gathererid, int controller, ResourceType resource, int amountpickedup, int nodeid, ResourceNode.Type nodetype)

Methods

deepEquals

public boolean deepEquals(Object other)

equals

public boolean equals(Object other)

getAmountPickedUp

public int getAmountPickedUp()

getController

public int getController()

getGathererID

public int getGathererID()

getNodeID

public int getNodeID()

getNodeType

public ResourceNode.Type getNodeType()

getResourceType

public ResourceType getResourceType()

hashCode

public int hashCode()