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 MainHandMethods in org.bukkit.entity with parameters of type MainHandModifier and TypeMethodDescriptionvoid
HumanEntity.setMainHand
(MainHand mainHand) 플레이어의 주로 사용하는 손을 변경합니다. -
Uses of MainHand in org.bukkit.event.player
Methods in org.bukkit.event.player that return MainHandModifier and TypeMethodDescriptionPlayerChangedMainHandEvent.getMainHand()
Deprecated, for removal: This API element is subject to removal in a future version.has never been functional since its implementation and simply returns the old main hand.PlayerChangedMainHandEvent.getNewMainHand()
Gets the new main hand of the player.Methods in org.bukkit.event.player with parameters of type MainHandModifier and TypeMethodDescriptionvoid
PlayerChangedMainHandEvent.setNewMainHand
(@NotNull MainHand mainHand) 플레이어의 주로 사용하는 손을 변경합니다.Constructors in org.bukkit.event.player with parameters of type MainHandModifierConstructorDescriptionPlayerChangedMainHandEvent
(@NotNull Player who, @NotNull MainHand newMainHand) -
Uses of MainHand in org.bukkit.inventory
Methods in org.bukkit.inventory that return MainHand