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

13 lines
334 B
Plaintext
Raw Normal View History

2019-06-03 12:48:18 -04:00
CLASS bdw net/minecraft/recipe/AbstractCookingRecipe
FIELD a type Lben;
2019-04-05 12:03:47 -04:00
FIELD b id Lqs;
2019-01-16 13:24:40 -05:00
FIELD c group Ljava/lang/String;
2019-06-03 12:48:18 -04:00
FIELD d input Lbeh;
FIELD e output Lbcc;
2019-01-16 13:24:40 -05:00
FIELD f experience F
FIELD g cookTime I
2019-06-03 12:48:18 -04:00
METHOD <init> (Lben;Lqs;Ljava/lang/String;Lbeh;Lbcc;FI)V
2019-01-17 07:18:48 -05:00
ARG 1 type
METHOD b getExperience ()F
METHOD e getCookTime ()I