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

15 lines
498 B
Plaintext
Raw Normal View History

2019-05-07 12:05:49 -04:00
CLASS cva net/minecraft/client/recipe/book/ClientRecipeBook
FIELD k manager Lbek;
FIELD l resultsByGroup Ljava/util/Map;
FIELD m orderedResults Ljava/util/List;
2019-05-07 12:05:49 -04:00
METHOD a getResultsForGroup (Lcvr;)Ljava/util/List;
METHOD a addGroupResults (Lcvr;Ldck;)V
ARG 1 group
ARG 2 results
2019-05-07 12:05:49 -04:00
METHOD b getGroupsForContainer (Lazi;)Ljava/util/List;
METHOD b addGroup (Lcvr;)Ldck;
ARG 1 group
2019-05-07 12:05:49 -04:00
METHOD g getGroupForRecipe (Lbej;)Lcvr;
METHOD i reload ()V
METHOD j getOrderedResults ()Ljava/util/List;