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 float
activeGain
protected float
activePitch
protected float
activeX
protected float
activeY
protected float
activeZ
protected EaglercraftSoundManager
manager
protected boolean
paused
protected int
repeatCounter
protected SoundCategory
soundCategory
protected SoundPoolEntry
soundConfig
protected IAudioHandle
soundHandle
protected ISound
soundInstance
-
Constructor Summary
Constructors Modifier Constructor Description protected
ActiveSoundEvent(EaglercraftSoundManager manager, ISound soundInstance, SoundCategory soundCategory, SoundPoolEntry soundConfig, IAudioHandle soundHandle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
updateLocation()
-
-
-
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)
-
-