yarn/mappings/net/minecraft/recipe/smelting/AbstractSmeltingRecipe.mapping

21 lines
527 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS ayy net/minecraft/recipe/smelting/AbstractSmeltingRecipe
FIELD b id Lqc;
FIELD c group Ljava/lang/String;
FIELD d input Lazj;
FIELD e output Laxc;
FIELD f experience F
FIELD g cookTime I
METHOD a getPreviewInputs ()Lfh;
METHOD a fits (II)Z
ARG 1 width
ARG 2 height
2019-01-16 13:24:40 -05:00
METHOD a craft (Lafq;)Laxc;
2019-01-16 13:30:32 -05:00
METHOD a matches (Lafq;Lbci;)Z
ARG 1 inv
METHOD b getExperience ()F
2019-01-16 13:24:40 -05:00
METHOD c getOutput ()Laxc;
METHOD d getGroup ()Ljava/lang/String;
METHOD e getCookTime ()I
2019-01-16 13:24:40 -05:00
METHOD f getId ()Lqc;
METHOD g getType ()Lazp;