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

15 lines
498 B
Plaintext
Raw Normal View History

2019-04-18 17:01:39 -04:00
CLASS cuy net/minecraft/client/recipe/book/ClientRecipeBook
FIELD k manager Lbej;
FIELD l resultsByGroup Ljava/util/Map;
FIELD m orderedResults Ljava/util/List;
2019-04-18 17:01:39 -04:00
METHOD a getResultsForGroup (Lcvp;)Ljava/util/List;
METHOD a addGroupResults (Lcvp;Ldci;)V
ARG 1 group
ARG 2 results
2019-04-18 17:01:39 -04:00
METHOD b getGroupsForContainer (Lazh;)Ljava/util/List;
METHOD b addGroup (Lcvp;)Ldci;
ARG 1 group
2019-04-18 17:01:39 -04:00
METHOD g getGroupForRecipe (Lbei;)Lcvp;
METHOD i reload ()V
METHOD j getOrderedResults ()Ljava/util/List;