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

26 lines
526 B
Plaintext
Raw Normal View History

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