| Package | Description | 
|---|---|
| org.bukkit.event.player | |
| org.spigotmc.event.player | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AsyncPlayerChatEventThis event will sometimes fire synchronously, depending on how it was
 triggered. | 
| class  | PlayerAchievementAwardedEventCalled when a player earns an achievement. | 
| class  | PlayerAnimationEventRepresents a player animation event | 
| class  | PlayerBedEnterEventThis event is fired when the player is almost about to enter the bed. | 
| class  | PlayerBedLeaveEventThis event is fired when the player is leaving a bed. | 
| class  | PlayerBucketEmptyEventCalled when a player empties a bucket | 
| class  | PlayerBucketEventCalled when a player interacts with a Bucket | 
| class  | PlayerBucketFillEventCalled when a player fills a bucket | 
| class  | PlayerChangedWorldEventCalled when a player switches to another world. | 
| class  | PlayerChannelEventThis event is called after a player registers or unregisters a new plugin
 channel. | 
| 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  | PlayerChatTabCompleteEventCalled when a player attempts to tab-complete a chat message. | 
| class  | PlayerCommandPreprocessEventThis event is called whenever a player runs a command (by placing a slash
 at the start of their message). | 
| class  | PlayerDropItemEventThrown when a player drops an item from their inventory | 
| class  | PlayerEditBookEventCalled when a player edits or signs a book and quill item. | 
| class  | PlayerEggThrowEventCalled when a player throws an egg and it might hatch | 
| class  | PlayerExpChangeEventCalled when a players experience changes naturally | 
| class  | PlayerFishEventThrown when a player is fishing | 
| class  | PlayerGameModeChangeEventCalled when the GameMode of the player is changed. | 
| class  | PlayerInteractAtEntityEventRepresents an event that is called when a player right clicks an entity
 with a location on the entity the was clicked. | 
| class  | PlayerInteractEntityEventRepresents an event that is called when a player right clicks an entity. | 
| class  | PlayerInteractEventCalled when a player interacts with an object or air. | 
| class  | PlayerInventoryEventDeprecated. 
 Use  InventoryClickEventorInventoryOpenEventinstead, or one of the other inventory events inorg.bukkit.event.inventory. | 
| class  | PlayerItemBreakEventFired when a player's item breaks (such as a shovel or flint and steel). | 
| class  | PlayerItemConsumeEventThis event will fire when a player is finishing consuming an item (food,
 potion, milk bucket). | 
| class  | PlayerItemDamageEvent | 
| class  | PlayerItemHeldEventFired when a player changes their currently held item | 
| class  | PlayerJoinEventCalled when a player joins a server | 
| class  | PlayerKickEventCalled when a player gets kicked from the server | 
| class  | PlayerLevelChangeEventCalled when a players level changes | 
| class  | PlayerLoginEventStores details for players attempting to log in | 
| class  | PlayerMoveEventHolds information for player movement events | 
| class  | PlayerPickupItemEventThrown when a player picks an item up from the ground | 
| class  | PlayerPortalEventCalled when a player is about to teleport because it is in contact with a
 portal. | 
| class  | PlayerQuitEventCalled when a player leaves a server | 
| class  | PlayerRegisterChannelEventThis is called immediately after a player registers for a plugin channel. | 
| class  | PlayerRespawnEventCalled when a player respawns. | 
| class  | PlayerShearEntityEventCalled when a player shears an entity | 
| class  | PlayerStatisticIncrementEventCalled when a player statistic is incremented. | 
| class  | PlayerTeleportEventHolds information for player teleport events | 
| class  | PlayerToggleFlightEventCalled when a player toggles their flying state | 
| class  | PlayerToggleSneakEventCalled when a player toggles their sneaking state | 
| class  | PlayerToggleSprintEventCalled when a player toggles their sprinting state | 
| class  | PlayerUnregisterChannelEventThis is called immediately after a player unregisters for a plugin channel. | 
| class  | PlayerVelocityEventCalled when the velocity of a player changes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PlayerSpawnLocationEventCalled when player is about to spawn in a world after joining the server. | 
Copyright © 2015. All rights reserved.