<dd><code><ahref="../inventory/BlockInventoryHolder.html"title="interface in org.bukkit.inventory">BlockInventoryHolder</a></code>, <code><ahref="BlockState.html"title="interface in org.bukkit.block">BlockState</a></code>, <code><ahref="Container.html"title="interface in org.bukkit.block">Container</a></code>, <code><ahref="../inventory/InventoryHolder.html"title="interface in org.bukkit.inventory">InventoryHolder</a></code>, <code><ahref="Lockable.html"title="interface in org.bukkit.block">Lockable</a></code>, <code><ahref="../metadata/Metadatable.html"title="interface in org.bukkit.metadata">Metadatable</a></code>, <code><ahref="../Nameable.html"title="interface in org.bukkit">Nameable</a></code>, <code><ahref="../persistence/PersistentDataHolder.html"title="interface in org.bukkit.persistence">PersistentDataHolder</a></code>, <code><ahref="TileState.html"title="interface in org.bukkit.block">TileState</a></code></dd>
<divclass="block">Get the level of current fuel for brewing.</div>
</div>
<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="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><ahref="../inventory/BrewerInventory.html"title="interface in org.bukkit.inventory">BrewerInventory</a></code></div>
<divclass="block">Gets the inventory of the block represented by this block state.</div>
</div>
<divclass="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="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><ahref="../inventory/BrewerInventory.html"title="interface in org.bukkit.inventory">BrewerInventory</a></code></div>
<divclass="block">Set the level of current fuel for brewing.</div>
</div>
</div>
</div>
</div>
<divclass="inherited-list">
<h3id="methods-inherited-from-class-org.bukkit.inventory.BlockInventoryHolder">Methods inherited from interface org.bukkit.inventory.<ahref="../inventory/BlockInventoryHolder.html"title="interface in org.bukkit.inventory">BlockInventoryHolder</a></h3>
<h3id="methods-inherited-from-class-org.bukkit.block.BlockState">Methods inherited from interface org.bukkit.block.<ahref="BlockState.html"title="interface in org.bukkit.block">BlockState</a></h3>
<h3id="methods-inherited-from-class-org.bukkit.block.Lockable">Methods inherited from interface org.bukkit.block.<ahref="Lockable.html"title="interface in org.bukkit.block">Lockable</a></h3>
<h3id="methods-inherited-from-class-org.bukkit.metadata.Metadatable">Methods inherited from interface org.bukkit.metadata.<ahref="../metadata/Metadatable.html"title="interface in org.bukkit.metadata">Metadatable</a></h3>
<h3id="methods-inherited-from-class-org.bukkit.Nameable">Methods inherited from interface org.bukkit.<ahref="../Nameable.html"title="interface in org.bukkit">Nameable</a></h3>
<h3id="methods-inherited-from-class-org.bukkit.block.TileState">Methods inherited from interface org.bukkit.block.<ahref="TileState.html"title="interface in org.bukkit.block">TileState</a></h3>
<divclass="block">Set the level of current fuel for brewing.</div>
<dlclass="notes">
<dt>Parameters:</dt>
<dd><code>level</code> - fuel level</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getInventory()">
<h3>getInventory</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="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>
</span><spanclass="return-type"><ahref="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><ahref="../inventory/BrewerInventory.html"title="interface in org.bukkit.inventory">BrewerInventory</a></span> <spanclass="element-name">getInventory</span>()</div>
<divclass="block"><spanclass="descfrm-type-label">Description copied from interface: <code><ahref="Container.html#getInventory()">Container</a></code></span></div>
<divclass="block">Gets the inventory of the block represented by this block state.
<p>
If the block was changed to a different type in the meantime, the
returned inventory might no longer be valid.
<p>
If this block state is not placed this will return the captured inventory
snapshot instead.</div>
<dlclass="notes">
<dt>Specified by:</dt>
<dd><code><ahref="Container.html#getInventory()">getInventory</a></code> in interface <code><ahref="Container.html"title="interface in org.bukkit.block">Container</a></code></dd>
<dt>Specified by:</dt>
<dd><code><ahref="../inventory/InventoryHolder.html#getInventory()">getInventory</a></code> in interface <code><ahref="../inventory/InventoryHolder.html"title="interface in org.bukkit.inventory">InventoryHolder</a></code></dd>
<divclass="member-signature"><spanclass="annotations"><ahref="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>
</span><spanclass="return-type"><ahref="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><ahref="../inventory/BrewerInventory.html"title="interface in org.bukkit.inventory">BrewerInventory</a></span> <spanclass="element-name">getSnapshotInventory</span>()</div>
<divclass="block"><spanclass="descfrm-type-label">Description copied from interface: <code><ahref="Container.html#getSnapshotInventory()">Container</a></code></span></div>
<divclass="block">Gets the captured inventory snapshot of this container.
<p>
The returned inventory is not linked to any block. Any modifications to
the returned inventory will not be applied to the block represented by
this block state up until <ahref="BlockState.html#update(boolean,boolean)"><code>BlockState.update(boolean, boolean)</code></a> has been
called.</div>
<dlclass="notes">
<dt>Specified by:</dt>
<dd><code><ahref="Container.html#getSnapshotInventory()">getSnapshotInventory</a></code> in interface <code><ahref="Container.html"title="interface in org.bukkit.block">Container</a></code></dd>