Class OnPostMapLoadEvent

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

public abstract class OnPostMapLoadEvent extends Event
Triggered after a cell is loaded.
  • Constructor Details

    • OnPostMapLoadEvent

      public OnPostMapLoadEvent()
  • 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.IsoCell cell, Integer worldX, Integer worldY)
      Called Event Handling Method
      Parameters:
      cell - The cell which was loaded.
      worldX - The world x coordinate of the cell which was loaded.
      worldY - The world y coordinate of the cell which was loaded.