Package | Description |
---|---|
com.chrismin13.additionsapi.enums | |
com.chrismin13.additionsapi.recipes |
Modifier and Type | Method and Description |
---|---|
java.util.List<CustomShapedRecipe> |
ArmorType.getCustomShapedRecipe(org.bukkit.Material craftingMaterial) |
java.util.List<CustomShapedRecipe> |
ToolType.getCustomShapedRecipe(org.bukkit.Material itemMaterial,
org.bukkit.Material stickMaterial) |
java.util.List<CustomShapedRecipe> |
ArmorType.getCustomShapedRecipe(RecipeIngredient craftingIngredient) |
java.util.List<CustomShapedRecipe> |
ToolType.getCustomShapedRecipe(RecipeIngredient itemIngredient,
RecipeIngredient stickIngredient) |
Modifier and Type | Method and Description |
---|---|
CustomShapedRecipe |
CustomShapedRecipe.clone() |
CustomShapedRecipe |
CustomShapedRecipe.setIngredient(char character,
org.bukkit.Material craftingMaterial) |
CustomShapedRecipe |
CustomShapedRecipe.setIngredient(char character,
RecipeIngredient ingredient) |
CustomShapedRecipe |
CustomShapedRecipe.setShape(java.lang.String... shape) |
CustomShapedRecipe |
CustomShapedRecipe.setShape(java.lang.String firstRow,
java.lang.String secondRow,
java.lang.String thirdRow) |
Constructor and Description |
---|
CustomShapedRecipe(CustomShapedRecipe recipe) |