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

68 lines
1.6 KiB
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS ee net/minecraft/util/math/Facing
CLASS ee$a Axis
FIELD a X Lee$a;
FIELD b Y Lee$a;
FIELD c Z Lee$a;
FIELD d BY_NAME_MAP Ljava/util/Map;
FIELD e name Ljava/lang/String;
2017-04-05 07:31:24 -04:00
FIELD f plane Lee$c;
METHOD a getName ()Ljava/lang/String;
2017-04-05 07:31:24 -04:00
METHOD a matches (Lee;)Z
METHOD a byName (Ljava/lang/String;)Lee$a;
METHOD b isVertical ()Z
METHOD c isHorizontal ()Z
2017-04-05 07:31:24 -04:00
METHOD d getPlane ()Lee$c;
2017-04-05 08:32:34 -04:00
METHOD m ()Ljava/lang/String;
2017-04-05 07:31:24 -04:00
CLASS ee$b Direction
FIELD a POSITIVE Lee$b;
FIELD b NEGATIVE Lee$b;
2016-08-14 16:19:38 -04:00
FIELD c offset I
FIELD d desc Ljava/lang/String;
METHOD a offset ()I
2017-04-05 07:31:24 -04:00
CLASS ee$c Plane
FIELD a HORIZONTAL Lee$c;
FIELD b VERTICAL Lee$c;
METHOD a getFacings ()[Lee;
METHOD a apply (Lee;)Z
METHOD a getRandomFacing (Ljava/util/Random;)Lee;
FIELD a DOWN Lee;
FIELD b UP Lee;
FIELD c NORTH Lee;
FIELD d SOUTH Lee;
FIELD e WEST Lee;
FIELD f EAST Lee;
2016-08-12 14:24:17 -04:00
FIELD g id I
FIELD h idOpposite I
2016-08-14 16:19:38 -04:00
FIELD i idHorizontal I
2016-08-12 14:24:17 -04:00
FIELD j name Ljava/lang/String;
2017-04-05 07:31:24 -04:00
FIELD k axis Lee$a;
FIELD l direction Lee$b;
FIELD m vector Leu;
FIELD n ALL [Lee;
FIELD o HORIZONTAL [Lee;
2016-08-12 14:24:17 -04:00
FIELD p nameToFacing Ljava/util/Map;
2017-04-05 08:32:34 -04:00
METHOD a ()I
METHOD a (D)Lee;
METHOD a (FFF)Lee;
METHOD a (I)Lee;
METHOD a (Lee$a;)Lee;
METHOD a (Lee$b;Lee$a;)Lee;
METHOD a (Ljava/lang/String;)Lee;
METHOD a (Ljava/util/Random;)Lee;
METHOD b ()I
METHOD b (I)Lee;
METHOD c ()Lee$b;
METHOD d ()Lee;
METHOD e ()Lee;
METHOD f ()Lee;
METHOD g ()I
METHOD h ()I
METHOD i ()I
METHOD j ()Ljava/lang/String;
METHOD k ()Lee$a;
METHOD l ()F
METHOD m ()Ljava/lang/String;
METHOD n ()Leu;
METHOD o ()Lee;
METHOD q ()Lee;