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

21 lines
441 B
Plaintext

CLASS cip net/minecraft/util/HitResult
CLASS cip$a Type
FIELD a NONE Lcip$a;
FIELD b BLOCK Lcip$a;
FIELD c ENTITY Lcip$a;
FIELD a type Lcip$a;
FIELD b side Lex;
FIELD c pos Lcis;
FIELD d entity Lafy;
FIELD e blockPos Les;
METHOD <init> (Lafy;Lcis;)V
ARG 1 entity
METHOD <init> (Lcip$a;Lcis;Lex;Les;)V
ARG 1 type
ARG 2 pos
ARG 3 side
METHOD <init> (Lcis;Lex;Les;)V
ARG 1 pos
ARG 2 side
METHOD a getBlockPos ()Les;