yarn/mappings/net/minecraft/util/HitResult.mapping

21 lines
441 B
Plaintext
Raw Normal View History

2018-11-07 11:37:58 -05:00
CLASS cip net/minecraft/util/HitResult
CLASS cip$a Type
FIELD a NONE Lcip$a;
FIELD b BLOCK Lcip$a;
FIELD c ENTITY Lcip$a;
FIELD a type Lcip$a;
FIELD b side Lex;
FIELD c pos Lcis;
FIELD d entity Lafy;
FIELD e blockPos Les;
METHOD <init> (Lafy;Lcis;)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-11-07 11:37:58 -05:00
METHOD <init> (Lcip$a;Lcis;Lex;Les;)V
2018-11-04 07:22:38 -05:00
ARG 1 type
ARG 2 pos
ARG 3 side
2018-11-07 11:37:58 -05:00
METHOD <init> (Lcis;Lex;Les;)V
ARG 1 pos
ARG 2 side
2018-11-07 11:37:58 -05:00
METHOD a getBlockPos ()Les;