yarn/mappings/net/minecraft/recipe/book/RecipeBook.mapping

27 lines
816 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS xq net/minecraft/recipe/book/RecipeBook
FIELD a recipes Ljava/util/Set;
FIELD b toBeDisplayed Ljava/util/Set;
FIELD c guiOpen Z
FIELD d filteringCraftable Z
FIELD e furnaceGuiOpen Z
FIELD f furnaceFilteringCraftable Z
METHOD a isGuiOpen ()Z
2018-12-12 12:12:26 -05:00
METHOD a isFilteringCraftable (Latx;)Z
METHOD a add (Layw;)V
METHOD a add (Lqc;)V
2018-12-12 12:12:26 -05:00
METHOD a copyFrom (Lxq;)V
METHOD a setGuiOpen (Z)V
METHOD b isFilteringCraftable ()Z
METHOD b contains (Layw;)Z
METHOD b remove (Lqc;)V
METHOD b setFilteringCraftable (Z)V
METHOD c isFurnaceGuiOpen ()Z
METHOD c remove (Layw;)V
METHOD c display (Lqc;)V
METHOD c setFurnaceGuiOpen (Z)V
METHOD d isFurnaceFilteringCraftable ()Z
METHOD d shouldDisplay (Layw;)Z
METHOD d setFurnaceFilteringCraftable (Z)V
METHOD e onRecipeDisplayed (Layw;)V
METHOD f display (Layw;)V