net.minecraft.client.audio

public enum SoundCategory

bpg
net.minecraft.client.audio.SoundCategory

枚举常量概要

枚举常量
a
MASTER
b
MUSIC
c
RECORDS
d
WEATHER
e
BLOCKS
f
MOBS
g
ANIMALS
h
PLAYERS
i
AMBIENT

字段概要

修饰符与类型字段
private static final Map<String, SoundCategory>
j
field_147168_j
private static final Map<Integer, SoundCategory>
k
field_147169_k
private final String
l
field_147166_l
private final int
m
field_147167_m

构造函数概要

修饰符构造函数
private (String arg0, int arg1)

方法概要

修饰符与类型方法
public String
a()
func_147155_a()
public int
b()
func_147156_b()
public static SoundCategory
a(String arg0)
func_147154_a(String arg0)