yarn/mappings/net/minecraft/util/hit/EntityHitResult.mapping

9 lines
194 B
Plaintext
Raw Normal View History

2019-02-20 15:49:23 -05:00
CLASS cnh net/minecraft/util/hit/EntityHitResult
2019-02-13 12:35:08 -05:00
FIELD b entity Lahl;
METHOD <init> (Lahl;)V
2019-01-24 08:08:28 -05:00
ARG 1 entity
2019-02-20 15:49:23 -05:00
METHOD <init> (Lahl;Lcnk;)V
2019-01-24 08:08:28 -05:00
ARG 1 entity
ARG 2 pos
2019-02-13 12:35:08 -05:00
METHOD a getEntity ()Lahl;