Package | Description |
---|---|
io.papermc.paper.event.player | |
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.event.player |
Modifier and Type | Class and Description |
---|---|
class |
ChatEvent
Deprecated.
Listening to this event forces chat to wait for the main thread, delaying chat messages. It is recommended to use
AsyncChatEvent instead, wherever possible. |
Modifier and Type | Method and Description |
---|---|
boolean |
Warning.WarningState.printFor(@Nullable Warning warning)
This method checks the provided warning should be printed for this
state
|
Modifier and Type | Class and Description |
---|---|
class |
AsyncPlayerChatEvent
Deprecated.
use
AsyncChatEvent instead |
class |
PlayerChatEvent
Deprecated.
This event will fire from the main thread and allows the use of
all of the Bukkit API, unlike the
AsyncPlayerChatEvent .
Listening to this event forces chat to wait for the main thread which
causes delays for chat. |
class |
PlayerChatTabCompleteEvent
Deprecated.
This event is no longer fired due to client changes
|
class |
PlayerPickupItemEvent
Deprecated.
|
class |
PlayerPreLoginEvent
Deprecated.
This event causes synchronization from the login thread;
AsyncPlayerPreLoginEvent is preferred to keep the secondary threads
asynchronous. |
Copyright © 2021. All rights reserved.