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

18 lines
441 B
Plaintext
Raw Normal View History

2018-11-21 11:58:05 -05:00
CLASS bkp net/minecraft/sound/BlockSoundGroup
FIELD a WOOD Lbkp;
FIELD d STONE Lbkp;
2018-11-07 11:37:58 -05:00
FIELD r volume F
FIELD s pitch F
2018-11-27 13:50:51 -05:00
FIELD t breakSound Lxd;
FIELD u stepSound Lxd;
FIELD v placeSound Lxd;
FIELD w hitSound Lxd;
FIELD x fallSound Lxd;
METHOD a getVolume ()F
METHOD b getPitch ()F
2018-11-27 13:50:51 -05:00
METHOD c getBreakSound ()Lxd;
METHOD d getStepSound ()Lxd;
METHOD e getPlaceSound ()Lxd;
METHOD f getHitSound ()Lxd;
METHOD g getFallSound ()Lxd;