Package | Description |
---|---|
org.bukkit.inventory |
Classes involved in manipulating player inventories and item interactions.
|
Modifier and Type | Method and Description |
---|---|
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(int count,
@NotNull ItemStack item) |
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(int count,
@NotNull Material ingredient)
Adds multiples of the specified ingredient.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(int count,
@NotNull MaterialData ingredient)
Adds multiples of the specified ingredient.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(int count,
@NotNull Material ingredient,
int rawdata)
Deprecated.
Magic value
|
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(@NotNull ItemStack item) |
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(@NotNull Material ingredient)
Adds the specified ingredient.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(@NotNull MaterialData ingredient)
Adds the specified ingredient.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(@NotNull Material ingredient,
int rawdata)
Deprecated.
Magic value
|
@NotNull ShapelessRecipe |
ShapelessRecipe.addIngredient(@NotNull RecipeChoice ingredient) |
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(int count,
@NotNull ItemStack item) |
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(int count,
@NotNull Material ingredient)
Removes multiple instances of an ingredient from the list.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(int count,
@NotNull MaterialData ingredient)
Removes multiple instances of an ingredient from the list.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(int count,
@NotNull Material ingredient,
int rawdata)
Deprecated.
Magic value
|
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(@NotNull ItemStack item) |
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(@NotNull Material ingredient)
Removes an ingredient from the list.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(@NotNull MaterialData ingredient)
Removes an ingredient from the list.
|
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(@NotNull Material ingredient,
int rawdata)
Deprecated.
Magic value
|
@NotNull ShapelessRecipe |
ShapelessRecipe.removeIngredient(@NotNull RecipeChoice ingredient)
Removes an ingredient from the list.
|
Copyright © 2021. All rights reserved.