Uses of Class
org.bukkit.Warning
Package | Description |
---|---|
org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
org.bukkit.event.entity | |
org.bukkit.event.player |
-
Uses of Warning in org.bukkit
Methods in org.bukkit with parameters of type Warning Modifier and Type Method Description boolean
Warning.WarningState. printFor(Warning warning)
This method checks the provided warning should be printed for this state -
Uses of Warning in org.bukkit.event.entity
Classes in org.bukkit.event.entity with annotations of type Warning Modifier and Type Class Description class
EntityPlaceEvent
Deprecated.draft API -
Uses of Warning in org.bukkit.event.player
Classes in org.bukkit.event.player with annotations of type Warning Modifier and Type Class Description class
PlayerChatEvent
Deprecated.This event will fire from the main thread and allows the use of all of the Bukkit API, unlike theAsyncPlayerChatEvent
.class
PlayerChatTabCompleteEvent
Deprecated.This event is no longer fired due to client changesclass
PlayerPickupItemEvent
Deprecated.class
PlayerPreLoginEvent
Deprecated.This event causes synchronization from the login thread;AsyncPlayerPreLoginEvent
is preferred to keep the secondary threads asynchronous.