net.minecraft.client.sound

public enum SoundCategory

bpg
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<String, SoundCategory>
j
field_9101
BY_NAME
NAME_CATEGORY_MAP
private static final Map<Integer, SoundCategory>
k
field_9102
BY_ID
ID_CATEGORY_MAP
private final String
l
field_9103
name
categoryName
private final int
m
field_9104
id
categoryId

Constructor summary

ModifierConstructor
private (String arg0, int arg1)

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)
getCategory(String name)