net.minecraft.client.sound

public class Sound

bpw
net.minecraft.unmapped.C_13152511
net.minecraft.client.sound.Sound

Field summary

Modifier and TypeField
private final Identifier
a
f_03622655
location
private final boolean
b
f_07027492
stream
private double
c
f_11628359
pitch
private double
d
f_47060029
volume

Constructor summary

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

Method summary

Modifier and TypeMethod
public Identifier
a()
m_23777699()
getLocation()
public double
b()
m_94625688()
getPitch()
public void
a(double arg0)
m_47429549(double arg0)
setPitch(double pitch)
public double
c()
m_24305807()
getVolume()
public void
b(double arg0)
m_52555089(double arg0)
setVolume(double volume)
public boolean
d()
m_61837812()
isStream()