Package | Description |
---|---|
com.chrismin13.additionsapi.enums | |
com.chrismin13.additionsapi.recipes |
Modifier and Type | Method and Description |
---|---|
java.util.List<CustomShapedRecipe> |
ArmorType.getCustomShapedRecipe(RecipeIngredient craftingIngredient) |
java.util.List<CustomShapedRecipe> |
ToolType.getCustomShapedRecipe(RecipeIngredient itemIngredient,
RecipeIngredient stickIngredient) |
Modifier and Type | Method and Description |
---|---|
RecipeIngredient |
RecipeIngredient.clone() |
RecipeIngredient[] |
CustomShapedRecipe.getCraftingMatrix() |
RecipeIngredient[] |
CustomShapelessRecipe.getIngredients() |
RecipeIngredient |
CustomFurnaceRecipe.getInput() |
RecipeIngredient |
RecipeIngredient.setBlockData(java.lang.Byte blockData) |
RecipeIngredient |
RecipeIngredient.setMaterial(org.bukkit.Material material) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.Character,RecipeIngredient> |
CustomShapedRecipe.getIngredients() |
Modifier and Type | Method and Description |
---|---|
CustomShapelessRecipe |
CustomShapelessRecipe.addIngredient(RecipeIngredient ingredient) |
boolean |
RecipeIngredient.blockDataEquals(RecipeIngredient that) |
int |
RecipeIngredient.compareTo(RecipeIngredient ingredient) |
boolean |
RecipeIngredient.materialEquals(RecipeIngredient that) |
CustomShapedRecipe |
CustomShapedRecipe.setIngredient(char character,
RecipeIngredient ingredient) |
CustomFurnaceRecipe |
CustomFurnaceRecipe.setInput(RecipeIngredient input) |