net.minecraft.client.sound

public class SoundList$Sound

bph$a
net.minecraft.class_1896$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
name
private float
b
field_8153
volume
volume
private float
c
field_8154
pitch
pitch
private int
d
field_8155
weight
weight
private SoundList$Sound$Type
e
field_8156
type
type
private boolean
f
field_8157
stream
streaming

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 nameIn)
public float
b()
method_7065()
getVolume()
getSoundEntryVolume()
public void
a(float arg0)
method_7060(float arg0)
setVolume(float volume)
setSoundEntryVolume(float volumeIn)
public float
c()
method_7067()
getPitch()
getSoundEntryPitch()
public void
b(float arg0)
method_7066(float arg0)
setPitch(float pitch)
setSoundEntryPitch(float pitchIn)
public int
d()
method_7068()
getWeight()
getSoundEntryWeight()
public void
a(int arg0)
method_7061(int arg0)
setWeight(int weight)
setSoundEntryWeight(int weightIn)
public SoundList$Sound$Type
e()
method_7069()
getType()
getSoundEntryType()
public void
a(bph$a$a arg0)
method_7062(class_1896$class_1897$class_1898 arg0)
setType(SoundList$Sound$Type type)
setSoundEntryType(SoundList$SoundEntry$Type typeIn)
public boolean
f()
method_7070()
isStream()
isStreaming()
public void
a(boolean arg0)
method_7064(boolean arg0)
setStream(boolean stream)
setStreaming(boolean isStreaming)