Skip to content

Commit

Permalink
docs: update to reflect new method params
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jan 17, 2025
1 parent 80378cc commit aa9dbf9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public record ItemStackConstructor(Holder<Item> item, Optional<DataComponentPatc

/**
* Generate an {@link ItemStack} for this constructor.
* @param count The item count for the stack to be given.
* @return The constructed {@link ItemStack}.
*/
public ItemStack createStack(int count) {
Expand Down

0 comments on commit aa9dbf9

Please sign in to comment.