Starsector API
Loading...
Searching...
No Matches
SoundAPI.java
Go to the documentation of this file.
1
package
com.fs.starfarer.api;
2
3
4
public
interface
SoundAPI
{
5
void
stop
();
6
void
setVolume
(
float
newValue);
7
void
setPitch
(
float
pitch);
8
void
setLocation
(
float
x,
float
y);
9
boolean
isPlaying
();
10
}
com.fs.starfarer.api.SoundAPI
Definition
SoundAPI.java:4
com.fs.starfarer.api.SoundAPI.stop
void stop()
com.fs.starfarer.api.SoundAPI.setVolume
void setVolume(float newValue)
com.fs.starfarer.api.SoundAPI.setPitch
void setPitch(float pitch)
com.fs.starfarer.api.SoundAPI.isPlaying
boolean isPlaying()
com.fs.starfarer.api.SoundAPI.setLocation
void setLocation(float x, float y)
src
com
fs
starfarer
api
SoundAPI.java
Generated by
1.9.8