Uses of Annotation Interface
org.bukkit.Warning
Packages that use Warning
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of Warning in io.papermc.paper.event.player
Classes in io.papermc.paper.event.player with annotations of type WarningModifier and TypeClassDescriptionfinal class
Deprecated.Listening to this event forces chat to wait for the main thread, delaying chat messages. -
Uses of Warning in org.bukkit
Methods in org.bukkit with parameters of type Warning -
Uses of Warning in org.bukkit.event.player
Classes in org.bukkit.event.player with annotations of type WarningModifier and TypeClassDescriptionclass
Deprecated.useAsyncChatEvent
insteadclass
Deprecated.Use the more genericPlayerBucketEntityEvent
class
Deprecated.This event will fire from the main thread and allows the use of all of the Bukkit API, unlike theAsyncPlayerChatEvent
.class
Deprecated.This event is no longer fired due to client changesclass
Called when a visible entity is hidden from a player.class
Deprecated.class
Deprecated.This event causes synchronization from the login thread;AsyncPlayerPreLoginEvent
is preferred to keep the secondary threads asynchronous.class
Called when a hidden entity is shown to a player.