Class OnNewGameEvent

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

public abstract class OnNewGameEvent extends Event
Triggered after a new world has been initialized.
  • Constructor Details

    • OnNewGameEvent

      public OnNewGameEvent()
  • 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.characters.IsoPlayer player, zombie.iso.IsoGridSquare square)
      Called Event Handling Method
      Parameters:
      player - The player who's starting the game.
      square - The grid square where the player is located.