パッケージ | 説明 |
---|---|
org.bukkit.inventory |
Classes involved in manipulating player inventories and item interactions.
|
修飾子とタイプ | メソッドと説明 |
---|---|
ShapedRecipe |
ShapedRecipe.setIngredient(char key,
Material ingredient)
Sets the material that a character in the recipe shape refers to.
|
ShapedRecipe |
ShapedRecipe.setIngredient(char key,
MaterialData ingredient)
Sets the material that a character in the recipe shape refers to.
|
ShapedRecipe |
ShapedRecipe.setIngredient(char key,
Material ingredient,
int raw)
非推奨です。
Magic value
|
ShapedRecipe |
ShapedRecipe.shape(String... shape)
Set the shape of this recipe to the specified rows.
|
Copyright © 2016. All rights reserved.