<divclass="block">Interfaces for non-voxel objects that can exist in a <ahref="../World.html"title="interface in org.bukkit"><code>world</code></a>, including all players, monsters, projectiles, etc.</div>
<divclass="block"><ahref="../event/Event.html"title="class in org.bukkit.event"><code>Events</code></a> relating to when a <ahref="../block/Block.html"title="interface in org.bukkit.block"><code>block</code></a> is changed or interacts with the <ahref="../World.html"title="interface in org.bukkit"><code>world</code></a>.</div>
</div>
</div>
<sectionclass="class-uses">
<ulclass="block-list">
<li>
<sectionclass="detail"id="org.bukkit">
<h2>Uses of <ahref="../Instrument.html"title="enum class in org.bukkit">Instrument</a> in <ahref="../package-summary.html">org.bukkit</a></h2>
<divclass="caption"><span>Methods in <ahref="../package-summary.html">org.bukkit</a> that return <ahref="../Instrument.html"title="enum class in org.bukkit">Instrument</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-first even-row-color"><code>static <ahref="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><ahref="../Instrument.html"title="enum class in org.bukkit">Instrument</a></code></div>
<divclass="col-first odd-row-color"><code>static <ahref="../Instrument.html"title="enum class in org.bukkit">Instrument</a></code></div>
<divclass="col-second odd-row-color"><spanclass="type-name-label">Instrument.</span><code><ahref="../Instrument.html#valueOf(java.lang.String)"class="member-name-link">valueOf</a><wbr>(<ahref="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> name)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Returns the enum constant of this class with the specified name.</div>
</div>
<divclass="col-first even-row-color"><code>static <ahref="../Instrument.html"title="enum class in org.bukkit">Instrument</a>[]</code></div>
<h2>Uses of <ahref="../Instrument.html"title="enum class in org.bukkit">Instrument</a> in <ahref="../block/data/type/package-summary.html">org.bukkit.block.data.type</a></h2>
<divclass="caption"><span>Methods in <ahref="../block/data/type/package-summary.html">org.bukkit.block.data.type</a> that return <ahref="../Instrument.html"title="enum class in org.bukkit">Instrument</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-first even-row-color"><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="../Instrument.html"title="enum class in org.bukkit">Instrument</a></code></div>
<divclass="block">Gets the value of the 'instrument' property.</div>
</div>
</div>
<divclass="caption"><span>Methods in <ahref="../block/data/type/package-summary.html">org.bukkit.block.data.type</a> with parameters of type <ahref="../Instrument.html"title="enum class in org.bukkit">Instrument</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-second even-row-color"><spanclass="type-name-label">NoteBlock.</span><code><ahref="../block/data/type/NoteBlock.html#setInstrument(org.bukkit.Instrument)"class="member-name-link">setInstrument</a><wbr>(<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="../Instrument.html"title="enum class in org.bukkit">Instrument</a> instrument)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Sets the value of the 'instrument' property.</div>
</div>
</div>
</section>
</li>
<li>
<sectionclass="detail"id="org.bukkit.entity">
<h2>Uses of <ahref="../Instrument.html"title="enum class in org.bukkit">Instrument</a> in <ahref="../entity/package-summary.html">org.bukkit.entity</a></h2>
<divclass="caption"><span>Methods in <ahref="../entity/package-summary.html">org.bukkit.entity</a> with parameters of type <ahref="../Instrument.html"title="enum class in org.bukkit">Instrument</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-second even-row-color"><spanclass="type-name-label">Player.</span><code><ahref="../entity/Player.html#playNote(org.bukkit.Location,org.bukkit.Instrument,org.bukkit.Note)"class="member-name-link">playNote</a><wbr>(<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="../Location.html"title="class in org.bukkit">Location</a> loc,
<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="../Instrument.html"title="enum class in org.bukkit">Instrument</a> instrument,
<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="../Note.html"title="class in org.bukkit">Note</a> note)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Play a note for a player at a location.</div>
<h2>Uses of <ahref="../Instrument.html"title="enum class in org.bukkit">Instrument</a> in <ahref="../event/block/package-summary.html">org.bukkit.event.block</a></h2>
<divclass="caption"><span>Methods in <ahref="../event/block/package-summary.html">org.bukkit.event.block</a> that return <ahref="../Instrument.html"title="enum class in org.bukkit">Instrument</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-first even-row-color"><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="../Instrument.html"title="enum class in org.bukkit">Instrument</a></code></div>
<divclass="block">Gets the <ahref="../Instrument.html"title="enum class in org.bukkit"><code>Instrument</code></a> to be used.</div>
</div>
</div>
<divclass="caption"><span>Methods in <ahref="../event/block/package-summary.html">org.bukkit.event.block</a> with parameters of type <ahref="../Instrument.html"title="enum class in org.bukkit">Instrument</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-second even-row-color"><spanclass="type-name-label">NotePlayEvent.</span><code><ahref="../event/block/NotePlayEvent.html#setInstrument(org.bukkit.Instrument)"class="member-name-link">setInstrument</a><wbr>(<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="../Instrument.html"title="enum class in org.bukkit">Instrument</a> instrument)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Overrides the <ahref="../Instrument.html"title="enum class in org.bukkit"><code>Instrument</code></a> to be used.</div>
</div>
</div>
<divclass="caption"><span>Constructors in <ahref="../event/block/package-summary.html">org.bukkit.event.block</a> with parameters of type <ahref="../Instrument.html"title="enum class in org.bukkit">Instrument</a></span></div>
<divclass="col-second even-row-color"><code><ahref="../event/block/NotePlayEvent.html#%3Cinit%3E(org.bukkit.block.Block,org.bukkit.Instrument,org.bukkit.Note)"class="member-name-link">NotePlayEvent</a><wbr>(<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="../block/Block.html"title="interface in org.bukkit.block">Block</a> block,
<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="../Instrument.html"title="enum class in org.bukkit">Instrument</a> instrument,
<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="../Note.html"title="class in org.bukkit">Note</a> note)</code></div>