Package | Description |
---|---|
org.bukkit.inventory |
Classes involved in manipulating player inventories and item interactions.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
RecipeChoice.MaterialChoice |
Deprecated.
Represents a choice of multiple matching Materials.
|
Modifier and Type | Method | Description |
---|---|---|
RecipeChoice |
RecipeChoice.clone() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<RecipeChoice> |
ShapelessRecipe.getChoiceList() |
|
java.util.Map<java.lang.Character,RecipeChoice> |
ShapedRecipe.getChoiceMap() |
Modifier and Type | Method | Description |
---|---|---|
ShapelessRecipe |
ShapelessRecipe.addIngredient(RecipeChoice ingredient) |
|
ShapelessRecipe |
ShapelessRecipe.removeIngredient(RecipeChoice ingredient) |
Removes an ingredient from the list.
|
ShapedRecipe |
ShapedRecipe.setIngredient(char key,
RecipeChoice ingredient) |
Copyright © 2018. All rights reserved.