Skip to content

Commit d75cc21

Browse files
kashikeSirYwell
andauthored
Update paper-api/src/main/java/io/papermc/paper/event/player/PlayerSwapWithEquipmentSlotEvent.java
Co-authored-by: Hannes Greule <[email protected]>
1 parent 3f6b2e9 commit d75cc21

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

paper-api/src/main/java/io/papermc/paper/event/player/PlayerSwapWithEquipmentSlotEvent.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ public PlayerSwapWithEquipmentSlotEvent(
3030
}
3131

3232
/**
33-
* Gets the item in hand.
34-
*
35-
* @return item in hand
33+
* {@return the item in one of the hand slots}
3634
*/
3735
public ItemStack getItemInHand() {
3836
return this.itemInHand;

0 commit comments

Comments
 (0)