Uses of Annotation Interface
org.bukkit.Warning
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of Warning in io.papermc.paper.event.player
Modifier 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
-
Uses of Warning in org.bukkit.event.player
Modifier and TypeClassDescriptionclass
Deprecated.useAsyncChatEvent
insteadclass
Deprecated.chat previews have been removedclass
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.