net.minecraft.client.sound

public class Sound

implements SoundContainer<Sound>

cbw
net.minecraft.unmapped.C_46966919
net.minecraft.client.sound.Sound

Field summary

Modifier and TypeField
private final Identifier
a
f_82577218
location
private final float
b
f_30561905
volume
private final float
c
f_15431460
pitch
private final int
d
f_12731492
weight
private final Sound$Type
e
f_46717357
type
private final boolean
f
f_04812571
stream

Constructor summary

ModifierConstructor
public (String id, float volume, float pitch, int weight, Sound$Type type, boolean stream)

Method summary

Modifier and TypeMethod
public Identifier
a()
m_08154714()
getLocation()
public Identifier
b()
m_19652659()
getPath()
public float
c()
m_35654338()
getVolume()
public float
d()
m_88470697()
getPitch()
public int
e()
m_86658146()
getWeight()
public Sound
f()
m_01273191()
get()
public Sound$Type
g()
m_15507278()
getType()
public boolean
h()
m_34786585()
isStream()