Package | Description |
---|---|
com.chrismin13.additionsapi.items | |
com.chrismin13.additionsapi.recipes |
Modifier and Type | Method and Description |
---|---|
java.util.List<CustomRecipe> |
CustomItem.getCustomRecipes() |
Modifier and Type | Method and Description |
---|---|
CustomItem |
CustomItem.addCustomRecipe(CustomRecipe recipe)
Adds the specified recipe to the list of CustomShapedRecipes.
|
Modifier and Type | Method and Description |
---|---|
CustomItem |
CustomItem.addAllCustomRecipes(java.util.List<? extends CustomRecipe> recipes)
Adds all of the specified recipes to the list of CustomShapedRecipes.
|
Modifier and Type | Class and Description |
---|---|
class |
CustomFurnaceRecipe |
class |
CustomShapedRecipe |
class |
CustomShapelessRecipe |
Modifier and Type | Method and Description |
---|---|
CustomRecipe |
CustomRecipe.registerBukkitRecipe(org.bukkit.inventory.ItemStack result)
Deprecated.
|
CustomRecipe |
CustomRecipe.registerBukkitRecipe(org.bukkit.NamespacedKey key,
org.bukkit.inventory.ItemStack result) |