Class OnGridBurntEvent

java.lang.Object
com.avrix.events.Event
com.avrix.events.OnGridBurntEvent

public abstract class OnGridBurntEvent extends Event
Triggered when a grid square is burning.
  • Constructor Details

    • OnGridBurntEvent

      public OnGridBurntEvent()
  • Method Details

    • getEventName

      public String getEventName()
      Getting the event name
      Specified by:
      getEventName in class Event
      Returns:
      name of the event being implemented
    • handleEvent

      public abstract void handleEvent(zombie.iso.IsoGridSquare square)
      Called Event Handling Method
      Parameters:
      square - The grid square that is burning.