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

14 lines
321 B
Plaintext
Raw Normal View History

CLASS es net/minecraft/util/math/BlockPointerImpl
2018-10-31 12:57:21 -04:00
FIELD a world Lazt;
FIELD b pos Leq;
2018-10-31 12:57:21 -04:00
METHOD <init> (Lazt;Leq;)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 ()Leq;
2018-10-31 12:57:21 -04:00
METHOD e getBlockState ()Lbnh;
METHOD g getBlockEntity ()Lbll;
METHOD h getWorld ()Lazt;