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

18 lines
441 B
Plaintext
Raw Normal View History

2018-11-15 12:05:03 -05:00
CLASS bkh net/minecraft/sound/BlockSoundGroup
FIELD a WOOD Lbkh;
FIELD d STONE Lbkh;
2018-11-07 11:37:58 -05:00
FIELD r volume F
FIELD s pitch F
2018-11-15 12:05:03 -05:00
FIELD t breakSound Lxb;
FIELD u stepSound Lxb;
FIELD v placeSound Lxb;
FIELD w hitSound Lxb;
FIELD x fallSound Lxb;
METHOD a getVolume ()F
METHOD b getPitch ()F
2018-11-15 12:05:03 -05:00
METHOD c getBreakSound ()Lxb;
METHOD d getStepSound ()Lxb;
METHOD e getPlaceSound ()Lxb;
METHOD f getHitSound ()Lxb;
METHOD g getFallSound ()Lxb;