public class SoundPoolEntry
extends java.lang.Object
Constructor and Description |
---|
SoundPoolEntry(ResourceLocation locationIn,
double pitchIn,
double volumeIn,
boolean streamingSoundIn) |
SoundPoolEntry(SoundPoolEntry locationIn) |
Modifier and Type | Method and Description |
---|---|
double |
getPitch() |
ResourceLocation |
getSoundPoolEntryLocation() |
double |
getVolume() |
boolean |
isStreamingSound() |
void |
setPitch(double pitchIn) |
void |
setVolume(double volumeIn) |
public SoundPoolEntry(ResourceLocation locationIn, double pitchIn, double volumeIn, boolean streamingSoundIn)
public SoundPoolEntry(SoundPoolEntry locationIn)
public ResourceLocation getSoundPoolEntryLocation()
public double getPitch()
public void setPitch(double pitchIn)
public double getVolume()
public void setVolume(double volumeIn)
public boolean isStreamingSound()