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

21 lines
441 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS cmp net/minecraft/util/HitResult
CLASS cmp$a Type
FIELD a NONE Lcmp$a;
FIELD b BLOCK Lcmp$a;
FIELD c ENTITY Lcmp$a;
FIELD a type Lcmp$a;
2018-11-27 13:50:51 -05:00
FIELD b side Ley;
2019-01-09 12:20:38 -05:00
FIELD c pos Lcms;
FIELD d entity Lahd;
2018-11-27 13:50:51 -05:00
FIELD e blockPos Let;
2019-01-09 12:20:38 -05:00
METHOD <init> (Lahd;Lcms;)V
2018-11-04 07:22:38 -05:00
ARG 1 entity
2019-01-09 12:20:38 -05:00
METHOD <init> (Lcmp$a;Lcms;Ley;Let;)V
2018-11-04 07:22:38 -05:00
ARG 1 type
ARG 2 pos
ARG 3 side
2019-01-09 12:20:38 -05:00
METHOD <init> (Lcms;Ley;Let;)V
ARG 1 pos
ARG 2 side
2018-11-27 13:50:51 -05:00
METHOD a getBlockPos ()Let;