Package net.lax1dude.eaglercraft.v1_8
Class EaglercraftSoundManager.ActiveSoundEvent
- java.lang.Object
-
- net.lax1dude.eaglercraft.v1_8.EaglercraftSoundManager.ActiveSoundEvent
-
- Enclosing class:
- EaglercraftSoundManager
protected static class EaglercraftSoundManager.ActiveSoundEvent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected floatactiveGainprotected floatactivePitchprotected floatactiveXprotected floatactiveYprotected floatactiveZprotected EaglercraftSoundManagermanagerprotected booleanpausedprotected intrepeatCounterprotected SoundCategorysoundCategoryprotected SoundPoolEntrysoundConfigprotected IAudioHandlesoundHandleprotected ISoundsoundInstance
-
Constructor Summary
Constructors Modifier Constructor Description protectedActiveSoundEvent(EaglercraftSoundManager manager, ISound soundInstance, SoundCategory soundCategory, SoundPoolEntry soundConfig, IAudioHandle soundHandle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidupdateLocation()
-
-
-
Field Detail
-
manager
protected final EaglercraftSoundManager manager
-
soundInstance
protected final ISound soundInstance
-
soundCategory
protected final SoundCategory soundCategory
-
soundConfig
protected final SoundPoolEntry soundConfig
-
soundHandle
protected IAudioHandle soundHandle
-
activeX
protected float activeX
-
activeY
protected float activeY
-
activeZ
protected float activeZ
-
activePitch
protected float activePitch
-
activeGain
protected float activeGain
-
repeatCounter
protected int repeatCounter
-
paused
protected boolean paused
-
-
Constructor Detail
-
ActiveSoundEvent
protected ActiveSoundEvent(EaglercraftSoundManager manager, ISound soundInstance, SoundCategory soundCategory, SoundPoolEntry soundConfig, IAudioHandle soundHandle)
-
-