Package org.bukkit.event.player
Class PlayerChangedMainHandEvent
- java.lang.Object
-
- org.bukkit.event.Event
-
- org.bukkit.event.player.PlayerEvent
-
- org.bukkit.event.player.PlayerChangedMainHandEvent
-
public class PlayerChangedMainHandEvent extends PlayerEvent
Called when a player changes their main hand in the client settings.
-
-
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
Constructors Constructor Description PlayerChangedMainHandEvent(Player who, MainHand mainHand)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HandlerList
getHandlerList()
HandlerList
getHandlers()
MainHand
getMainHand()
Gets the new main hand of the player.-
Methods inherited from class org.bukkit.event.player.PlayerEvent
getPlayer
-
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
-
-
-
-
Method Detail
-
getMainHand
@NotNull public MainHand getMainHand()
Gets the new main hand of the player. The old hand is still momentarily available viaHumanEntity.getMainHand()
.- Returns:
- the new
MainHand
of the player
-
getHandlers
@NotNull public HandlerList getHandlers()
- Specified by:
getHandlers
in classEvent
-
getHandlerList
@NotNull public static HandlerList getHandlerList()
-
-