net.minecraft.client.sound

public class Sound

implements SoundContainer<Sound>

cbz
net.minecraft.class_2906
net.minecraft.client.sound.Sound
net.minecraft.client.audio.Sound

Field summary

Modifier and TypeField
private final Identifier
a
field_13683
location
name
private final float
b
field_13684
volume
volume
private final float
c
field_13685
pitch
pitch
private final int
d
field_13686
weight
weight
private final Sound$Type
e
field_13687
type
type
private final boolean
f
field_13688
stream
streaming

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()
method_12522()
getLocation()
getSoundLocation()
public Identifier
b()
method_12523()
getPath()
getSoundAsOggLocation()
public float
c()
method_12524()
getVolume()
getVolume()
public float
d()
method_12525()
getPitch()
getPitch()
public int
e()
method_7136()
getWeight()
getWeight()
public Sound
f()
method_12526()
get()
cloneEntry()
public Sound$Type
g()
method_12527()
getType()
getType()
public boolean
h()
method_12528()
isStream()
isStreaming()