Package org.bukkit.event.player
Class PlayerRiptideEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
org.bukkit.event.player.PlayerRiptideEvent
This event is fired when the player activates the riptide enchantment, using
their trident to propel them through the air.
N.B. the riptide action is currently performed client side, so manipulating the player in this event may have undesired effects.
N.B. the riptide action is currently performed client side, so manipulating the player in this event may have undesired effects.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
-
Field Summary
Fields inherited from class org.bukkit.event.player.PlayerEvent
player
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull HandlerList
getItem()
Gets the item containing the used enchantment.Get the velocity applied to the player as a result of this riptide.Methods inherited from class org.bukkit.event.player.PlayerEvent
getPlayer
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
Method Details
-
getItem
Gets the item containing the used enchantment.- Returns:
- held enchanted item
-
getVelocity
Get the velocity applied to the player as a result of this riptide.- Returns:
- the riptide velocity
-
getHandlers
- Specified by:
getHandlers
in classEvent
-
getHandlerList
-