net.minecraft.client.sound

public enum SoundCategory

w
net.minecraft.class_2153
net.minecraft.client.sound.SoundCategory
net.minecraft.client.audio.SoundCategory

Enum constant summary

Enum Constant
a
field_9092
MASTER
MASTER
b
field_9093
MUSIC
MUSIC
c
field_9094
RECORDS
RECORDS
d
field_9095
WEATHER
WEATHER
e
field_9096
BLOCKS
BLOCKS
f
field_9097
MOBS
MOBS
g
field_9098
ANIMALS
ANIMALS
h
field_9099
PLAYERS
PLAYERS
i
field_9100
AMBIENT
AMBIENT

Field summary

Modifier and TypeField
private static final Map
j
field_9101
BY_NAME
field_147168_j
private static final Map
k
field_9102
BY_ID
field_147169_k
private final String
l
field_9103
name
categoryName
private final int
m
field_9104
id
categoryId

Constructor summary

ModifierConstructor
private (String arg0, int arg1, String name, int id)

Method summary

Modifier and TypeMethod
public String
a()
method_8382()
getName()
getCategoryName()
public int
b()
method_8384()
getId()
getCategoryId()
public static SoundCategory
a(String arg0)
method_8383(String arg0)
byName(String name)
func_147154_a(String arg0)