yarn/mappings/net/minecraft/data/server/recipe/CookingRecipeJsonFactory.ma...

64 lines
1.6 KiB
Plaintext
Raw Normal View History

2019-03-14 08:57:09 -04:00
CLASS hh net/minecraft/data/server/recipe/CookingRecipeJsonFactory
2019-03-14 11:39:51 -04:00
CLASS hh$a net/minecraft/data/server/recipe/CookingRecipeJsonFactory$net/minecraft/data/server/recipe/CookingRecipeJsonFactory$CookingRecipeJsonProvider
2019-03-14 08:57:09 -04:00
FIELD a recipeId Lqp;
FIELD b group Ljava/lang/String;
2019-03-14 11:39:51 -04:00
FIELD c ingredient Lbcw;
2019-03-14 08:57:09 -04:00
FIELD d result Lbam;
FIELD e experience F
FIELD f cookingTime I
2019-03-14 08:57:09 -04:00
FIELD g builder Lp$a;
FIELD h advancementId Lqp;
2019-03-14 11:39:51 -04:00
FIELD i cookingRecipeSerializer Lbdb;
METHOD <init> (Lqp;Ljava/lang/String;Lbcw;Lbam;FILp$a;Lqp;Lbdb;)V
ARG 1 recipeId
ARG 2 group
ARG 3 input
ARG 4 output
ARG 5 exp
ARG 6 time
ARG 7 builder
ARG 8 advancementId
ARG 9 serializer
2019-03-14 08:57:09 -04:00
FIELD a output Lbam;
2019-03-14 11:39:51 -04:00
FIELD b input Lbcw;
FIELD c exp F
FIELD d time I
2019-03-14 08:57:09 -04:00
FIELD e builder Lp$a;
FIELD f group Ljava/lang/String;
2019-03-14 11:39:51 -04:00
FIELD g serializer Lbdh;
METHOD <init> (Lbfw;Lbcw;FILbdh;)V
ARG 1 ouptut
ARG 2 input
ARG 3 exp
ARG 4 time
ARG 5 serializer
2019-03-14 11:39:51 -04:00
METHOD a create (Lbcw;Lbfw;FILbdh;)Lhh;
ARG 0 input
ARG 1 output
ARG 2 exp
ARG 3 time
ARG 4 serializer
2019-03-14 08:57:09 -04:00
METHOD a criterion (Ljava/lang/String;Lx;)Lhh;
ARG 1 criterionName
ARG 2 conditions
METHOD a offerTo (Ljava/util/function/Consumer;)V
ARG 1 exporter
METHOD a offerTo (Ljava/util/function/Consumer;Ljava/lang/String;)V
ARG 1 exporter
ARG 2 recipeIdStr
2019-03-14 08:57:09 -04:00
METHOD a offerTo (Ljava/util/function/Consumer;Lqp;)V
ARG 1 exporter
ARG 2 recipeId
2019-03-14 08:57:09 -04:00
METHOD a validate (Lqp;)V
ARG 1 recipeId
2019-03-14 11:39:51 -04:00
METHOD b createBlasting (Lbcw;Lbfw;FI)Lhh;
ARG 0 input
ARG 1 output
ARG 2 exp
ARG 3 time
2019-03-14 11:39:51 -04:00
METHOD c createSmelting (Lbcw;Lbfw;FI)Lhh;
ARG 0 input
ARG 1 output
ARG 2 exp
ARG 3 time