Class OnWorldSoundEvent

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

public abstract class OnWorldSoundEvent extends Event
Triggered when a sound is being played.
  • Constructor Details

    • OnWorldSoundEvent

      public OnWorldSoundEvent()
  • 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(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.