Package com.avrix.events
Class OnWorldSoundEvent
java.lang.Object
com.avrix.events.Event
com.avrix.events.OnWorldSoundEvent
Triggered when a sound is being played.
-
Constructor Details
-
OnWorldSoundEvent
public OnWorldSoundEvent()
-
-
Method Details
-
getEventName
Getting the event name- Specified by:
getEventNamein classEvent- Returns:
- name of the event being implemented
-
handleEvent
public abstract void handleEvent(Integer x, Integer y, Integer z, Integer radius, Integer volume, zombie.iso.IsoObject source) Called Event Handling Method- Parameters:
x- The x coordinate of the sound.y- The y coordinate of the sound.z- The z coordinate of the sound.radius- The radius of the sound.volume- The volume of the sound.source- The object that triggered the sound.
-