Package zombie.characters
Class DummyCharacterSoundEmitter
java.lang.Object
zombie.characters.BaseCharacterSoundEmitter
zombie.characters.DummyCharacterSoundEmitter
-
Field Summary
FieldsFields inherited from class zombie.characters.BaseCharacterSoundEmitter
character
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
hasSustainPoints
(long long1) boolean
isClear()
boolean
isPlaying
(long long1) boolean
void
playFootsteps
(String string, float float1) long
long
long
playSoundImpl
(String string, IsoObject object) long
playVocals
(String string) void
register()
void
set
(float float1, float float2, float float3) void
setParameterValue
(long long1, FMOD_STUDIO_PARAMETER_DESCRIPTION fMOD_STUDIO_PARAMETER_DESCRIPTION, float float1) void
setPitch
(long long1, float float1) void
setVolume
(long long1, float float1) void
stopAll()
void
stopOrTriggerSound
(long long1) void
stopOrTriggerSoundByName
(String string) int
stopSound
(long long1) int
stopSoundByName
(String string) void
stopSoundLocal
(long long1) void
tick()
void
-
Field Details
-
x
public float x -
y
public float y -
z
public float z
-
-
Constructor Details
-
DummyCharacterSoundEmitter
-
-
Method Details
-
register
public void register()- Specified by:
register
in classBaseCharacterSoundEmitter
-
unregister
public void unregister()- Specified by:
unregister
in classBaseCharacterSoundEmitter
-
playVocals
- Specified by:
playVocals
in classBaseCharacterSoundEmitter
-
playFootsteps
- Specified by:
playFootsteps
in classBaseCharacterSoundEmitter
-
playSound
- Specified by:
playSound
in classBaseCharacterSoundEmitter
-
playSound
- Specified by:
playSound
in classBaseCharacterSoundEmitter
-
playSoundImpl
- Specified by:
playSoundImpl
in classBaseCharacterSoundEmitter
-
tick
public void tick()- Specified by:
tick
in classBaseCharacterSoundEmitter
-
set
public void set(float float1, float float2, float float3) - Specified by:
set
in classBaseCharacterSoundEmitter
-
isClear
public boolean isClear()- Specified by:
isClear
in classBaseCharacterSoundEmitter
-
setPitch
public void setPitch(long long1, float float1) - Specified by:
setPitch
in classBaseCharacterSoundEmitter
-
setVolume
public void setVolume(long long1, float float1) - Specified by:
setVolume
in classBaseCharacterSoundEmitter
-
stopSound
public int stopSound(long long1) - Specified by:
stopSound
in classBaseCharacterSoundEmitter
-
stopSoundLocal
public void stopSoundLocal(long long1) - Specified by:
stopSoundLocal
in classBaseCharacterSoundEmitter
-
stopOrTriggerSound
public void stopOrTriggerSound(long long1) - Specified by:
stopOrTriggerSound
in classBaseCharacterSoundEmitter
-
stopOrTriggerSoundByName
- Specified by:
stopOrTriggerSoundByName
in classBaseCharacterSoundEmitter
-
stopAll
public void stopAll()- Specified by:
stopAll
in classBaseCharacterSoundEmitter
-
stopSoundByName
- Specified by:
stopSoundByName
in classBaseCharacterSoundEmitter
-
hasSoundsToStart
public boolean hasSoundsToStart()- Specified by:
hasSoundsToStart
in classBaseCharacterSoundEmitter
-
isPlaying
public boolean isPlaying(long long1) - Specified by:
isPlaying
in classBaseCharacterSoundEmitter
-
isPlaying
- Specified by:
isPlaying
in classBaseCharacterSoundEmitter
-
setParameterValue
public void setParameterValue(long long1, FMOD_STUDIO_PARAMETER_DESCRIPTION fMOD_STUDIO_PARAMETER_DESCRIPTION, float float1) - Specified by:
setParameterValue
in classBaseCharacterSoundEmitter
-
hasSustainPoints
public boolean hasSustainPoints(long long1)
-