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

20 lines
542 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS agx net/minecraft/recipe/RecipeRegistry
FIELD a INSTANCE Lagx;
2016-08-16 18:04:54 -04:00
FIELD b recipes Ljava/util/List;
2016-10-18 11:31:59 -04:00
METHOD a getInstance ()Lagx;
METHOD a craft (Lace;Laiw;)Laes;
2016-08-16 18:04:54 -04:00
ARG 0 craftingInv
ARG 1 world
2016-10-18 11:31:59 -04:00
METHOD a addShapedRecipe (Laes;[Ljava/lang/Object;)Lagz;
2016-08-16 18:04:54 -04:00
ARG 0 stack
ARG 1 inputs
2016-10-18 11:31:59 -04:00
METHOD a addRecipe (Lagw;)V
2016-08-16 18:04:54 -04:00
ARG 0 recipe
METHOD b getRecipeList ()Ljava/util/List;
2016-10-18 11:31:59 -04:00
METHOD b getRemainingStacks (Lace;Laiw;)Ldc;
2016-08-16 18:04:54 -04:00
ARG 0 craftingInv
ARG 1 world
2016-10-18 11:31:59 -04:00
METHOD b addShapelessRecipe (Laes;[Ljava/lang/Object;)V
2016-08-16 18:04:54 -04:00
ARG 0 stack
ARG 1 inputs