yarn/mappings/net/minecraft/client/recipe/book/ClientRecipeBook.mapping

11 lines
414 B
Plaintext
Raw Normal View History

2019-02-20 15:49:23 -05:00
CLASS cqn net/minecraft/client/recipe/book/ClientRecipeBook
FIELD k manager Lbah;
FIELD l resultsByGroup Ljava/util/Map;
FIELD m orderedResults Ljava/util/List;
2019-02-20 15:49:23 -05:00
METHOD a getResultsForGroup (Lcrd;)Ljava/util/List;
2019-02-13 12:35:08 -05:00
METHOD b getGroupsForContainer (Lava;)Ljava/util/List;
2019-02-20 15:49:23 -05:00
METHOD b addGroup (Lcrd;)Lcyd;
METHOD g getGroupForRecipe (Lbag;)Lcrd;
METHOD i reload ()V
METHOD j getOrderedResults ()Ljava/util/List;