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

64 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-03-20 13:56:26 -04:00
CLASS hi net/minecraft/data/server/recipe/CookingRecipeJsonFactory
CLASS hi$a CookingRecipeJsonProvider
FIELD a recipeId Lqq;
FIELD b group Ljava/lang/String;
2019-03-20 13:56:26 -04:00
FIELD c ingredient Lbde;
FIELD d result Lbau;
FIELD e experience F
FIELD f cookingTime I
2019-03-20 13:56:26 -04:00
FIELD g builder Lq$a;
FIELD h advancementId Lqq;
FIELD i cookingRecipeSerializer Lbdj;
METHOD <init> (Lqq;Ljava/lang/String;Lbde;Lbau;FILq$a;Lqq;Lbdj;)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-20 13:56:26 -04:00
FIELD a output Lbau;
FIELD b input Lbde;
FIELD c exp F
FIELD d time I
2019-03-20 13:56:26 -04:00
FIELD e builder Lq$a;
FIELD f group Ljava/lang/String;
2019-03-20 13:56:26 -04:00
FIELD g serializer Lbdp;
METHOD <init> (Lbge;Lbde;FILbdp;)V
ARG 1 ouptut
ARG 2 input
ARG 3 exp
ARG 4 time
ARG 5 serializer
2019-03-20 13:56:26 -04:00
METHOD a create (Lbde;Lbge;FILbdp;)Lhi;
ARG 0 input
ARG 1 output
ARG 2 exp
ARG 3 time
ARG 4 serializer
2019-03-20 13:56:26 -04:00
METHOD a criterion (Ljava/lang/String;Ly;)Lhi;
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-20 13:56:26 -04:00
METHOD a offerTo (Ljava/util/function/Consumer;Lqq;)V
ARG 1 exporter
ARG 2 recipeId
2019-03-20 13:56:26 -04:00
METHOD a validate (Lqq;)V
ARG 1 recipeId
2019-03-20 13:56:26 -04:00
METHOD b createBlasting (Lbde;Lbge;FI)Lhi;
ARG 0 input
ARG 1 output
ARG 2 exp
ARG 3 time
2019-03-20 13:56:26 -04:00
METHOD c createSmelting (Lbde;Lbge;FI)Lhi;
ARG 0 input
ARG 1 output
ARG 2 exp
ARG 3 time