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

15 lines
498 B
Plaintext
Raw Normal View History

2019-04-10 11:36:17 -04:00
CLASS cur net/minecraft/client/recipe/book/ClientRecipeBook
FIELD k manager Lbed;
FIELD l resultsByGroup Ljava/util/Map;
FIELD m orderedResults Ljava/util/List;
2019-04-12 10:38:24 -04:00
METHOD a getResultsForGroup (Lcvi;)Ljava/util/List;
METHOD a addGroupResults (Lcvi;Ldcb;)V
ARG 1 group
ARG 2 results
2019-04-10 11:36:17 -04:00
METHOD b getGroupsForContainer (Lazb;)Ljava/util/List;
2019-04-12 10:38:24 -04:00
METHOD b addGroup (Lcvi;)Ldcb;
ARG 1 group
2019-04-12 10:38:24 -04:00
METHOD g getGroupForRecipe (Lbec;)Lcvi;
METHOD i reload ()V
METHOD j getOrderedResults ()Ljava/util/List;