| 程序包 | 说明 |
|---|---|
| org.bukkit.inventory |
参与操作玩家物品栏和物品交互的类.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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(java.lang.String... shape)
Set the shape of this recipe to the specified rows.
|