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-21 11:58:05 -05:00
FIELD t breakSound Lxc;
FIELD u stepSound Lxc;
FIELD v placeSound Lxc;
FIELD w hitSound Lxc;
FIELD x fallSound Lxc;
METHOD a getVolume ()F
METHOD b getPitch ()F
2018-11-21 11:58:05 -05:00
METHOD c getBreakSound ()Lxc;
METHOD d getStepSound ()Lxc;
METHOD e getPlaceSound ()Lxc;
METHOD f getHitSound ()Lxc;
METHOD g getFallSound ()Lxc;