<dd><code><ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html"title="class or interface in net.kyori.adventure.audience"class="external-link">Audience</a></code>, <code><ahref="../command/CommandSender.html"title="interface in org.bukkit.command">CommandSender</a></code>, <code><ahref="Entity.html"title="interface in org.bukkit.entity">Entity</a></code>, <code><ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/text/event/HoverEventSource.html"title="class or interface in net.kyori.adventure.text.event"class="external-link">HoverEventSource</a><<ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/text/event/HoverEvent.ShowEntity.html"title="class or interface in net.kyori.adventure.text.event"class="external-link">HoverEvent.ShowEntity</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="../permissions/Permissible.html"title="interface in org.bukkit.permissions">Permissible</a></code>, <code><ahref="../persistence/PersistentDataHolder.html"title="interface in org.bukkit.persistence">PersistentDataHolder</a></code>, <code><ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/pointer/Pointered.html"title="class or interface in net.kyori.adventure.pointer"class="external-link">Pointered</a></code>, <code><ahref="Projectile.html"title="interface in org.bukkit.entity">Projectile</a></code>, <code><ahref="../permissions/ServerOperator.html"title="interface in org.bukkit.permissions">ServerOperator</a></code>, <code><ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/sound/Sound.Emitter.html"title="class or interface in net.kyori.adventure.sound"class="external-link">Sound.Emitter</a></code></dd>
</dl>
<dlclass="notes">
<dt>All Known Subinterfaces:</dt>
<dd><code><ahref="Arrow.html"title="interface in org.bukkit.entity">Arrow</a></code>, <code><ahref="SpectralArrow.html"title="interface in org.bukkit.entity">SpectralArrow</a></code>, <code><ahref="TippedArrow.html"title="interface in org.bukkit.entity">TippedArrow</a></code>, <code><ahref="Trident.html"title="interface in org.bukkit.entity">Trident</a></code></dd>
<divclass="col-second even-row-color"><code><ahref="AbstractArrow.PickupRule.html"class="type-name-link"title="enum class in org.bukkit.entity">AbstractArrow.PickupRule</a></code></div>
<divclass="col-second odd-row-color"><code><ahref="AbstractArrow.PickupStatus.html"class="type-name-link"title="enum class in org.bukkit.entity">AbstractArrow.PickupStatus</a></code></div>
<divclass="col-last odd-row-color">
<divclass="block">Represents the pickup status of this arrow.</div>
</div>
</div>
<divclass="inherited-list">
<h2id="nested-classes-inherited-from-class-org.bukkit.entity.Entity">Nested classes/interfaces inherited from interface org.bukkit.entity.<ahref="Entity.html"title="interface in org.bukkit.entity">Entity</a></h2>
<code><ahref="Entity.Spigot.html"title="class in org.bukkit.entity">Entity.Spigot</a></code></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/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a><ahref="../block/Block.html"title="interface in org.bukkit.block">Block</a></code></div>
<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5 method-summary-table-tab6"><code>default <ahref="AbstractArrow.PickupRule.html"title="enum class in org.bukkit.entity">AbstractArrow.PickupRule</a></code></div>
<divclass="deprecation-comment">Use <ahref="#getPickupStatus()"><code>getPickupStatus()</code></a> as an upstream compatible replacement for this function</div>
</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="AbstractArrow.PickupStatus.html"title="enum class in org.bukkit.entity">AbstractArrow.PickupStatus</a></code></div>
<divclass="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5 method-summary-table-tab6"><code><ahref="#setPickupRule(org.bukkit.entity.AbstractArrow.PickupRule)"class="member-name-link">setPickupRule</a><wbr>(<ahref="AbstractArrow.PickupRule.html"title="enum class in org.bukkit.entity">AbstractArrow.PickupRule</a> rule)</code></div>
<divclass="deprecation-comment">Use <ahref="#setPickupStatus(org.bukkit.entity.AbstractArrow.PickupStatus)"><code>setPickupStatus(PickupStatus)</code></a> with <ahref="AbstractArrow.PickupStatus.html"title="enum class in org.bukkit.entity"><code>AbstractArrow.PickupStatus</code></a> as an upstream compatible replacement for this function</div>
<divclass="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="#setPickupStatus(org.bukkit.entity.AbstractArrow.PickupStatus)"class="member-name-link">setPickupStatus</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="AbstractArrow.PickupStatus.html"title="enum class in org.bukkit.entity">AbstractArrow.PickupStatus</a> status)</code></div>
<divclass="block">Sets if this arrow was shot from a crossbow.</div>
</div>
</div>
</div>
</div>
<divclass="inherited-list">
<h3id="methods-inherited-from-class-net.kyori.adventure.audience.Audience">Methods inherited from interface net.kyori.adventure.audience.<ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html"title="class or interface in net.kyori.adventure.audience"class="external-link">Audience</a></h3>
<code><ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#clearTitle()"title="class or interface in net.kyori.adventure.audience"class="external-link">clearTitle</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#filterAudience(java.util.function.Predicate)"title="class or interface in net.kyori.adventure.audience"class="external-link">filterAudience</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#forEachAudience(java.util.function.Consumer)"title="class or interface in net.kyori.adventure.audience"class="external-link">forEachAudience</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#hideBossBar(net.kyori.adventure.bossbar.BossBar)"title="class or interface in net.kyori.adventure.audience"class="external-link">hideBossBar</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#openBook(net.kyori.adventure.inventory.Book)"title="class or interface in net.kyori.adventure.audience"class="external-link">openBook</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#openBook(net.kyori.adventure.inventory.Book.Builder)"title="class or interface in net.kyori.adventure.audience"class="external-link">openBook</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#playSound(net.kyori.adventure.sound.Sound)"title="class or interface in net.kyori.adventure.audience"class="external-link">playSound</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#playSound(net.kyori.adventure.sound.Sound,double,double,double)"title="class or interface in net.kyori.adventure.audience"class="external-link">playSound</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#playSound(net.kyori.adventure.sound.Sound,net.kyori.adventure.sound.Sound.Emitter)"title="class or interface in net.kyori.adventure.audience"class="external-link">playSound</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#resetTitle()"title="class or interface in net.kyori.adventure.audience"class="external-link">resetTitle</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#sendActionBar(net.kyori.adventure.text.Component)"title="class or interface in net.kyori.adventure.audience"class="external-link">sendActionBar</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#sendActionBar(net.kyori.adventure.text.ComponentLike)"title="class or interface in net.kyori.adventure.audience"class="external-link">sendActionBar</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#sendMessage(net.kyori.adventure.identity.Identified,net.kyori.adventure.text.Component)"title="class or interface in net.kyori.adventure.audience"class="external-link">sendMessage</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#sendMessage(net.kyori.adventure.identity.Identified,net.kyori.adventure.text.ComponentLike)"title="class or interface in net.kyori.adventure.audience"class="external-link">sendMessage</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#sendMessage(net.kyori.adventure.identity.Identified,net.kyori.adventure.text.ComponentLike,net.kyori.adventure.audience.MessageType)"title="class or interface in net.kyori.adventure.audience"class="external-link">sendMessage</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/audience/Audience.html#sendMessage(net.kyori.adventure.identity.Identified,net.kyori.adventure.text.Component,net.kyori.adventure.audience.MessageType)"title="class or interface in net.kyori.adventure.audience"class="external-link">sendMessage</a>, <ahr
<divclass="inherited-list">
<h3id="methods-inherited-from-class-org.bukkit.command.CommandSender">Methods inherited from interface org.bukkit.command.<ahref="../command/CommandSender.html"title="interface in org.bukkit.command">CommandSender</a></h3>
<h3id="methods-inherited-from-class-org.bukkit.entity.Entity">Methods inherited from interface org.bukkit.entity.<ahref="Entity.html"title="interface in org.bukkit.entity">Entity</a></h3>
<h3id="methods-inherited-from-class-net.kyori.adventure.text.event.HoverEventSource">Methods inherited from interface net.kyori.adventure.text.event.<ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/text/event/HoverEventSource.html"title="class or interface in net.kyori.adventure.text.event"class="external-link">HoverEventSource</a></h3>
<code><ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/text/event/HoverEventSource.html#asHoverEvent()"title="class or interface in net.kyori.adventure.text.event"class="external-link">asHoverEvent</a></code></div>
<divclass="inherited-list">
<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.permissions.Permissible">Methods inherited from interface org.bukkit.permissions.<ahref="../permissions/Permissible.html"title="interface in org.bukkit.permissions">Permissible</a></h3>
<h3id="methods-inherited-from-class-org.bukkit.persistence.PersistentDataHolder">Methods inherited from interface org.bukkit.persistence.<ahref="../persistence/PersistentDataHolder.html"title="interface in org.bukkit.persistence">PersistentDataHolder</a></h3>
<h3id="methods-inherited-from-class-net.kyori.adventure.pointer.Pointered">Methods inherited from interface net.kyori.adventure.pointer.<ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/pointer/Pointered.html"title="class or interface in net.kyori.adventure.pointer"class="external-link">Pointered</a></h3>
<code><ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/pointer/Pointered.html#get(net.kyori.adventure.pointer.Pointer)"title="class or interface in net.kyori.adventure.pointer"class="external-link">get</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/pointer/Pointered.html#getOrDefault(net.kyori.adventure.pointer.Pointer,T)"title="class or interface in net.kyori.adventure.pointer"class="external-link">getOrDefault</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/pointer/Pointered.html#getOrDefaultFrom(net.kyori.adventure.pointer.Pointer,java.util.function.Supplier)"title="class or interface in net.kyori.adventure.pointer"class="external-link">getOrDefaultFrom</a>, <ahref="https://jd.adventure.kyori.net/api/4.11.0/net/kyori/adventure/pointer/Pointered.html#pointers()"title="class or interface in net.kyori.adventure.pointer"class="external-link">pointers</a></code></div>
<divclass="inherited-list">
<h3id="methods-inherited-from-class-org.bukkit.entity.Projectile">Methods inherited from interface org.bukkit.entity.<ahref="Projectile.html"title="interface in org.bukkit.entity">Projectile</a></h3>
<h3id="methods-inherited-from-class-org.bukkit.permissions.ServerOperator">Methods inherited from interface org.bukkit.permissions.<ahref="../permissions/ServerOperator.html"title="interface in org.bukkit.permissions">ServerOperator</a></h3>
<divclass="block">Gets whether this arrow is in a block or not.
<p>
Arrows in a block are motionless and may be picked up by players.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>true if in a block</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getAttachedBlock()">
<h3>getAttachedBlock</h3>
<divclass="member-signature"><spanclass="annotations"><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>
</span><spanclass="return-type"><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="../block/Block.html"title="interface in org.bukkit.block">Block</a></span> <spanclass="element-name">getAttachedBlock</span>()</div>
<divclass="block">Gets the block to which this arrow is attached.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>the attached block or null if not attached</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getPickupStatus()">
<h3>getPickupStatus</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="AbstractArrow.PickupStatus.html"title="enum class in org.bukkit.entity">AbstractArrow.PickupStatus</a></span> <spanclass="element-name">getPickupStatus</span>()</div>
<divclass="block">Gets the current pickup status of this arrow.</div>
<divclass="member-signature"><spanclass="return-type">void</span> <spanclass="element-name">setPickupStatus</span><wbr><spanclass="parameters">(<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="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="AbstractArrow.PickupStatus.html"title="enum class in org.bukkit.entity">AbstractArrow.PickupStatus</a> status)</span></div>
<divclass="block">Sets the current pickup status of this arrow.</div>
<dlclass="notes">
<dt>Parameters:</dt>
<dd><code>status</code> - new pickup status of this arrow.</dd>
<divclass="block">Sets if this arrow was shot from a crossbow.</div>
<dlclass="notes">
<dt>Parameters:</dt>
<dd><code>shotFromCrossbow</code> - if shot from a crossbow</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getItemStack()">
<h3>getItemStack</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="../inventory/ItemStack.html"title="class in org.bukkit.inventory">ItemStack</a></span> <spanclass="element-name">getItemStack</span>()</div>
<divclass="block">Gets the ItemStack for this arrow.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>The ItemStack, as if a player picked up the arrow</dd>
<divclass="block">Gets if this arrow has "noclip".</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>true if noclip is active</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getPickupRule()">
<h3>getPickupRule</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html"title="class or interface in java.lang"class="external-link">@Deprecated</a>
</span><spanclass="modifiers">default</span> <spanclass="return-type"><ahref="AbstractArrow.PickupRule.html"title="enum class in org.bukkit.entity">AbstractArrow.PickupRule</a></span> <spanclass="element-name">getPickupRule</span>()</div>
<divclass="deprecation-comment">Use <ahref="#getPickupStatus()"><code>getPickupStatus()</code></a> as an upstream compatible replacement for this function</div>
</div>
<divclass="block">Gets the <ahref="AbstractArrow.PickupRule.html"title="enum class in org.bukkit.entity"><code>AbstractArrow.PickupRule</code></a> for this arrow.
<p>This is generally <ahref="AbstractArrow.PickupRule.html#ALLOWED"><code>AbstractArrow.PickupRule.ALLOWED</code></a> only if the arrow was
<b>not</b> fired from a bow with the infinity enchantment.</p></div>
<divclass="member-signature"><spanclass="annotations"><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Deprecated.html"title="class or interface in java.lang"class="external-link">@Deprecated</a>
</span><spanclass="modifiers">default</span> <spanclass="return-type">void</span> <spanclass="element-name">setPickupRule</span><wbr><spanclass="parameters">(<ahref="AbstractArrow.PickupRule.html"title="enum class in org.bukkit.entity">AbstractArrow.PickupRule</a> rule)</span></div>
<divclass="deprecation-comment">Use <ahref="#setPickupStatus(org.bukkit.entity.AbstractArrow.PickupStatus)"><code>setPickupStatus(PickupStatus)</code></a> with <ahref="AbstractArrow.PickupStatus.html"title="enum class in org.bukkit.entity"><code>AbstractArrow.PickupStatus</code></a> as an upstream compatible replacement for this function</div>
</div>
<divclass="block">Set the rule for which players can pickup this arrow as an item.</div>