21 lines
351 B
Markdown
21 lines
351 B
Markdown
---
|
|
title: getHandItem -
|
|
---
|
|
//[KSpigot](../index.md)/[net.axay.kspigot.extensions.bukkit](index.md)/[getHandItem](get-hand-item.md)
|
|
|
|
|
|
|
|
# getHandItem
|
|
[jvm]
|
|
Brief description
|
|
|
|
|
|
Returns the itemInHand of the given EquipmentSlot if it is an hand slot.
|
|
|
|
|
|
Content
|
|
fun Player.[getHandItem](get-hand-item.md)(hand: EquipmentSlot?): ItemStack?
|
|
|
|
|
|
|