Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ipad54 committed Sep 1, 2024
1 parent f25c0b4 commit 7f29bd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/block/ChiseledBookshelf.php
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,14 @@ public function getSlots() : array{
}

/**
* Returns the last interacted slot by a player or null if no slot has been interacted with yet.
* Returns the last slot interacted by a player or null if no slot has been interacted with yet.
*/
public function getLastInteractedSlot() : ?ChiseledBookshelfSlot{
return $this->lastInteractedSlot;
}

/**
* Sets the last interacted slot by a player.
* Sets the last slot interacted by a player.
*
* @return $this
*/
Expand Down

0 comments on commit 7f29bd7

Please sign in to comment.