Package | Description |
---|---|
org.bukkit.inventory |
Classes involved in manipulating player inventories and item interactions.
|
Modifier and Type | Method | Description |
---|---|---|
@NotNull ShapedRecipe |
ShapedRecipe.setIngredient(char key,
@NotNull RecipeChoice ingredient) |
|
@NotNull ShapedRecipe |
ShapedRecipe.setIngredient(char key,
@NotNull Material ingredient) |
Sets the material that a character in the recipe shape refers to.
|
@NotNull ShapedRecipe |
ShapedRecipe.setIngredient(char key,
@NotNull MaterialData ingredient) |
Sets the material that a character in the recipe shape refers to.
|
@NotNull ShapedRecipe |
ShapedRecipe.setIngredient(char key,
@NotNull Material ingredient,
int raw) |
Deprecated.
Magic value
|
@NotNull ShapedRecipe |
ShapedRecipe.shape(@NotNull String... shape) |
Set the shape of this recipe to the specified rows.
|
Copyright © 2020. All rights reserved.