yarn/mappings/net/minecraft/entity/projectile/SpectralArrowEntity.mapping

10 lines
262 B
Plaintext
Raw Normal View History

2018-11-29 15:10:38 -05:00
CLASS arb net/minecraft/entity/projectile/SpectralArrowEntity
FIELD au duration I
2018-11-29 15:10:38 -05:00
METHOD U_ update ()V
METHOD a onHit (Lagr;)V
2018-11-27 13:50:51 -05:00
METHOD a deserializeCustomData (Lhp;)V
2018-11-30 06:37:11 -05:00
ARG 1 tag
2018-11-27 13:50:51 -05:00
METHOD b serializeCustomData (Lhp;)V
2018-11-30 06:37:11 -05:00
ARG 1 tag
2018-11-29 15:10:38 -05:00
METHOD l asItemStack ()Lavs;