Mapped out some position related stuff.

This commit is contained in:
Tyler Hancock 2016-08-20 19:50:06 -06:00
parent e6a57227ea
commit 403c5a575e
5 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,7 @@
CLASS none/co net/minecraft/util/math/BlockPosition
METHOD a getX ()D
METHOD b getY ()D
METHOD c getZ ()D
METHOD d getBlockPos ()Lnone/cn;
METHOD e getBlockState ()Lnone/asj;
METHOD g getTileEntity ()Lnone/arb;

View File

@ -0,0 +1,13 @@
CLASS none/cp net/minecraft/util/math/BlockPositionImpl
FIELD a world Lnone/aiu;
FIELD b pos Lnone/cn;
METHOD <init> (Lnone/aiu;Lnone/cn;)V
ARG 0 world
ARG 1 pos
METHOD a getX ()D
METHOD b getY ()D
METHOD c getZ ()D
METHOD d getBlockPos ()Lnone/cn;
METHOD e getBlockState ()Lnone/asj;
METHOD g getTileEntity ()Lnone/arb;
METHOD h getWorld ()Lnone/aiu;

View File

@ -0,0 +1,4 @@
CLASS none/de net/minecraft/util/math/Position
METHOD a getX ()D
METHOD b getY ()D
METHOD c getZ ()D

View File

@ -0,0 +1,2 @@
CLASS none/cz net/minecraft/util/math/WorldPosition
METHOD h getWorld ()Lnone/aiu;

4
mappings/none/df.mapping Normal file
View File

@ -0,0 +1,4 @@
CLASS none/df
METHOD a getX ()D
METHOD b getY ()D
METHOD c getZ ()D