net.minecraft.client.sound

public class SoundList__Sound

bsq
net.minecraft.class_1897
net.minecraft.client.sound.SoundList__Sound
net.minecraft.client.audio.SoundList$SoundEntry

Field summary

Modifier and TypeField
private String
a
field_8152
name
field_148569_a
private float
b
field_8153
volume
field_148567_b
private float
c
field_8154
pitch
field_148568_c
private int
d
field_8155
weight
field_148565_d
private SoundList__Sound__Type
e
field_8156
type
field_148566_e
private boolean
f
field_8157
stream
field_148564_f

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public String
a()
method_7059()
getName()
getSoundEntryName()
public void
a(String arg0)
method_7063(String arg0)
setName(String name)
setSoundEntryName(String arg0)
public float
b()
method_7065()
getVolume()
getSoundEntryVolume()
public void
a(float arg0)
method_7060(float arg0)
setVolume(float volume)
setSoundEntryVolume(float arg0)
public float
c()
method_7067()
getPitch()
getSoundEntryPitch()
public void
b(float arg0)
method_7066(float arg0)
setPitch(float pitch)
setSoundEntryPitch(float arg0)
public int
d()
method_7068()
getWeight()
getSoundEntryWeight()
public void
a(int arg0)
method_7061(int arg0)
setWeight(int weight)
setSoundEntryWeight(int arg0)
public SoundList__Sound__Type
e()
method_7069()
getType()
getSoundEntryType()
public void
a(bsr arg0)
method_7062(class_1898 arg0)
setType(SoundList__Sound__Type type)
setSoundEntryType(SoundList$SoundEntry$Type arg0)
public boolean
f()
method_7070()
isStream()
isStreaming()
public void
a(boolean arg0)
method_7064(boolean arg0)
setStream(boolean stream)
setStreaming(boolean arg0)