Class OnSeeNewRoomEvent

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

public abstract class OnSeeNewRoomEvent extends Event
Triggered for each room about to get spawned, the first time a character gets close enough to the building where the room is located.
  • Constructor Details

    • OnSeeNewRoomEvent

      public OnSeeNewRoomEvent()
  • 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.areas.IsoRoom room)
      Called Event Handling Method
      Parameters:
      room - The room about to get spawned.