Uses of Enum Class
org.bukkit.inventory.MainHand
Package
Description
Interfaces for non-voxel objects that can exist in a
world
, including all players, monsters, projectiles, etc.Classes involved in manipulating player inventories and item interactions.
-
Uses of MainHand in com.destroystokyo.paper
-
Uses of MainHand in com.destroystokyo.paper.event.player
ModifierConstructorDescriptionPlayerClientOptionsChangeEvent
(Player player, String locale, int viewDistance, ClientOption.ChatVisibility chatVisibility, boolean chatColors, SkinParts skinParts, MainHand mainHand) Deprecated. -
Uses of MainHand in org.bukkit.entity
-
Uses of MainHand in org.bukkit.event.player
Modifier and TypeMethodDescriptionPlayerChangedMainHandEvent.getMainHand()
Gets the new main hand of the player.ModifierConstructorDescriptionPlayerChangedMainHandEvent
(@NotNull Player who, @NotNull MainHand mainHand) -
Uses of MainHand in org.bukkit.inventory