| Package | Description | 
|---|---|
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.event.painting | |
| org.bukkit.event.player | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | Warning.WarningState. printFor(Warning warning)This method checks the provided warning should be printed for this
 state | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PaintingBreakByEntityEventDeprecated. 
 Use  HangingBreakByEntityEventinstead. | 
| class  | PaintingBreakEventDeprecated. 
 Use  HangingBreakEventinstead. | 
| class  | PaintingEventDeprecated. 
 Use  HangingEventinstead. | 
| class  | PaintingPlaceEventDeprecated. 
 Use  HangingPlaceEventinstead. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PlayerChatEventDeprecated. 
 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  | PlayerPreLoginEventDeprecated. 
 This event causes synchronization from the login thread;  AsyncPlayerPreLoginEventis preferred to keep the secondary threads
     asynchronous. | 
Copyright © 2015. All rights reserved.