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

14 lines
352 B
Plaintext
Raw Normal View History

2017-04-05 07:31:24 -04:00
CLASS ajd net/minecraft/recipe/RecipeFireworks
FIELD b stack Lahf;
2017-04-05 14:11:28 -04:00
METHOD a getSize ()I
METHOD a craft (Laeo;)Lahf;
2017-04-09 20:27:11 -04:00
ARG 0 inv
2017-04-05 14:11:28 -04:00
METHOD a matches (Laeo;Lali;)Z
2017-04-09 20:27:11 -04:00
ARG 0 inv
ARG 1 world
2017-04-05 14:11:28 -04:00
METHOD b getOutput ()Lahf;
METHOD b getRemainingStacks (Laeo;)Lem;
2017-04-09 20:27:11 -04:00
ARG 0 inv
2017-05-10 17:15:26 -04:00
METHOD c getPreviewInputs ()Ljava/util/List;
2017-05-10 15:24:29 -04:00
METHOD d isIgnoredInRecipeBook ()Z