java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper<E>
mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventWrapper<E>
mods.thecomputerizer.theimpossiblelibrary.api.client.event.types.ClientSoundEventType<E>
mods.thecomputerizer.theimpossiblelibrary.api.client.event.types.ClientSoundSourceEventType<E>
mods.thecomputerizer.theimpossiblelibrary.api.client.event.events.PlaySoundSourceEventWrapper<net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent>
mods.thecomputerizer.theimpossiblelibrary.neoforge.client.event.events.PlaySoundSourceEventNeoForge
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.core.CoreStateAccessor

public class PlaySoundSourceEventNeoForge extends mods.thecomputerizer.theimpossiblelibrary.api.client.event.events.PlaySoundSourceEventWrapper<net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent>
  • Nested Class Summary

    Nested classes/interfaces inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventWrapper

    mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventWrapper.ClientType<E extends mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventWrapper<?>>

    Nested classes/interfaces inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper

    mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper.EventType<E extends mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper<?>>, mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper.Result
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.events.PlaySoundSourceEventWrapper

    uuid

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.types.ClientSoundSourceEventType

    name, sound

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.types.ClientSoundEventType

    soundHelper

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventWrapper

    minecraft

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper

    event

    Fields inherited from interface mods.thecomputerizer.theimpossiblelibrary.api.core.CoreStateAccessor

    BOOLEAN_VALUES, FABRIC, FORGE, FORGE_OR_NEOFORGE, GAME_VERSION, JAVA_17, JAVA_21, JAVA_8, JAVA_MODULES, JAVA_VERSION, JAVA_VERSION_ASM, LEGACY, MOD_LOADER, NAMED_ENV, NEOFORGE, SRG_ENV, V12, V16, V16_OR_EARLIER, V16_OR_LATER, V18, V18_OR_EARLIER, V18_OR_LATER, V19, V19_2_OR_EARLIER, V19_4_OR_LATER, V19_OR_EARLIER, V19_OR_LATER, V20, V20_4_OR_EARLIER, V20_6_OR_LATER, V20_OR_EARLIER, V20_OR_LATER, V21, V21_OR_LATER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    onEvent(net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent event)
     
    void
    setEvent(net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent event)
     
    protected mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventFieldWrapper<net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent,String>
     
    protected mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventFieldWrapper<net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent,mods.thecomputerizer.theimpossiblelibrary.api.client.sound.SoundAPI<?>>
     
    protected mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventFieldWrapper<net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent,String>
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.events.PlaySoundSourceEventWrapper

    getUUID, populate

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.types.ClientSoundSourceEventType

    getName, getSound

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.types.ClientSoundEventType

    getSoundHelper

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventWrapper

    getMinecraft, isClient, isCommon, isServer

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventWrapper

    actionResultGetter, actionResultSetter, cancel, cast, eventResultGetter, eventResultSetter, getEvent, getPriority, getResult, getter, getter, getter, getter, getType, hasInvokers, hasResult, initPrimitive, isCancelable, isCanceled, nestedGetter, nestedGetter, nestedGetter, nestedGetter, setCanceled, setPriority, setResult, setter, setter, setter, setter, wrapActionResultBoth, wrapAdvancement, wrapAdvancementBoth, wrapAdvancementGetter, wrapBlock, wrapBlockBoth, wrapBlockEntity, wrapBlockEntityBoth, wrapBlockEntityGetter, wrapBlockGetter, wrapBoth, wrapBoth, wrapDamage, wrapDamage, wrapDamageGetter, wrapDamageGetter, wrapEntity, wrapEntityBoth, wrapEntityGetter, wrapEventResultBoth, wrapExplosion, wrapExplosionBoth, wrapExplosionGetter, wrapGenericBoth, wrapGenericGetter, wrapGetter, wrapGetter, wrapItem, wrapItemBoth, wrapItemGetter, wrapItemStack, wrapItemStackBoth, wrapItemStackGetter, wrapLiving, wrapLivingBoth, wrapLivingGetter, wrapPlayer, wrapPlayerBoth, wrapPlayerGetter, wrapPos, wrapPosBoth, wrapPosGetter, wrapSnapshot, wrapSnapshotBoth, wrapSnapshotGetter, wrapState, wrapStateBoth, wrapStateGetter, wrapWorld, wrapWorldBoth, wrapWorldGetter

    Methods inherited from class java.lang.Object

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

    • PlaySoundSourceEventNeoForge

      public PlaySoundSourceEventNeoForge()
  • Method Details

    • onEvent

      public static void onEvent(net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent event)
    • setEvent

      public void setEvent(net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent event)
      Overrides:
      setEvent in class mods.thecomputerizer.theimpossiblelibrary.api.client.event.ClientEventWrapper<net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent>
    • wrapNameField

      protected mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventFieldWrapper<net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent,String> wrapNameField()
      Specified by:
      wrapNameField in class mods.thecomputerizer.theimpossiblelibrary.api.client.event.types.ClientSoundSourceEventType<net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent>
    • wrapSoundField

      protected mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventFieldWrapper<net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent,mods.thecomputerizer.theimpossiblelibrary.api.client.sound.SoundAPI<?>> wrapSoundField()
      Specified by:
      wrapSoundField in class mods.thecomputerizer.theimpossiblelibrary.api.client.event.types.ClientSoundSourceEventType<net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent>
    • wrapUUIDField

      protected mods.thecomputerizer.theimpossiblelibrary.api.common.event.EventFieldWrapper<net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent,String> wrapUUIDField()
      Specified by:
      wrapUUIDField in class mods.thecomputerizer.theimpossiblelibrary.api.client.event.events.PlaySoundSourceEventWrapper<net.neoforged.neoforge.client.event.sound.PlaySoundSourceEvent>