Scissors-Website/javadoc/1.19.4/org/bukkit/inventory/class-use/Recipe.html
2023-04-02 20:49:18 -05:00

297 lines
29 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Interface org.bukkit.inventory.Recipe (Scissors-API 1.19.4-R0.1-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="use: package: org.bukkit.inventory, interface: Recipe">
<meta name="generator" content="javadoc/ClassUseWriter">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-use-page">
<script type="text/javascript">var pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../Recipe.html" title="interface in org.bukkit.inventory">Class</a></li>
<li class="nav-bar-cell1-rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html#use">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 title="Uses of Interface org.bukkit.inventory.Recipe" class="title">Uses of Interface<br>org.bukkit.inventory.Recipe</h1>
</div>
<div class="caption"><span>Packages that use <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="#org.bukkit">org.bukkit</a></div>
<div class="col-last even-row-color">
<div class="block">The root package of the Bukkit API, contains generalized API classes.</div>
</div>
<div class="col-first odd-row-color"><a href="#org.bukkit.event.inventory">org.bukkit.event.inventory</a></div>
<div class="col-last odd-row-color">
<div class="block"><a href="../../event/Event.html" title="class in org.bukkit.event"><code>Events</code></a> relating to <a href="../Inventory.html" title="interface in org.bukkit.inventory"><code>inventory</code></a> manipulation.</div>
</div>
<div class="col-first even-row-color"><a href="#org.bukkit.inventory">org.bukkit.inventory</a></div>
<div class="col-last even-row-color">
<div class="block">Classes involved in manipulating player inventories and item interactions.</div>
</div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="org.bukkit">
<h2>Uses of <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a> in <a href="../../package-summary.html">org.bukkit</a></h2>
<div class="caption"><span>Methods in <a href="../../package-summary.html">org.bukkit</a> that return <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static <a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Bukkit.</span><code><a href="../../Bukkit.html#getCraftingRecipe(org.bukkit.inventory.ItemStack%5B%5D,org.bukkit.World)" class="member-name-link">getCraftingRecipe</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../ItemStack.html" title="class in org.bukkit.inventory">ItemStack</a>[]&nbsp;craftingMatrix,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../../World.html" title="interface in org.bukkit">World</a>&nbsp;world)</code></div>
<div class="col-last even-row-color">
<div class="block">Get the <a href="../Recipe.html" title="interface in org.bukkit.inventory"><code>Recipe</code></a> for the list of ItemStacks provided.</div>
</div>
<div class="col-first odd-row-color"><code><a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Server.</span><code><a href="../../Server.html#getCraftingRecipe(org.bukkit.inventory.ItemStack%5B%5D,org.bukkit.World)" class="member-name-link">getCraftingRecipe</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../ItemStack.html" title="class in org.bukkit.inventory">ItemStack</a>[]&nbsp;craftingMatrix,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../../World.html" title="interface in org.bukkit">World</a>&nbsp;world)</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the <a href="../Recipe.html" title="interface in org.bukkit.inventory"><code>Recipe</code></a> for the list of ItemStacks provided.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Bukkit.</span><code><a href="../../Bukkit.html#getRecipe(org.bukkit.NamespacedKey)" class="member-name-link">getRecipe</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../../NamespacedKey.html" title="class in org.bukkit">NamespacedKey</a>&nbsp;recipeKey)</code></div>
<div class="col-last even-row-color">
<div class="block">Get the <a href="../Recipe.html" title="interface in org.bukkit.inventory"><code>Recipe</code></a> for the given key.</div>
</div>
<div class="col-first odd-row-color"><code><a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Server.</span><code><a href="../../Server.html#getRecipe(org.bukkit.NamespacedKey)" class="member-name-link">getRecipe</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../../NamespacedKey.html" title="class in org.bukkit">NamespacedKey</a>&nbsp;recipeKey)</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the <a href="../Recipe.html" title="interface in org.bukkit.inventory"><code>Recipe</code></a> for the given key.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../../package-summary.html">org.bukkit</a> that return types with arguments of type <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static <a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Bukkit.</span><code><a href="../../Bukkit.html#getRecipesFor(org.bukkit.inventory.ItemStack)" class="member-name-link">getRecipesFor</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../ItemStack.html" title="class in org.bukkit.inventory">ItemStack</a>&nbsp;result)</code></div>
<div class="col-last even-row-color">
<div class="block">Get a list of all recipes for a given item.</div>
</div>
<div class="col-first odd-row-color"><code><a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a>&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Server.</span><code><a href="../../Server.html#getRecipesFor(org.bukkit.inventory.ItemStack)" class="member-name-link">getRecipesFor</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../ItemStack.html" title="class in org.bukkit.inventory">ItemStack</a>&nbsp;result)</code></div>
<div class="col-last odd-row-color">
<div class="block">Get a list of all recipes for a given item.</div>
</div>
<div class="col-first even-row-color"><code>static <a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Iterator.html" title="class or interface in java.util" class="external-link">Iterator</a>&lt;<a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Bukkit.</span><code><a href="../../Bukkit.html#recipeIterator()" class="member-name-link">recipeIterator</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get an iterator through the list of crafting recipes.</div>
</div>
<div class="col-first odd-row-color"><code><a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Iterator.html" title="class or interface in java.util" class="external-link">Iterator</a>&lt;<a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a>&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Server.</span><code><a href="../../Server.html#recipeIterator()" class="member-name-link">recipeIterator</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Get an iterator through the list of crafting recipes.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../../package-summary.html">org.bukkit</a> with parameters of type <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static boolean</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Bukkit.</span><code><a href="../../Bukkit.html#addRecipe(org.bukkit.inventory.Recipe)" class="member-name-link">addRecipe</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a>&nbsp;recipe)</code></div>
<div class="col-last even-row-color">
<div class="block">Adds a recipe to the crafting manager.</div>
</div>
<div class="col-first odd-row-color"><code>boolean</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Server.</span><code><a href="../../Server.html#addRecipe(org.bukkit.inventory.Recipe)" class="member-name-link">addRecipe</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a>&nbsp;recipe)</code></div>
<div class="col-last odd-row-color">
<div class="block">Adds a recipe to the crafting manager.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.event.inventory">
<h2>Uses of <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a> in <a href="../../event/inventory/package-summary.html">org.bukkit.event.inventory</a></h2>
<div class="caption"><span>Methods in <a href="../../event/inventory/package-summary.html">org.bukkit.event.inventory</a> that return <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">CraftItemEvent.</span><code><a href="../../event/inventory/CraftItemEvent.html#getRecipe()" class="member-name-link">getRecipe</a>()</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PrepareItemCraftEvent.</span><code><a href="../../event/inventory/PrepareItemCraftEvent.html#getRecipe()" class="member-name-link">getRecipe</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the recipe that has been formed.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../../event/inventory/package-summary.html">org.bukkit.event.inventory</a> with parameters of type <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier</div>
<div class="table-header col-second">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../../event/inventory/CraftItemEvent.html#%3Cinit%3E(org.bukkit.inventory.Recipe,org.bukkit.inventory.InventoryView,org.bukkit.event.inventory.InventoryType.SlotType,int,org.bukkit.event.inventory.ClickType,org.bukkit.event.inventory.InventoryAction)" class="member-name-link">CraftItemEvent</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a>&nbsp;recipe,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../InventoryView.html" title="class in org.bukkit.inventory">InventoryView</a>&nbsp;what,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../../event/inventory/InventoryType.SlotType.html" title="enum class in org.bukkit.event.inventory">InventoryType.SlotType</a>&nbsp;type,
int&nbsp;slot,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../../event/inventory/ClickType.html" title="enum class in org.bukkit.event.inventory">ClickType</a>&nbsp;click,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../../event/inventory/InventoryAction.html" title="enum class in org.bukkit.event.inventory">InventoryAction</a>&nbsp;action)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../../event/inventory/CraftItemEvent.html#%3Cinit%3E(org.bukkit.inventory.Recipe,org.bukkit.inventory.InventoryView,org.bukkit.event.inventory.InventoryType.SlotType,int,org.bukkit.event.inventory.ClickType,org.bukkit.event.inventory.InventoryAction,int)" class="member-name-link">CraftItemEvent</a><wbr>(<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a>&nbsp;recipe,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../InventoryView.html" title="class in org.bukkit.inventory">InventoryView</a>&nbsp;what,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../../event/inventory/InventoryType.SlotType.html" title="enum class in org.bukkit.event.inventory">InventoryType.SlotType</a>&nbsp;type,
int&nbsp;slot,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../../event/inventory/ClickType.html" title="enum class in org.bukkit.event.inventory">ClickType</a>&nbsp;click,
<a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../../event/inventory/InventoryAction.html" title="enum class in org.bukkit.event.inventory">InventoryAction</a>&nbsp;action,
int&nbsp;key)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.inventory">
<h2>Uses of <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a> in <a href="../package-summary.html">org.bukkit.inventory</a></h2>
<div class="caption"><span>Subinterfaces of <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a> in <a href="../package-summary.html">org.bukkit.inventory</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Interface</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../ComplexRecipe.html" class="type-name-link" title="interface in org.bukkit.inventory">ComplexRecipe</a></code></div>
<div class="col-last even-row-color">
<div class="block">Represents a complex recipe which has imperative server-defined behavior, eg
armor dyeing.</div>
</div>
</div>
<div class="caption"><span>Classes in <a href="../package-summary.html">org.bukkit.inventory</a> that implement <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../BlastingRecipe.html" class="type-name-link" title="class in org.bukkit.inventory">BlastingRecipe</a></code></div>
<div class="col-last even-row-color">
<div class="block">Represents a campfire recipe.</div>
</div>
<div class="col-first odd-row-color"><code>class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../CampfireRecipe.html" class="type-name-link" title="class in org.bukkit.inventory">CampfireRecipe</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Represents a campfire recipe.</div>
</div>
<div class="col-first even-row-color"><code>class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../CookingRecipe.html" class="type-name-link" title="class in org.bukkit.inventory">CookingRecipe</a>&lt;T extends <a href="../CookingRecipe.html" title="class in org.bukkit.inventory">CookingRecipe</a>&gt;</code></div>
<div class="col-last even-row-color">
<div class="block">Represents a cooking recipe.</div>
</div>
<div class="col-first odd-row-color"><code>class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../FurnaceRecipe.html" class="type-name-link" title="class in org.bukkit.inventory">FurnaceRecipe</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Represents a furnace recipe.</div>
</div>
<div class="col-first even-row-color"><code>class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../MerchantRecipe.html" class="type-name-link" title="class in org.bukkit.inventory">MerchantRecipe</a></code></div>
<div class="col-last even-row-color">
<div class="block">Represents a merchant's trade.</div>
</div>
<div class="col-first odd-row-color"><code>class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../ShapedRecipe.html" class="type-name-link" title="class in org.bukkit.inventory">ShapedRecipe</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Represents a shaped (ie normal) crafting recipe.</div>
</div>
<div class="col-first even-row-color"><code>class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../ShapelessRecipe.html" class="type-name-link" title="class in org.bukkit.inventory">ShapelessRecipe</a></code></div>
<div class="col-last even-row-color">
<div class="block">Represents a shapeless recipe, where the arrangement of the ingredients on
the crafting grid does not matter.</div>
</div>
<div class="col-first odd-row-color"><code>class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../SmithingRecipe.html" class="type-name-link" title="class in org.bukkit.inventory">SmithingRecipe</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Represents a smithing recipe.</div>
</div>
<div class="col-first even-row-color"><code>class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../SmithingTransformRecipe.html" class="type-name-link" title="class in org.bukkit.inventory">SmithingTransformRecipe</a></code></div>
<div class="col-last even-row-color">
<div class="block">Represents a smithing transform recipe.</div>
</div>
<div class="col-first odd-row-color"><code>class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../SmithingTrimRecipe.html" class="type-name-link" title="class in org.bukkit.inventory">SmithingTrimRecipe</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Represents a smithing trim recipe.</div>
</div>
<div class="col-first even-row-color"><code>class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../SmokingRecipe.html" class="type-name-link" title="class in org.bukkit.inventory">SmokingRecipe</a></code></div>
<div class="col-last even-row-color">
<div class="block">Represents a campfire recipe.</div>
</div>
<div class="col-first odd-row-color"><code>class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../StonecuttingRecipe.html" class="type-name-link" title="class in org.bukkit.inventory">StonecuttingRecipe</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Represents a Stonecutting recipe.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.bukkit.inventory</a> that return <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">CraftingInventory.</span><code><a href="../CraftingInventory.html#getRecipe()" class="member-name-link">getRecipe</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get the current recipe formed on the crafting inventory, if any.</div>
</div>
<div class="col-first odd-row-color"><code><a href="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html" title="class or interface in org.jetbrains.annotations" class="external-link">@Nullable</a> <a href="../Recipe.html" title="interface in org.bukkit.inventory">Recipe</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">SmithingInventory.</span><code><a href="../SmithingInventory.html#getRecipe()" class="member-name-link">getRecipe</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the current recipe formed on the smithing table, if any.</div>
</div>
</div>
</section>
</li>
</ul>
</section>
</main>
</div>
</div>
</body>
</html>