net.minecraft.client.sound

public class Sound

implements SoundContainer<Sound>

dfs
net.minecraft.unmapped.C_46966919
net.minecraft.client.sound.Sound
net.minecraft.client.audio.Sound

Field summary

Modifier and TypeField
private final Identifier
a
f_82577218
location
field_188726_a
private final float
b
f_30561905
volume
field_188727_b
private final float
c
f_15431460
pitch
field_188728_c
private final int
d
f_12731492
weight
field_188729_d
private final Sound$Type
e
f_46717357
type
field_188730_e
private final boolean
f
f_04812571
stream
field_188731_f
private final boolean
g
f_81173974
preload
field_204258_g
private final int
h
f_06015498
attenuationDistance
field_206256_h

Constructor summary

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

Method summary

Modifier and TypeMethod
public Identifier
a()
m_08154714()
getLocation()
func_188719_a()
public Identifier
b()
m_19652659()
getPath()
func_188721_b()
public float
c()
m_35654338()
getVolume()
func_188724_c()
public float
d()
m_88470697()
getPitch()
func_188725_d()
public int
e()
m_86658146()
getWeight()
func_148721_a()
public Sound
f()
m_01273191()
get()
func_148720_g()
public Sound$Type
g()
m_15507278()
getType()
func_188722_g()
public boolean
h()
m_34786585()
isStream()
func_188723_h()
public boolean
i()
m_43318457()
isPreload()
func_204257_i()
public int
j()
m_29223411()
getAttenuationDistance()
func_206255_j()