Uses of Class
org.bukkit.inventory.CraftingRecipe
Package
Description
Classes involved in manipulating player inventories and item interactions.
-
Uses of CraftingRecipe in org.bukkit.event.block
Modifier and TypeMethodDescriptionCrafterCraftEvent.getRecipe()
Gets the recipe that was used to craft this item.ModifierConstructorDescriptionCrafterCraftEvent
(@NotNull Block theBlock, @NotNull CraftingRecipe recipe, @NotNull ItemStack result) -
Uses of CraftingRecipe in org.bukkit.inventory
Modifier and TypeClassDescriptionclass
Represents a shaped (ie normal) crafting recipe.class
Represents a shapeless recipe, where the arrangement of the ingredients on the crafting grid does not matter.class
Represents a recipe which will change the type of the input material when combined with an additional material, but preserve all custom data.