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

21 lines
441 B
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS cjv net/minecraft/util/HitResult
CLASS cjv$a Type
FIELD a NONE Lcjv$a;
FIELD b BLOCK Lcjv$a;
FIELD c ENTITY Lcjv$a;
FIELD a type Lcjv$a;
FIELD b side Ley;
FIELD c pos Lcjy;
FIELD d entity Lagf;
FIELD e blockPos Let;
METHOD <init> (Lagf;Lcjy;)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
2018-11-27 13:50:51 -05:00
METHOD <init> (Lcjv$a;Lcjy;Ley;Let;)V
2018-11-04 07:22:38 -05:00
ARG 1 type
ARG 2 pos
ARG 3 side
2018-11-27 13:50:51 -05:00
METHOD <init> (Lcjy;Ley;Let;)V
ARG 1 pos
ARG 2 side
2018-11-27 13:50:51 -05:00
METHOD a getBlockPos ()Let;