net.minecraft.client.sound

public class Sound

bpw
net.minecraft.class_621
net.minecraft.client.sound.Sound
net.minecraft.client.audio.SoundPoolEntry

Field summary

Modifier and TypeField
private final Identifier
a
field_8186
location
location
private final boolean
b
field_8187
stream
streamingSound
private double
c
field_8188
pitch
pitch
private double
d
field_8189
volume
volume

Constructor summary

ModifierConstructor
public (Identifier location, double pitch, double volume, boolean stream)
public (Sound sound)

Method summary

Modifier and TypeMethod
public Identifier
a()
method_7089()
getLocation()
getSoundPoolEntryLocation()
public double
b()
method_7091()
getPitch()
getPitch()
public void
a(double arg0)
method_7090(double arg0)
setPitch(double pitch)
setPitch(double pitchIn)
public double
c()
method_7093()
getVolume()
getVolume()
public void
b(double arg0)
method_7092(double arg0)
setVolume(double volume)
setVolume(double volumeIn)
public boolean
d()
method_7094()
isStream()
isStreamingSound()