merge some parts of #209

This commit is contained in:
Adrian Siekierka 2018-11-30 12:07:49 +01:00
parent 9104e89be3
commit 86dc9e0fe8
6 changed files with 41 additions and 5 deletions

11
mappings/ez.mapping Normal file
View File

@ -0,0 +1,11 @@
CLASS ez
FIELD i NORTHWEST_BIT I
FIELD j WEST_BIT I
FIELD k SOUTHWEST_BIT I
FIELD l SOUTH_BIT I
FIELD m SOUTHEAST_BIT I
FIELD n EAST_BIT I
FIELD o NORTHEAST_BIT I
FIELD p NORTH_BIT I
FIELD q directions Ljava/util/Set;
METHOD a getDirections ()Ljava/util/Set;

View File

@ -0,0 +1 @@
CLASS ckt net/minecraft/util/BooleanBiFunction

View File

@ -1,6 +1 @@
CLASS axe net/minecraft/util/UseAction
FIELD a DEFAULT Laxe;
FIELD b EAT Laxe;
FIELD c DRINK Laxe;
FIELD d GUARD Laxe;
FIELD e BOW Laxe;

View File

@ -0,0 +1,21 @@
CLASS er net/minecraft/util/math/AxisCycle
CLASS er$1
METHOD a opposite ()Ler;
METHOD a cycle (IIILey$a;)I
METHOD a cycle (Ley$a;)Ley$a;
CLASS er$2
METHOD a opposite ()Ler;
METHOD a cycle (IIILey$a;)I
METHOD a cycle (Ley$a;)Ley$a;
CLASS er$3
METHOD a opposite ()Ler;
METHOD a cycle (IIILey$a;)I
METHOD a cycle (Ley$a;)Ley$a;
FIELD d AXES [Ley$a;
FIELD e VALUES [Ler;
METHOD a opposite ()Ler;
METHOD a cycle (IIILey$a;)I
METHOD a cycle (Ley$a;)Ley$a;
METHOD a between (Ley$a;Ley$a;)Ler;
ARG 0 from
ARG 1 to

View File

@ -55,6 +55,7 @@ CLASS ey net/minecraft/util/math/Facing
ARG 0 name
METHOD b isVertical ()Z
METHOD c isHorizontal ()Z
METHOD d ()Ley$c;
METHOD m asString ()Ljava/lang/String;
CLASS ey$b Direction
FIELD a POSITIVE Ley$b;
@ -85,6 +86,7 @@ CLASS ey net/minecraft/util/math/Facing
FIELD l direction Ley$b;
FIELD m vector Lfn;
FIELD n ALL [Ley;
FIELD o NAME_MAP Ljava/util/Map;
FIELD q HORIZONTAL [Ley;
METHOD <init> (Ljava/lang/String;IIIILjava/lang/String;Ley$b;Ley$a;Lfn;)V
ARG 3 id
@ -107,6 +109,9 @@ CLASS ey net/minecraft/util/math/Facing
METHOD a getEntityFacingOrder (Lagi;)[Ley;
ARG 0 entity
METHOD a rotateClockwise (Ley$a;)Ley;
METHOD a from (Ley$a;Ley$b;)Ley;
ARG 0 axis
ARG 1 direction
METHOD a get (Ley$b;Ley$a;)Ley;
ARG 0 direction
ARG 1 axis

View File

@ -12,12 +12,15 @@ CLASS cky net/minecraft/util/shape/VoxelShape
ARG 2 y
ARG 3 z
ARG 4 resize
METHOD a (Ler;III)Z
METHOD a getMinimum (Ley$a;)I
METHOD b getXSize ()I
METHOD b contains (III)Z
ARG 1 x
ARG 2 y
METHOD b (Ler;III)Z
METHOD b getMaximum (Ley$a;)I
METHOD c getYSize ()I
METHOD c (III)Z
METHOD c getSize (Ley$a;)I
METHOD d getZSize ()I