Skip to content

Commit

Permalink
docs: Add javadoc for readyForAttunement
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Nov 11, 2023
1 parent 4976203 commit c569242
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,9 @@ public int getMaxAttunementTicks() {
return 30;
}

/**
* We delay attunement until the menu is opened to show the player what's happening inside the slots before converting the items to an attuned shard.
*/
public void markReadyForAttunement() {
readyForAttunement = true;
}
Expand Down

0 comments on commit c569242

Please sign in to comment.