@ -2168,6 +2176,14 @@ The crucial difference is that the events module now has functions for each of t
* priority - optional - see events.on() for more information.
### events.playerPickupArrow()
#### Parameters
* callback - A function which is called whenever the [player.PlayerPickupArrowEvent event](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/player/PlayerPickupArrowEvent.html) is fired
* priority - optional - see events.on() for more information.
### events.playerEggThrow()
#### Parameters
@ -2544,6 +2560,14 @@ The crucial difference is that the events module now has functions for each of t
* priority - optional - see events.on() for more information.
### events.playerChangedMainHand()
#### Parameters
* callback - A function which is called whenever the [player.PlayerChangedMainHandEvent event](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/player/PlayerChangedMainHandEvent.html) is fired
* priority - optional - see events.on() for more information.
### events.playerGameModeChange()
#### Parameters
@ -2720,6 +2744,14 @@ The crucial difference is that the events module now has functions for each of t
* priority - optional - see events.on() for more information.
### events.tabComplete()
#### Parameters
* callback - A function which is called whenever the [server.TabCompleteEvent event](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/server/TabCompleteEvent.html) is fired
* priority - optional - see events.on() for more information.
### events.serviceUnregister()
#### Parameters
@ -2744,6 +2776,22 @@ The crucial difference is that the events module now has functions for each of t
* priority - optional - see events.on() for more information.
### events.entityBreed()
#### Parameters
* callback - A function which is called whenever the [entity.EntityBreedEvent event](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/EntityBreedEvent.html) is fired
* priority - optional - see events.on() for more information.
### events.entityAirChange()
#### Parameters
* callback - A function which is called whenever the [entity.EntityAirChangeEvent event](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/EntityAirChangeEvent.html) is fired
* priority - optional - see events.on() for more information.
### events.playerDeath()
#### Parameters
@ -2752,6 +2800,14 @@ The crucial difference is that the events module now has functions for each of t
* priority - optional - see events.on() for more information.
### events.enderDragonChangePhase()
#### Parameters
* callback - A function which is called whenever the [entity.EnderDragonChangePhaseEvent event](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/EnderDragonChangePhaseEvent.html) is fired
* priority - optional - see events.on() for more information.
### events.entityCreatePortal()
#### Parameters
@ -2856,6 +2912,14 @@ The crucial difference is that the events module now has functions for each of t
* priority - optional - see events.on() for more information.
### events.areaEffectCloudApply()
#### Parameters
* callback - A function which is called whenever the [entity.AreaEffectCloudApplyEvent event](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/AreaEffectCloudApplyEvent.html) is fired
* priority - optional - see events.on() for more information.
### events.entityPortal()
#### Parameters
@ -2888,6 +2952,14 @@ The crucial difference is that the events module now has functions for each of t
* priority - optional - see events.on() for more information.
### events.lingeringPotionSplash()
#### Parameters
* callback - A function which is called whenever the [entity.LingeringPotionSplashEvent event](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/event/entity/LingeringPotionSplashEvent.html) is fired
* priority - optional - see events.on() for more information.
### events.sheepRegrowWool()
#### Parameters
@ -6819,6 +6891,7 @@ The following functions are provided: