yarn/mappings/net/minecraft/sound/BlockSoundGroup.mapping

24 lines
566 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS bks net/minecraft/sound/BlockSoundGroup
FIELD a WOOD Lbks;
FIELD b GRAVEL Lbks;
FIELD c GRASS Lbks;
FIELD d STONE Lbks;
FIELD e METAL Lbks;
FIELD f GLASS Lbks;
FIELD g WOOL Lbks;
FIELD h SAND Lbks;
2018-11-07 11:37:58 -05:00
FIELD r volume F
FIELD s pitch F
2018-11-29 15:10:38 -05:00
FIELD t breakSound Lxf;
FIELD u stepSound Lxf;
FIELD v placeSound Lxf;
FIELD w hitSound Lxf;
FIELD x fallSound Lxf;
METHOD a getVolume ()F
METHOD b getPitch ()F
2018-11-29 15:10:38 -05:00
METHOD c getBreakSound ()Lxf;
METHOD d getStepSound ()Lxf;
METHOD e getPlaceSound ()Lxf;
METHOD f getHitSound ()Lxf;
METHOD g getFallSound ()Lxf;