Class StorySound
java.lang.Object
zombie.radio.StorySounds.StorySound
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatgetClone()getName()longlongplaySound(float volumeOverride) longplaySound(float x, float y, float z, float minRange, float maxRange) longplaySound(float volumeMod, float x, float y, float z, float minRange, float maxRange) voidsetBaseVolume(float _baseVolume) void
-
Constructor Details
-
StorySound
-
-
Method Details
-
playSound
public long playSound() -
playSound
public long playSound(float volumeOverride) -
playSound
public long playSound(float x, float y, float z, float minRange, float maxRange) -
playSound
public long playSound(float volumeMod, float x, float y, float z, float minRange, float maxRange) -
getName
-
setName
-
getBaseVolume
public float getBaseVolume() -
setBaseVolume
public void setBaseVolume(float _baseVolume) -
getClone
-