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

26 lines
526 B
Plaintext
Raw Normal View History

2018-10-26 06:51:01 -04:00
CLASS cha net/minecraft/util/HitResult
CLASS cha$a Type
FIELD a NONE Lcha$a;
FIELD b BLOCK Lcha$a;
FIELD c ENTITY Lcha$a;
FIELD a type Lcha$a;
2018-10-25 12:48:06 -04:00
FIELD b side Lev;
2018-10-26 06:51:01 -04:00
FIELD c pos Lchd;
FIELD d entity Lafh;
FIELD e blockPos Leq;
METHOD <init> (Lafh;)V
ARG 0 entity
2018-10-26 06:51:01 -04:00
METHOD <init> (Lafh;Lchd;)V
ARG 0 entity
ARG 1 pos
2018-10-26 06:51:01 -04:00
METHOD <init> (Lcha$a;Lchd;Lev;Leq;)V
ARG 0 type
ARG 1 pos
ARG 2 side
ARG 3 blockPos
2018-10-26 06:51:01 -04:00
METHOD <init> (Lchd;Lev;Leq;)V
ARG 0 pos
ARG 1 side
ARG 2 blockPos
METHOD a getBlockPos ()Leq;