org.inigma.utopia.paper.events
Class MassacreEvent

java.lang.Object
  extended by org.inigma.utopia.paper.events.AbstractEvent
      extended by org.inigma.utopia.paper.events.AttackEvent
          extended by org.inigma.utopia.paper.events.MassacreEvent
All Implemented Interfaces:
java.lang.Comparable<AbstractEvent>

public class MassacreEvent
extends AttackEvent


Nested Class Summary
 
Nested classes/interfaces inherited from class org.inigma.utopia.paper.events.AttackEvent
AttackEvent.AttackType
 
Field Summary
 
Fields inherited from class org.inigma.utopia.paper.events.AttackEvent
attacker, type, victum
 
Constructor Summary
MassacreEvent()
           
 
Method Summary
 AbstractEvent getEvent(java.lang.String eventText)
           
 int getPeasants()
           
 void setPeasants(int land)
           
 java.lang.String toString()
           
 
Methods inherited from class org.inigma.utopia.paper.events.AttackEvent
getAttacker, getType, getVictum, setAttacker, setType, setVictum
 
Methods inherited from class org.inigma.utopia.paper.events.AbstractEvent
compareTo, getDate, getKingdom, getNumber, getProvince, setUtopiaDate, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MassacreEvent

public MassacreEvent()
Method Detail

getEvent

public AbstractEvent getEvent(java.lang.String eventText)
Overrides:
getEvent in class AttackEvent

setPeasants

public void setPeasants(int land)

getPeasants

public int getPeasants()

toString

public java.lang.String toString()
Overrides:
toString in class AttackEvent


Copyright © 2008. All Rights Reserved.