Skip to content

Latest commit

 

History

History
73 lines (73 loc) · 3.93 KB

cn.nukkit.inventory.CraftingRecipe.md

File metadata and controls

73 lines (73 loc) · 3.93 KB
    • 成员函数一览

      All Methods Instance Methods Abstract Methods 
      修饰符和类 成员函数描述
      List<Item> getAllResults() 
      List<Item> getExtraResults() 
      UUID getId() 
      List<Item> getIngredientsAggregate() 
      int getPriority() 
      String getRecipeId() 
      boolean matchItems(List<Item> inputList, List<Item> extraOutputList)
      Returns whether the specified list of crafting grid inputs and outputs matches this recipe.
      boolean matchItems(List<Item> inputList, List<Item> extraOutputList, int multiplier) 
      boolean requiresCraftingTable() 
      void setId(UUID id) 
      • 继承自接口 cn.nukkit.inventory.Recipe

        getResult, getType, registerToCraftingManager