Package com.avrix.events
Class OnSeeNewRoomEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnSeeNewRoomEvent
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetting the event nameabstract void
handleEvent
(zombie.iso.areas.IsoRoom room) Called Event Handling Method
-
Constructor Details
-
OnSeeNewRoomEvent
public OnSeeNewRoomEvent()
-
-
Method Details
-
getEventName
Getting the event name- Specified by:
getEventName
in classEvent
- 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.
-