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

29 lines
576 B
Plaintext
Raw Normal View History

2017-06-08 10:01:49 -04:00
CLASS bha net/minecraft/util/HitResult
CLASS bha$a Type
FIELD a NONE Lbha$a;
FIELD b BLOCK Lbha$a;
FIELD c ENTITY Lbha$a;
FIELD a type Lbha$a;
FIELD b side Lfa;
FIELD c pos Lbhc;
FIELD d entity Lve;
FIELD e blockPos Let;
METHOD <init> (Lbha$a;Lbhc;Lfa;Let;)V
ARG 0 type
ARG 1 pos
ARG 2 side
ARG 3 blockPos
2017-06-08 10:01:49 -04:00
METHOD <init> (Lbhc;Lfa;)V
ARG 0 pos
ARG 1 side
2017-06-08 10:01:49 -04:00
METHOD <init> (Lbhc;Lfa;Let;)V
ARG 0 pos
ARG 1 side
ARG 2 blockPos
2017-06-08 10:01:49 -04:00
METHOD <init> (Lve;)V
ARG 0 entity
2017-06-08 10:01:49 -04:00
METHOD <init> (Lve;Lbhc;)V
ARG 0 entity
ARG 1 pos
2017-06-08 10:01:49 -04:00
METHOD a getBlockPos ()Let;