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

330 lines
39 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Interface org.bukkit.inventory.RecipeChoice (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: RecipeChoice">
<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="../RecipeChoice.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.RecipeChoice" class="title">Uses of Interface<br>org.bukkit.inventory.RecipeChoice</h1>
</div>
<div class="caption"><span>Packages that use <a href="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</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="#com.destroystokyo.paper.inventory">com.destroystokyo.paper.inventory</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#io.papermc.paper.potion">io.papermc.paper.potion</a></div>
<div class="col-last odd-row-color">&nbsp;</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="com.destroystokyo.paper.inventory">
<h2>Uses of <a href="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a> in <a href="../../../../com/destroystokyo/paper/inventory/package-summary.html">com.destroystokyo.paper.inventory</a></h2>
<div class="caption"><span>Classes in <a href="../../../../com/destroystokyo/paper/inventory/package-summary.html">com.destroystokyo.paper.inventory</a> that implement <a href="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</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="../../../../com/destroystokyo/paper/inventory/ItemStackRecipeChoice.html" class="type-name-link" title="class in com.destroystokyo.paper.inventory">ItemStackRecipeChoice</a></code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">Draft API</div>
</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../../../../com/destroystokyo/paper/inventory/package-summary.html">com.destroystokyo.paper.inventory</a> that return <a href="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">ItemStackRecipeChoice.</span><code><a href="../../../../com/destroystokyo/paper/inventory/ItemStackRecipeChoice.html#clone()" class="member-name-link">clone</a>()</code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span></div>
&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="io.papermc.paper.potion">
<h2>Uses of <a href="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a> in <a href="../../../../io/papermc/paper/potion/package-summary.html">io.papermc.paper.potion</a></h2>
<div class="caption"><span>Methods in <a href="../../../../io/papermc/paper/potion/package-summary.html">io.papermc.paper.potion</a> that return <a href="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">PotionMix.</span><code><a href="../../../../io/papermc/paper/potion/PotionMix.html#getIngredient()" class="member-name-link">getIngredient</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the ingredient in the top slot of the brewing stand.</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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">PotionMix.</span><code><a href="../../../../io/papermc/paper/potion/PotionMix.html#getInput()" class="member-name-link">getInput</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the input for the bottom 3 slots in the brewing stand.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../../../../io/papermc/paper/potion/package-summary.html">io.papermc.paper.potion</a> with parameters of type <a href="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</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="../../../../io/papermc/paper/potion/PotionMix.html#%3Cinit%3E(org.bukkit.NamespacedKey,org.bukkit.inventory.ItemStack,org.bukkit.inventory.RecipeChoice,org.bukkit.inventory.RecipeChoice)" class="member-name-link">PotionMix</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;key,
<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,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;input,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;ingredient)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates a new potion mix.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.inventory">
<h2>Uses of <a href="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a> in <a href="../package-summary.html">org.bukkit.inventory</a></h2>
<div class="caption"><span>Classes in <a href="../package-summary.html">org.bukkit.inventory</a> that implement <a href="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</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>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../RecipeChoice.ExactChoice.html" class="type-name-link" title="class in org.bukkit.inventory">RecipeChoice.ExactChoice</a></code></div>
<div class="col-last even-row-color">
<div class="block">Represents a choice that will be valid only one of the stacks is exactly
matched (aside from stack size).</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../RecipeChoice.MaterialChoice.html" class="type-name-link" title="class in org.bukkit.inventory">RecipeChoice.MaterialChoice</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Represents a choice of multiple matching Materials.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.bukkit.inventory</a> that return <a href="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">RecipeChoice.</span><code><a href="../RecipeChoice.html#clone()" class="member-name-link">clone</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/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">SmithingRecipe.</span><code><a href="../SmithingRecipe.html#getAddition()" class="member-name-link">getAddition</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the addition recipe item.</div>
</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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">SmithingRecipe.</span><code><a href="../SmithingRecipe.html#getBase()" class="member-name-link">getBase</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get the base recipe 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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">CookingRecipe.</span><code><a href="../CookingRecipe.html#getInputChoice()" class="member-name-link">getInputChoice</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the input choice.</div>
</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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">StonecuttingRecipe.</span><code><a href="../StonecuttingRecipe.html#getInputChoice()" class="member-name-link">getInputChoice</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get the input choice.</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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">SmithingTransformRecipe.</span><code><a href="../SmithingTransformRecipe.html#getTemplate()" class="member-name-link">getTemplate</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the template recipe item.</div>
</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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">SmithingTrimRecipe.</span><code><a href="../SmithingTrimRecipe.html#getTemplate()" class="member-name-link">getTemplate</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get the template recipe item.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.bukkit.inventory</a> that return types with arguments of type <a href="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</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="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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">ShapelessRecipe.</span><code><a href="../ShapelessRecipe.html#getChoiceList()" class="member-name-link">getChoiceList</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/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/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Character.html" title="class or interface in java.lang" class="external-link">Character</a>,<wbr><a href="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&gt;</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">ShapedRecipe.</span><code><a href="../ShapedRecipe.html#getChoiceMap()" class="member-name-link">getChoiceMap</a>()</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.bukkit.inventory</a> with parameters of type <a href="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</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="../ShapelessRecipe.html" title="class in org.bukkit.inventory">ShapelessRecipe</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">ShapelessRecipe.</span><code><a href="../ShapelessRecipe.html#addIngredient(org.bukkit.inventory.RecipeChoice)" class="member-name-link">addIngredient</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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;ingredient)</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/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../ShapelessRecipe.html" title="class in org.bukkit.inventory">ShapelessRecipe</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">ShapelessRecipe.</span><code><a href="../ShapelessRecipe.html#removeIngredient(org.bukkit.inventory.RecipeChoice)" class="member-name-link">removeIngredient</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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;ingredient)</code></div>
<div class="col-last odd-row-color">
<div class="block">Removes an ingredient from the list.</div>
</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="../ShapedRecipe.html" title="class in org.bukkit.inventory">ShapedRecipe</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">ShapedRecipe.</span><code><a href="../ShapedRecipe.html#setIngredient(char,org.bukkit.inventory.RecipeChoice)" class="member-name-link">setIngredient</a><wbr>(char&nbsp;key,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;ingredient)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../CookingRecipe.html" title="type parameter in CookingRecipe">T</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">CookingRecipe.</span><code><a href="../CookingRecipe.html#setInputChoice(org.bukkit.inventory.RecipeChoice)" class="member-name-link">setInputChoice</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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;input)</code></div>
<div class="col-last odd-row-color">
<div class="block">Sets the input of this cooking recipe.</div>
</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="../FurnaceRecipe.html" title="class in org.bukkit.inventory">FurnaceRecipe</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">FurnaceRecipe.</span><code><a href="../FurnaceRecipe.html#setInputChoice(org.bukkit.inventory.RecipeChoice)" class="member-name-link">setInputChoice</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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;input)</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/NotNull.html" title="class or interface in org.jetbrains.annotations" class="external-link">@NotNull</a> <a href="../StonecuttingRecipe.html" title="class in org.bukkit.inventory">StonecuttingRecipe</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">StonecuttingRecipe.</span><code><a href="../StonecuttingRecipe.html#setInputChoice(org.bukkit.inventory.RecipeChoice)" class="member-name-link">setInputChoice</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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;input)</code></div>
<div class="col-last odd-row-color">
<div class="block">Sets the input of this Stonecutting recipe.</div>
</div>
</div>
<div class="caption"><span>Constructors in <a href="../package-summary.html">org.bukkit.inventory</a> with parameters of type <a href="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</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="../BlastingRecipe.html#%3Cinit%3E(org.bukkit.NamespacedKey,org.bukkit.inventory.ItemStack,org.bukkit.inventory.RecipeChoice,float,int)" class="member-name-link">BlastingRecipe</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;key,
<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,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;input,
float&nbsp;experience,
int&nbsp;cookingTime)</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="../CampfireRecipe.html#%3Cinit%3E(org.bukkit.NamespacedKey,org.bukkit.inventory.ItemStack,org.bukkit.inventory.RecipeChoice,float,int)" class="member-name-link">CampfireRecipe</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;key,
<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,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;input,
float&nbsp;experience,
int&nbsp;cookingTime)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../CookingRecipe.html#%3Cinit%3E(org.bukkit.NamespacedKey,org.bukkit.inventory.ItemStack,org.bukkit.inventory.RecipeChoice,float,int)" class="member-name-link">CookingRecipe</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;key,
<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,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;input,
float&nbsp;experience,
int&nbsp;cookingTime)</code></div>
<div class="col-last even-row-color">
<div class="block">Create a cooking recipe to craft the specified ItemStack.</div>
</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../FurnaceRecipe.html#%3Cinit%3E(org.bukkit.NamespacedKey,org.bukkit.inventory.ItemStack,org.bukkit.inventory.RecipeChoice,float,int)" class="member-name-link">FurnaceRecipe</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;key,
<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,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;input,
float&nbsp;experience,
int&nbsp;cookingTime)</code></div>
<div class="col-last odd-row-color">
<div class="block">Create a furnace recipe to craft the specified ItemStack.</div>
</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../SmithingRecipe.html#%3Cinit%3E(org.bukkit.NamespacedKey,org.bukkit.inventory.ItemStack,org.bukkit.inventory.RecipeChoice,org.bukkit.inventory.RecipeChoice)" class="member-name-link">SmithingRecipe</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;key,
<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,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;base,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;addition)</code></div>
<div class="col-last even-row-color">
<div class="block">Create a smithing recipe to produce the specified result ItemStack.</div>
</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../SmithingRecipe.html#%3Cinit%3E(org.bukkit.NamespacedKey,org.bukkit.inventory.ItemStack,org.bukkit.inventory.RecipeChoice,org.bukkit.inventory.RecipeChoice,boolean)" class="member-name-link">SmithingRecipe</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;key,
<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,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;base,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;addition,
boolean&nbsp;copyNbt)</code></div>
<div class="col-last odd-row-color">
<div class="block">Create a smithing recipe to produce the specified result ItemStack.</div>
</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../SmithingTransformRecipe.html#%3Cinit%3E(org.bukkit.NamespacedKey,org.bukkit.inventory.ItemStack,org.bukkit.inventory.RecipeChoice,org.bukkit.inventory.RecipeChoice,org.bukkit.inventory.RecipeChoice)" class="member-name-link">SmithingTransformRecipe</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;key,
<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,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;template,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;base,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;addition)</code></div>
<div class="col-last even-row-color">
<div class="block">Create a smithing recipe to produce the specified result ItemStack.</div>
</div>
<div class="col-first odd-row-color"><code>&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../SmithingTrimRecipe.html#%3Cinit%3E(org.bukkit.NamespacedKey,org.bukkit.inventory.RecipeChoice,org.bukkit.inventory.RecipeChoice,org.bukkit.inventory.RecipeChoice)" class="member-name-link">SmithingTrimRecipe</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;key,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;template,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;base,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;addition)</code></div>
<div class="col-last odd-row-color">
<div class="block">Create a smithing recipe to produce the specified result ItemStack.</div>
</div>
<div class="col-first even-row-color"><code>&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../SmokingRecipe.html#%3Cinit%3E(org.bukkit.NamespacedKey,org.bukkit.inventory.ItemStack,org.bukkit.inventory.RecipeChoice,float,int)" class="member-name-link">SmokingRecipe</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;key,
<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,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;input,
float&nbsp;experience,
int&nbsp;cookingTime)</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="../StonecuttingRecipe.html#%3Cinit%3E(org.bukkit.NamespacedKey,org.bukkit.inventory.ItemStack,org.bukkit.inventory.RecipeChoice)" class="member-name-link">StonecuttingRecipe</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;key,
<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,
<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="../RecipeChoice.html" title="interface in org.bukkit.inventory">RecipeChoice</a>&nbsp;input)</code></div>
<div class="col-last odd-row-color">
<div class="block">Create a Stonecutting recipe to craft the specified ItemStack.</div>
</div>
</div>
</section>
</li>
</ul>
</section>
</main>
</div>
</div>
</body>
</html>