yarn/mappings/net/minecraft/block/enums/Instrument.mapping

8 lines
218 B
Plaintext
Raw Normal View History

2018-12-05 09:11:37 -05:00
CLASS bpm net/minecraft/block/enums/Instrument
FIELD k name Ljava/lang/String;
2018-12-05 09:11:37 -05:00
FIELD l sound Lxg;
METHOD a getSound ()Lxg;
METHOD a fromBlockState (Lbom;)Lbpm;
ARG 0 state
METHOD m asString ()Ljava/lang/String;