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

9 lines
194 B
Plaintext
Raw Normal View History

2019-03-27 14:35:10 -04:00
CLASS crd net/minecraft/util/hit/EntityHitResult
FIELD b entity Lahz;
METHOD <init> (Lahz;)V
2019-01-24 08:08:28 -05:00
ARG 1 entity
2019-03-27 14:35:10 -04:00
METHOD <init> (Lahz;Lcrg;)V
2019-01-24 08:08:28 -05:00
ARG 1 entity
ARG 2 pos
2019-03-27 14:35:10 -04:00
METHOD a getEntity ()Lahz;