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

516 lines
58 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Uses of Interface org.bukkit.inventory.Inventory (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: Inventory">
<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="../Inventory.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.Inventory" class="title">Uses of Interface<br>org.bukkit.inventory.Inventory</h1>
</div>
<div class="caption"><span>Packages that use <a href="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</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.block">org.bukkit.block</a></div>
<div class="col-last odd-row-color">
<div class="block">Classes used to manipulate the voxels in a <a href="../../World.html" title="interface in org.bukkit"><code>world</code></a>,
including special states.</div>
</div>
<div class="col-first even-row-color"><a href="#org.bukkit.entity">org.bukkit.entity</a></div>
<div class="col-last even-row-color">
<div class="block">Interfaces for non-voxel objects that can exist in a <a href="../../World.html" title="interface in org.bukkit"><code>world</code></a>, including all players, monsters, projectiles, etc.</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 class="col-first odd-row-color"><a href="#org.bukkit.loot">org.bukkit.loot</a></div>
<div class="col-last odd-row-color">
<div class="block">Classes relevant to loot table manipulation and generation.</div>
</div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="org.bukkit">
<h2>Uses of <a href="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</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="../Inventory.html" title="interface in org.bukkit.inventory">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">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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Bukkit.</span><code><a href="../../Bukkit.html#createInventory(org.bukkit.inventory.InventoryHolder,int)" class="member-name-link">createInventory</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="../InventoryHolder.html" title="interface in org.bukkit.inventory">InventoryHolder</a>&nbsp;owner,
int&nbsp;size)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates an empty inventory of type <a href="../../event/inventory/InventoryType.html#CHEST"><code>InventoryType.CHEST</code></a> with the
specified size.</div>
</div>
<div class="col-first odd-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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Bukkit.</span><code><a href="../../Bukkit.html#createInventory(org.bukkit.inventory.InventoryHolder,int,java.lang.String)" class="member-name-link">createInventory</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="../InventoryHolder.html" title="interface in org.bukkit.inventory">InventoryHolder</a>&nbsp;owner,
int&nbsp;size,
<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/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;title)</code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">in favour of <a href="../../Bukkit.html#createInventory(org.bukkit.inventory.InventoryHolder,org.bukkit.event.inventory.InventoryType,net.kyori.adventure.text.Component)"><code>Bukkit.createInventory(InventoryHolder, InventoryType, net.kyori.adventure.text.Component)</code></a></div>
</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Bukkit.</span><code><a href="../../Bukkit.html#createInventory(org.bukkit.inventory.InventoryHolder,int,net.kyori.adventure.text.Component)" class="member-name-link">createInventory</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="../InventoryHolder.html" title="interface in org.bukkit.inventory">InventoryHolder</a>&nbsp;owner,
int&nbsp;size,
<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://jd.advntr.dev/api/4.13.0/net/kyori/adventure/text/Component.html" title="class or interface in net.kyori.adventure.text" class="external-link">Component</a>&nbsp;title)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates an empty inventory of type <a href="../../event/inventory/InventoryType.html#CHEST"><code>InventoryType.CHEST</code></a> with the
specified size and title.</div>
</div>
<div class="col-first odd-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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Bukkit.</span><code><a href="../../Bukkit.html#createInventory(org.bukkit.inventory.InventoryHolder,org.bukkit.event.inventory.InventoryType)" class="member-name-link">createInventory</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="../InventoryHolder.html" title="interface in org.bukkit.inventory">InventoryHolder</a>&nbsp;owner,
<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.html" title="enum class in org.bukkit.event.inventory">InventoryType</a>&nbsp;type)</code></div>
<div class="col-last odd-row-color">
<div class="block">Creates an empty inventory with the specified type.</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Bukkit.</span><code><a href="../../Bukkit.html#createInventory(org.bukkit.inventory.InventoryHolder,org.bukkit.event.inventory.InventoryType,java.lang.String)" class="member-name-link">createInventory</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="../InventoryHolder.html" title="interface in org.bukkit.inventory">InventoryHolder</a>&nbsp;owner,
<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.html" title="enum class in org.bukkit.event.inventory">InventoryType</a>&nbsp;type,
<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/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;title)</code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">in favour of <a href="../../Bukkit.html#createInventory(org.bukkit.inventory.InventoryHolder,org.bukkit.event.inventory.InventoryType,net.kyori.adventure.text.Component)"><code>Bukkit.createInventory(InventoryHolder, InventoryType, net.kyori.adventure.text.Component)</code></a></div>
</div>
</div>
<div class="col-first odd-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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Bukkit.</span><code><a href="../../Bukkit.html#createInventory(org.bukkit.inventory.InventoryHolder,org.bukkit.event.inventory.InventoryType,net.kyori.adventure.text.Component)" class="member-name-link">createInventory</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="../InventoryHolder.html" title="interface in org.bukkit.inventory">InventoryHolder</a>&nbsp;owner,
<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.html" title="enum class in org.bukkit.event.inventory">InventoryType</a>&nbsp;type,
<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://jd.advntr.dev/api/4.13.0/net/kyori/adventure/text/Component.html" title="class or interface in net.kyori.adventure.text" class="external-link">Component</a>&nbsp;title)</code></div>
<div class="col-last odd-row-color">
<div class="block">Creates an empty inventory with the specified type and title.</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Server.</span><code><a href="../../Server.html#createInventory(org.bukkit.inventory.InventoryHolder,int)" class="member-name-link">createInventory</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="../InventoryHolder.html" title="interface in org.bukkit.inventory">InventoryHolder</a>&nbsp;owner,
int&nbsp;size)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates an empty inventory of type <a href="../../event/inventory/InventoryType.html#CHEST"><code>InventoryType.CHEST</code></a> with the
specified size.</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Server.</span><code><a href="../../Server.html#createInventory(org.bukkit.inventory.InventoryHolder,int,java.lang.String)" class="member-name-link">createInventory</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="../InventoryHolder.html" title="interface in org.bukkit.inventory">InventoryHolder</a>&nbsp;owner,
int&nbsp;size,
<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/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;title)</code></div>
<div class="col-last odd-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">in favour of <a href="../../Server.html#createInventory(org.bukkit.inventory.InventoryHolder,int,net.kyori.adventure.text.Component)"><code>Server.createInventory(InventoryHolder, int, net.kyori.adventure.text.Component)</code></a></div>
</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Server.</span><code><a href="../../Server.html#createInventory(org.bukkit.inventory.InventoryHolder,int,net.kyori.adventure.text.Component)" class="member-name-link">createInventory</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="../InventoryHolder.html" title="interface in org.bukkit.inventory">InventoryHolder</a>&nbsp;owner,
int&nbsp;size,
<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://jd.advntr.dev/api/4.13.0/net/kyori/adventure/text/Component.html" title="class or interface in net.kyori.adventure.text" class="external-link">Component</a>&nbsp;title)</code></div>
<div class="col-last even-row-color">
<div class="block">Creates an empty inventory of type <a href="../../event/inventory/InventoryType.html#CHEST"><code>InventoryType.CHEST</code></a> with the
specified size and title.</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Server.</span><code><a href="../../Server.html#createInventory(org.bukkit.inventory.InventoryHolder,org.bukkit.event.inventory.InventoryType)" class="member-name-link">createInventory</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="../InventoryHolder.html" title="interface in org.bukkit.inventory">InventoryHolder</a>&nbsp;owner,
<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.html" title="enum class in org.bukkit.event.inventory">InventoryType</a>&nbsp;type)</code></div>
<div class="col-last odd-row-color">
<div class="block">Creates an empty inventory with the specified type.</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Server.</span><code><a href="../../Server.html#createInventory(org.bukkit.inventory.InventoryHolder,org.bukkit.event.inventory.InventoryType,java.lang.String)" class="member-name-link">createInventory</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="../InventoryHolder.html" title="interface in org.bukkit.inventory">InventoryHolder</a>&nbsp;owner,
<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.html" title="enum class in org.bukkit.event.inventory">InventoryType</a>&nbsp;type,
<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/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;title)</code></div>
<div class="col-last even-row-color">
<div class="block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">in favour of <a href="../../Server.html#createInventory(org.bukkit.inventory.InventoryHolder,org.bukkit.event.inventory.InventoryType,net.kyori.adventure.text.Component)"><code>Server.createInventory(InventoryHolder, InventoryType, net.kyori.adventure.text.Component)</code></a></div>
</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Server.</span><code><a href="../../Server.html#createInventory(org.bukkit.inventory.InventoryHolder,org.bukkit.event.inventory.InventoryType,net.kyori.adventure.text.Component)" class="member-name-link">createInventory</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="../InventoryHolder.html" title="interface in org.bukkit.inventory">InventoryHolder</a>&nbsp;owner,
<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.html" title="enum class in org.bukkit.event.inventory">InventoryType</a>&nbsp;type,
<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://jd.advntr.dev/api/4.13.0/net/kyori/adventure/text/Component.html" title="class or interface in net.kyori.adventure.text" class="external-link">Component</a>&nbsp;title)</code></div>
<div class="col-last odd-row-color">
<div class="block">Creates an empty inventory with the specified type and title.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.block">
<h2>Uses of <a href="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a> in <a href="../../block/package-summary.html">org.bukkit.block</a></h2>
<div class="caption"><span>Methods in <a href="../../block/package-summary.html">org.bukkit.block</a> that return <a href="../Inventory.html" title="interface in org.bukkit.inventory">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">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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Chest.</span><code><a href="../../block/Chest.html#getBlockInventory()" class="member-name-link">getBlockInventory</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the inventory of the chest block represented by this block state.</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Container.</span><code><a href="../../block/Container.html#getInventory()" class="member-name-link">getInventory</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the inventory of the block represented by this block state.</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">DoubleChest.</span><code><a href="../../block/DoubleChest.html#getInventory()" class="member-name-link">getInventory</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Lectern.</span><code><a href="../../block/Lectern.html#getInventory()" class="member-name-link">getInventory</a>()</code></div>
<div class="col-last odd-row-color">&nbsp;</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Container.</span><code><a href="../../block/Container.html#getSnapshotInventory()" class="member-name-link">getSnapshotInventory</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the captured inventory snapshot of this container.</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Lectern.</span><code><a href="../../block/Lectern.html#getSnapshotInventory()" class="member-name-link">getSnapshotInventory</a>()</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.entity">
<h2>Uses of <a href="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a> in <a href="../../entity/package-summary.html">org.bukkit.entity</a></h2>
<div class="caption"><span>Methods in <a href="../../entity/package-summary.html">org.bukkit.entity</a> that return <a href="../Inventory.html" title="interface in org.bukkit.inventory">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">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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">HumanEntity.</span><code><a href="../../entity/HumanEntity.html#getEnderChest()" class="member-name-link">getEnderChest</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get the player's EnderChest inventory</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">AbstractVillager.</span><code><a href="../../entity/AbstractVillager.html#getInventory()" class="member-name-link">getInventory</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets this villager's inventory.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../../entity/package-summary.html">org.bukkit.entity</a> with parameters of type <a href="../Inventory.html" title="interface in org.bukkit.inventory">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">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="../InventoryView.html" title="class in org.bukkit.inventory">InventoryView</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">HumanEntity.</span><code><a href="../../entity/HumanEntity.html#openInventory(org.bukkit.inventory.Inventory)" class="member-name-link">openInventory</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a>&nbsp;inventory)</code></div>
<div class="col-last even-row-color">
<div class="block">Opens an inventory window with the specified inventory on the top and
the player's inventory on the bottom.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.event.inventory">
<h2>Uses of <a href="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</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="../Inventory.html" title="interface in org.bukkit.inventory">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">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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">InventoryClickEvent.</span><code><a href="../../event/inventory/InventoryClickEvent.html#getClickedInventory()" class="member-name-link">getClickedInventory</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the inventory corresponding to the clicked slot.</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">InventoryMoveItemEvent.</span><code><a href="../../event/inventory/InventoryMoveItemEvent.html#getDestination()" class="member-name-link">getDestination</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the Inventory that the ItemStack is being put into</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">InventoryMoveItemEvent.</span><code><a href="../../event/inventory/InventoryMoveItemEvent.html#getInitiator()" class="member-name-link">getInitiator</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the Inventory that initiated the transfer.</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">HopperInventorySearchEvent.</span><code><a href="../../event/inventory/HopperInventorySearchEvent.html#getInventory()" class="member-name-link">getInventory</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the <a href="../Inventory.html" title="interface in org.bukkit.inventory"><code>Inventory</code></a> that the Hopper will use for its
source/attached Container.</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">InventoryEvent.</span><code><a href="../../event/inventory/InventoryEvent.html#getInventory()" class="member-name-link">getInventory</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the primary Inventory involved in this transaction</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">InventoryPickupItemEvent.</span><code><a href="../../event/inventory/InventoryPickupItemEvent.html#getInventory()" class="member-name-link">getInventory</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Gets the Inventory that picked up the 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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">InventoryMoveItemEvent.</span><code><a href="../../event/inventory/InventoryMoveItemEvent.html#getSource()" class="member-name-link">getSource</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the Inventory that the ItemStack is being taken from</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../../event/inventory/package-summary.html">org.bukkit.event.inventory</a> with parameters of type <a href="../Inventory.html" title="interface in org.bukkit.inventory">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">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">HopperInventorySearchEvent.</span><code><a href="../../event/inventory/HopperInventorySearchEvent.html#setInventory(org.bukkit.inventory.Inventory)" class="member-name-link">setInventory</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a>&nbsp;inventory)</code></div>
<div class="col-last even-row-color">
<div class="block">Set the <a href="../Inventory.html" title="interface in org.bukkit.inventory"><code>Inventory</code></a> that the Hopper will use for its
source/attached Container.</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</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/HopperInventorySearchEvent.html#%3Cinit%3E(org.bukkit.inventory.Inventory,org.bukkit.event.inventory.HopperInventorySearchEvent.ContainerType,org.bukkit.block.Block,org.bukkit.block.Block)" class="member-name-link">HopperInventorySearchEvent</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a>&nbsp;inventory,
<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/HopperInventorySearchEvent.ContainerType.html" title="enum class in org.bukkit.event.inventory">HopperInventorySearchEvent.ContainerType</a>&nbsp;containerType,
<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="../../block/Block.html" title="interface in org.bukkit.block">Block</a>&nbsp;hopper,
<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="../../block/Block.html" title="interface in org.bukkit.block">Block</a>&nbsp;searchBlock)</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/InventoryMoveItemEvent.html#%3Cinit%3E(org.bukkit.inventory.Inventory,org.bukkit.inventory.ItemStack,org.bukkit.inventory.Inventory,boolean)" class="member-name-link">InventoryMoveItemEvent</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a>&nbsp;sourceInventory,
<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;itemStack,
<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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a>&nbsp;destinationInventory,
boolean&nbsp;didSourceInitiate)</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="../../event/inventory/InventoryPickupItemEvent.html#%3Cinit%3E(org.bukkit.inventory.Inventory,org.bukkit.entity.Item)" class="member-name-link">InventoryPickupItemEvent</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a>&nbsp;inventory,
<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="../../entity/Item.html" title="interface in org.bukkit.entity">Item</a>&nbsp;item)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.inventory">
<h2>Uses of <a href="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a> in <a href="../package-summary.html">org.bukkit.inventory</a></h2>
<div class="caption"><span>Subinterfaces of <a href="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</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="../AbstractHorseInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">AbstractHorseInventory</a></code></div>
<div class="col-last even-row-color">
<div class="block">An interface to the inventory of an <a href="../../entity/AbstractHorse.html" title="interface in org.bukkit.entity"><code>AbstractHorse</code></a>.</div>
</div>
<div class="col-first odd-row-color"><code>interface&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../AnvilInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">AnvilInventory</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Interface to the inventory of an Anvil.</div>
</div>
<div class="col-first even-row-color"><code>interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../ArmoredHorseInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">ArmoredHorseInventory</a></code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>interface&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../BeaconInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">BeaconInventory</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Interface to the inventory of a Beacon.</div>
</div>
<div class="col-first even-row-color"><code>interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../BrewerInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">BrewerInventory</a></code></div>
<div class="col-last even-row-color">
<div class="block">Interface to the inventory of a Brewing Stand.</div>
</div>
<div class="col-first odd-row-color"><code>interface&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../CartographyInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">CartographyInventory</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Interface to the inventory of a Cartography table.</div>
</div>
<div class="col-first even-row-color"><code>interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../ChiseledBookshelfInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">ChiseledBookshelfInventory</a></code></div>
<div class="col-last even-row-color">
<div class="block">Interface to the inventory of a chiseled bookshelf.</div>
</div>
<div class="col-first odd-row-color"><code>interface&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../CraftingInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">CraftingInventory</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Interface to the crafting inventories</div>
</div>
<div class="col-first even-row-color"><code>interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../DoubleChestInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">DoubleChestInventory</a></code></div>
<div class="col-last even-row-color">
<div class="block">Interface to the inventory of a Double Chest.</div>
</div>
<div class="col-first odd-row-color"><code>interface&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../EnchantingInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">EnchantingInventory</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Interface to the inventory of an Enchantment Table.</div>
</div>
<div class="col-first even-row-color"><code>interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../FurnaceInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">FurnaceInventory</a></code></div>
<div class="col-last even-row-color">
<div class="block">Interface to the inventory of a Furnace.</div>
</div>
<div class="col-first odd-row-color"><code>interface&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../GrindstoneInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">GrindstoneInventory</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Interface to the inventory of a Grindstone.</div>
</div>
<div class="col-first even-row-color"><code>interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../HorseInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">HorseInventory</a></code></div>
<div class="col-last even-row-color">
<div class="block">An interface to the inventory of a Horse.</div>
</div>
<div class="col-first odd-row-color"><code>interface&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../JukeboxInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">JukeboxInventory</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Interface to the inventory of a Jukebox.</div>
</div>
<div class="col-first even-row-color"><code>interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../LecternInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">LecternInventory</a></code></div>
<div class="col-last even-row-color">
<div class="block">Interface to the inventory of a Lectern.</div>
</div>
<div class="col-first odd-row-color"><code>interface&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../LlamaInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">LlamaInventory</a></code></div>
<div class="col-last odd-row-color">
<div class="block">An interface to the inventory of a <a href="../../entity/Llama.html" title="interface in org.bukkit.entity"><code>Llama</code></a>.</div>
</div>
<div class="col-first even-row-color"><code>interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../LoomInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">LoomInventory</a></code></div>
<div class="col-last even-row-color">
<div class="block">Interface to the inventory of a Loom.</div>
</div>
<div class="col-first odd-row-color"><code>interface&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../MerchantInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">MerchantInventory</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Represents a trading inventory between a player and a merchant.</div>
</div>
<div class="col-first even-row-color"><code>interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../PlayerInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">PlayerInventory</a></code></div>
<div class="col-last even-row-color">
<div class="block">Interface to the inventory of a Player, including the four armor slots and any extra slots.</div>
</div>
<div class="col-first odd-row-color"><code>interface&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../SaddledHorseInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">SaddledHorseInventory</a></code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="../SmithingInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">SmithingInventory</a></code></div>
<div class="col-last even-row-color">
<div class="block">Interface to the inventory of a Smithing table.</div>
</div>
<div class="col-first odd-row-color"><code>interface&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="../StonecutterInventory.html" class="type-name-link" title="interface in org.bukkit.inventory">StonecutterInventory</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Interface to the inventory of a Stonecutter.</div>
</div>
</div>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.bukkit.inventory</a> that return <a href="../Inventory.html" title="interface in org.bukkit.inventory">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">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>abstract <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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">InventoryView.</span><code><a href="../InventoryView.html#getBottomInventory()" class="member-name-link">getBottomInventory</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get the lower inventory involved in this transaction.</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">InventoryHolder.</span><code><a href="../InventoryHolder.html#getInventory()" class="member-name-link">getInventory</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the object's inventory.</div>
</div>
<div class="col-first even-row-color"><code>final <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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">InventoryView.</span><code><a href="../InventoryView.html#getInventory(int)" class="member-name-link">getInventory</a><wbr>(int&nbsp;rawSlot)</code></div>
<div class="col-last even-row-color">
<div class="block">Gets the inventory corresponding to the given raw slot ID.</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">DoubleChestInventory.</span><code><a href="../DoubleChestInventory.html#getLeftSide()" class="member-name-link">getLeftSide</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the left half of this double chest.</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">DoubleChestInventory.</span><code><a href="../DoubleChestInventory.html#getRightSide()" class="member-name-link">getRightSide</a>()</code></div>
<div class="col-last even-row-color">
<div class="block">Get the right side of this double chest.</div>
</div>
<div class="col-first odd-row-color"><code>abstract <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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">InventoryView.</span><code><a href="../InventoryView.html#getTopInventory()" class="member-name-link">getTopInventory</a>()</code></div>
<div class="col-last odd-row-color">
<div class="block">Get the upper inventory involved in this transaction.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.bukkit.loot">
<h2>Uses of <a href="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a> in <a href="../../loot/package-summary.html">org.bukkit.loot</a></h2>
<div class="caption"><span>Methods in <a href="../../loot/package-summary.html">org.bukkit.loot</a> with parameters of type <a href="../Inventory.html" title="interface in org.bukkit.inventory">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">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">LootTable.</span><code><a href="../../loot/LootTable.html#fillInventory(org.bukkit.inventory.Inventory,java.util.Random,org.bukkit.loot.LootContext)" class="member-name-link">fillInventory</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="../Inventory.html" title="interface in org.bukkit.inventory">Inventory</a>&nbsp;inventory,
<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="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Random.html" title="class or interface in java.util" class="external-link">Random</a>&nbsp;random,
<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="../../loot/LootContext.html" title="class in org.bukkit.loot">LootContext</a>&nbsp;context)</code></div>
<div class="col-last even-row-color">
<div class="block">Attempt to fill an inventory with this LootTable's loot.</div>
</div>
</div>
</section>
</li>
</ul>
</section>
</main>
</div>
</div>
</body>
</html>