yarn/mappings/net/minecraft/recipe/RecipeShaped.mapping

26 lines
561 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS agz net/minecraft/recipe/RecipeShaped
2016-08-16 18:04:54 -04:00
FIELD a width I
FIELD b height I
2016-10-18 11:31:59 -04:00
FIELD c inputs [Laes;
FIELD d output Laes;
2016-08-16 18:04:54 -04:00
FIELD e cloneTags Z
2016-10-18 11:31:59 -04:00
METHOD <init> (II[Laes;Laes;)V
2016-08-16 18:04:54 -04:00
ARG 0 width
ARG 1 height
ARG 2 inputs
ARG 3 output
METHOD a getSize ()I
2016-10-18 11:31:59 -04:00
METHOD a craft (Lace;)Laes;
2016-09-12 09:16:04 -04:00
ARG 0 craftingInv
2016-10-18 11:31:59 -04:00
METHOD a matches (Lace;IIZ)Z
2016-08-16 18:04:54 -04:00
ARG 0 craftingInv
ARG 1 offsetX
ARG 2 offsetY
ARG 3 mirrored
2016-10-18 11:31:59 -04:00
METHOD a matches (Lace;Laiw;)Z
2016-09-12 09:16:04 -04:00
ARG 0 craftingInv
ARG 1 world
2016-10-18 11:31:59 -04:00
METHOD b getOutput ()Laes;
METHOD b getRemainingStacks (Lace;)Ldc;
2016-09-12 09:16:04 -04:00
ARG 0 craftingInv