Uses of Class
org.bukkit.Warning
Package | Description |
---|---|
org.bukkit |
More generalized classes in the API.
|
org.bukkit.event.painting | |
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.painting
Classes in org.bukkit.event.painting with annotations of type Warning Modifier and Type Class Description class
PaintingBreakByEntityEvent
Deprecated.UseHangingBreakByEntityEvent
instead.class
PaintingBreakEvent
Deprecated.UseHangingBreakEvent
instead.class
PaintingEvent
Deprecated.UseHangingEvent
instead.class
PaintingPlaceEvent
Deprecated.UseHangingPlaceEvent
instead. -
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
PlayerPreLoginEvent
Deprecated.This event causes synchronization from the login thread;AsyncPlayerPreLoginEvent
is preferred to keep the secondary threads asynchronous.