-
-
构造函数 构造函数描述 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)
-