Skip to content

Latest commit

 

History

History
117 lines (117 loc) · 6.77 KB

cn.nukkit.inventory.ShapelessRecipe.md

File metadata and controls

117 lines (117 loc) · 6.77 KB
    • 构造函数一览

      构造函数 
      构造函数描述
      ShapelessRecipe(Item result, Collection<Item> ingredients) 
      ShapelessRecipe(String recipeId, int priority, Item result, Collection<Item> ingredients) 
    • 成员函数一览

      All Methods Instance Methods Concrete Methods 
      修饰符和类 成员函数描述
      List<Item> getAllResults() 
      List<Item> getExtraResults() 
      UUID getId() 
      int getIngredientCount() 
      List<Item> getIngredientList() 
      List<Item> getIngredientsAggregate() 
      int getPriority() 
      String getRecipeId() 
      Item getResult() 
      RecipeType getType() 
      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) 
      void registerToCraftingManager(CraftingManager manager) 
      boolean requiresCraftingTable() 
      void setId(UUID uuid) 
      • 继承自类 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait