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

13 lines
309 B
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS ev net/minecraft/util/math/BlockPointerImpl
2019-01-16 13:24:40 -05:00
FIELD a world Lbci;
2018-11-27 13:50:51 -05:00
FIELD b pos Let;
2019-01-16 13:24:40 -05:00
METHOD <init> (Lbci;Let;)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-27 13:50:51 -05:00
METHOD d getBlockPos ()Let;
2019-01-16 13:24:40 -05:00
METHOD e getBlockState ()Lbqi;
METHOD g getBlockEntity ()Lbom;
METHOD h getWorld ()Lbci;