Uses of Enum Class
org.bukkit.inventory.MainHand
Packages that use 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
Fields in com.destroystokyo.paper with type parameters of type MainHand -
Uses of MainHand in com.destroystokyo.paper.event.player
Methods in com.destroystokyo.paper.event.player that return MainHandConstructors in com.destroystokyo.paper.event.player with parameters of type MainHandModifierConstructorDescriptionPlayerClientOptionsChangeEvent
(Player player, String locale, int viewDistance, ClientOption.ChatVisibility chatVisibility, boolean chatColors, SkinParts skinParts, MainHand mainHand) Deprecated. -
Uses of MainHand in org.bukkit.entity
Methods in org.bukkit.entity that return MainHand -
Uses of MainHand in org.bukkit.event.player
Methods in org.bukkit.event.player that return MainHandModifier and TypeMethodDescriptionPlayerChangedMainHandEvent.getMainHand()
Gets the new main hand of the player.Constructors in org.bukkit.event.player with parameters of type MainHandModifierConstructorDescriptionPlayerChangedMainHandEvent
(@NotNull Player who, @NotNull MainHand mainHand) -
Uses of MainHand in org.bukkit.inventory
Methods in org.bukkit.inventory that return MainHand