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

9 lines
194 B
Plaintext
Raw Normal View History

2019-03-14 11:39:51 -04:00
CLASS cqd net/minecraft/util/hit/EntityHitResult
2019-03-14 08:57:09 -04:00
FIELD b entity Lahw;
METHOD <init> (Lahw;)V
2019-01-24 08:08:28 -05:00
ARG 1 entity
2019-03-14 11:39:51 -04:00
METHOD <init> (Lahw;Lcqg;)V
2019-01-24 08:08:28 -05:00
ARG 1 entity
ARG 2 pos
2019-03-14 08:57:09 -04:00
METHOD a getEntity ()Lahw;