yarn/mappings/net/minecraft/util/math/BlockPointer.mapping

14 lines
317 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS cp net/minecraft/util/math/BlockPointer
FIELD a world Laiw;
FIELD b pos Lcn;
METHOD <init> (Laiw;Lcn;)V
2016-09-13 06:41:42 -04:00
ARG 0 world
ARG 1 pos
METHOD a getX ()D
METHOD b getY ()D
METHOD c getZ ()D
2016-10-18 11:31:59 -04:00
METHOD d getBlockPos ()Lcn;
METHOD e getBlockState ()Lasm;
METHOD g getBlockEntity ()Lare;
METHOD h getWorld ()Laiw;