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

14 lines
317 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS dz net/minecraft/util/math/BlockPointer
FIELD a world Lali;
FIELD b pos Ldx;
METHOD <init> (Lali;Ldx;)V
ARG 0 world
ARG 1 pos
2017-04-05 14:11:28 -04:00
METHOD a getX ()D
METHOD b getY ()D
METHOD c getZ ()D
METHOD d getBlockPos ()Ldx;
METHOD e getBlockState ()Lave;
METHOD g getBlockEntity ()Latu;
METHOD h getWorld ()Lali;