yarn/mappings/net/minecraft/item/CrossbowItem.mapping

18 lines
545 B
Plaintext
Raw Normal View History

2019-02-21 13:19:18 -05:00
CLASS awm net/minecraft/item/CrossbowItem
2019-02-20 15:49:23 -05:00
METHOD a getChargeSound (I)Lxy;
2018-12-09 11:04:45 -05:00
ARG 1 quickChargeLevel
2019-02-21 13:19:18 -05:00
METHOD a hasProjectile (Laxx;Laxs;)Z
2019-02-27 13:17:22 -05:00
METHOD a setCharged (Laxx;Z)V
ARG 0 stack
ARG 1 charged
2019-02-27 13:17:22 -05:00
METHOD a shootAllProjectiles (Lbdf;Lahv;Laxx;FF)V
METHOD a shoot (Lbdf;Lahv;Laxx;Laxx;FFZZFF)V
ARG 3 crossbowStack
2019-02-21 13:19:18 -05:00
METHOD b storeChargedProjectile (Laxx;Laxx;)V
METHOD d isCharged (Laxx;)Z
ARG 0 stack
2019-02-21 13:19:18 -05:00
METHOD e getPullTime (Laxx;)I
ARG 0 stack
2019-02-27 13:17:22 -05:00
METHOD f getChargedProjectiles (Laxx;)Ljava/util/List;
METHOD k clearProjectiles (Laxx;)V