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 booleanWarning.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 classPaintingBreakByEntityEventDeprecated.UseHangingBreakByEntityEventinstead.classPaintingBreakEventDeprecated.UseHangingBreakEventinstead.classPaintingEventDeprecated.UseHangingEventinstead.classPaintingPlaceEventDeprecated.UseHangingPlaceEventinstead. -
Uses of Warning in org.bukkit.event.player
Classes in org.bukkit.event.player with annotations of type Warning Modifier and Type Class Description classPlayerChatEventDeprecated.This event will fire from the main thread and allows the use of all of the Bukkit API, unlike theAsyncPlayerChatEvent.classPlayerPreLoginEventDeprecated.This event causes synchronization from the login thread;AsyncPlayerPreLoginEventis preferred to keep the secondary threads asynchronous.