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

13 lines
309 B
Plaintext
Raw Normal View History

2018-11-07 11:37:58 -05:00
CLASS eu net/minecraft/util/math/BlockPointerImpl
2018-11-15 12:05:03 -05:00
FIELD a world Lbae;
2018-11-07 11:37:58 -05:00
FIELD b pos Les;
2018-11-15 12:05:03 -05:00
METHOD <init> (Lbae;Les;)V
2018-11-04 07:22:38 -05:00
ARG 1 world
2017-04-05 14:11:28 -04:00
METHOD a getX ()D
METHOD b getY ()D
METHOD c getZ ()D
2018-11-07 11:37:58 -05:00
METHOD d getBlockPos ()Les;
2018-11-15 12:05:03 -05:00
METHOD e getBlockState ()Lbnz;
METHOD g getBlockEntity ()Lbmc;
METHOD h getWorld ()Lbae;