Class SoundEngineLoadEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.client.event.sound.SoundEvent
net.minecraftforge.client.event.sound.SoundEngineLoadEvent
All Implemented Interfaces:
IModBusEvent

public class SoundEngineLoadEvent extends SoundEvent implements IModBusEvent
Fired when the SoundEngine is constructed or (re)loaded, such as during game initialization or when the sound output device is changed.

This event is not cancellable, and does not have a result.

This event is fired on the mod-specific event bus, only on the logical client.

  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraftforge.client.event.sound.SoundEvent

    SoundEvent.SoundSourceEvent

    Nested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event

    net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class net.minecraftforge.client.event.sound.SoundEvent

    getEngine

    Methods inherited from class net.minecraftforge.eventbus.api.Event

    getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SoundEngineLoadEvent

      @Internal public SoundEngineLoadEvent(SoundEngine manager)