yarn/mappings/net/minecraft/util/hit/BlockHitResult.mapping

22 lines
458 B
Plaintext

CLASS cmv net/minecraft/util/hit/BlockHitResult
FIELD b side Ley;
FIELD c blockPos Let;
FIELD d missed Z
METHOD <init> (Lcmz;Ley;Let;Z)V
ARG 1 pos
ARG 2 side
ARG 3 blockPos
METHOD <init> (ZLcmz;Ley;Let;Z)V
ARG 1 missed
ARG 2 pos
ARG 3 side
ARG 4 blockPos
METHOD a getBlockPos ()Let;
METHOD a createMissed (Lcmz;Ley;Let;)Lcmv;
ARG 0 pos
ARG 1 side
ARG 2 blockPos
METHOD a withSide (Ley;)Lcmv;
ARG 1 side
METHOD b getSide ()Ley;