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

21 lines
441 B
Plaintext
Raw Normal View History

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