Class StorySound
java.lang.Object
zombie.radio.StorySounds.StorySound
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
getClone()
getName()
long
long
playSound
(float volumeOverride) long
playSound
(float x, float y, float z, float minRange, float maxRange) long
playSound
(float volumeMod, float x, float y, float z, float minRange, float maxRange) void
setBaseVolume
(float _baseVolume) void
-
Field Details
-
name
-
baseVolume
protected float baseVolume
-
-
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
-