<divclass="block"><ahref="../event/Event.html"title="class in org.bukkit.event"><code>Events</code></a> relating to <ahref="../entity/Player.html"title="interface in org.bukkit.entity"><code>players</code></a>.</div>
<h2>Uses of <ahref="../Warning.html"title="annotation interface in org.bukkit">Warning</a> in <ahref="../../../io/papermc/paper/event/player/package-summary.html">io.papermc.paper.event.player</a></h2>
<divclass="caption"><span>Classes in <ahref="../../../io/papermc/paper/event/player/package-summary.html">io.papermc.paper.event.player</a> with annotations of type <ahref="../Warning.html"title="annotation interface in org.bukkit">Warning</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-second even-row-color"><code><ahref="../../../io/papermc/paper/event/player/ChatEvent.html"class="type-name-link"title="class in io.papermc.paper.event.player">ChatEvent</a></code></div>
<divclass="deprecation-comment">Listening to this event forces chat to wait for the main thread, delaying chat messages.</div>
</div>
</div>
</div>
</section>
</li>
<li>
<sectionclass="detail"id="org.bukkit">
<h2>Uses of <ahref="../Warning.html"title="annotation interface in org.bukkit">Warning</a> in <ahref="../package-summary.html">org.bukkit</a></h2>
<divclass="caption"><span>Methods in <ahref="../package-summary.html">org.bukkit</a> with parameters of type <ahref="../Warning.html"title="annotation interface in org.bukkit">Warning</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">Warning.WarningState.</span><code><ahref="../Warning.WarningState.html#printFor(org.bukkit.Warning)"class="member-name-link">printFor</a><wbr>(<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="../Warning.html"title="annotation interface in org.bukkit">Warning</a> warning)</code></div>
<divclass="col-last even-row-color">
<divclass="block">This method checks the provided warning should be printed for this
<h2>Uses of <ahref="../Warning.html"title="annotation interface in org.bukkit">Warning</a> in <ahref="../event/player/package-summary.html">org.bukkit.event.player</a></h2>
<divclass="caption"><span>Classes in <ahref="../event/player/package-summary.html">org.bukkit.event.player</a> with annotations of type <ahref="../Warning.html"title="annotation interface in org.bukkit">Warning</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-second even-row-color"><code><ahref="../event/player/AsyncPlayerChatEvent.html"class="type-name-link"title="class in org.bukkit.event.player">AsyncPlayerChatEvent</a></code></div>
<divclass="deprecation-comment">use <ahref="../../../io/papermc/paper/event/player/AsyncChatEvent.html"title="class in io.papermc.paper.event.player"><code>AsyncChatEvent</code></a> instead</div>
<divclass="col-second odd-row-color"><code><ahref="../event/player/AsyncPlayerChatPreviewEvent.html"class="type-name-link"title="class in org.bukkit.event.player">AsyncPlayerChatPreviewEvent</a></code></div>
<divclass="col-second even-row-color"><code><ahref="../event/player/PlayerBucketFishEvent.html"class="type-name-link"title="class in org.bukkit.event.player">PlayerBucketFishEvent</a></code></div>
<divclass="deprecation-comment">Use the more generic <ahref="../event/player/PlayerBucketEntityEvent.html"title="class in org.bukkit.event.player"><code>PlayerBucketEntityEvent</code></a></div>
<divclass="col-second odd-row-color"><code><ahref="../event/player/PlayerChatEvent.html"class="type-name-link"title="class in org.bukkit.event.player">PlayerChatEvent</a></code></div>
<divclass="deprecation-comment">This event will fire from the main thread and allows the use of
all of the Bukkit API, unlike the <ahref="../event/player/AsyncPlayerChatEvent.html"title="class in org.bukkit.event.player"><code>AsyncPlayerChatEvent</code></a>.</div>
<divclass="col-second even-row-color"><code><ahref="../event/player/PlayerChatTabCompleteEvent.html"class="type-name-link"title="class in org.bukkit.event.player">PlayerChatTabCompleteEvent</a></code></div>
<divclass="col-second odd-row-color"><code><ahref="../event/player/PlayerHideEntityEvent.html"class="type-name-link"title="class in org.bukkit.event.player">PlayerHideEntityEvent</a></code></div>
<divclass="col-last odd-row-color">
<divclass="block">Called when a visible entity is hidden from a player.</div>
<divclass="col-second even-row-color"><code><ahref="../event/player/PlayerPickupItemEvent.html"class="type-name-link"title="class in org.bukkit.event.player">PlayerPickupItemEvent</a></code></div>
<divclass="deprecation-comment"><ahref="../event/entity/EntityPickupItemEvent.html"title="class in org.bukkit.event.entity"><code>EntityPickupItemEvent</code></a></div>
<divclass="col-second odd-row-color"><code><ahref="../event/player/PlayerPreLoginEvent.html"class="type-name-link"title="class in org.bukkit.event.player">PlayerPreLoginEvent</a></code></div>
<divclass="deprecation-comment">This event causes synchronization from the login thread; <ahref="../event/player/AsyncPlayerPreLoginEvent.html"title="class in org.bukkit.event.player"><code>AsyncPlayerPreLoginEvent</code></a> is preferred to keep the secondary threads
<divclass="col-second even-row-color"><code><ahref="../event/player/PlayerShowEntityEvent.html"class="type-name-link"title="class in org.bukkit.event.player">PlayerShowEntityEvent</a></code></div>
<divclass="col-last even-row-color">
<divclass="block">Called when a hidden entity is shown to a player.</div>