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

21 lines
441 B
Plaintext
Raw Normal View History

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