yarn/mappings/net/minecraft/recipe/cooking/AbstractCookingRecipe.mapping

24 lines
616 B
Plaintext
Raw Normal View History

2019-01-17 07:18:48 -05:00
CLASS ayy net/minecraft/recipe/cooking/AbstractCookingRecipe
FIELD a type Lazp;
2019-01-16 13:24:40 -05:00
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
2019-01-17 07:18:48 -05:00
METHOD <init> (Lazp;Lqc;Ljava/lang/String;Lazj;Laxc;FI)V
ARG 1 type
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;