Skip to content

Commit

Permalink
Update ItemRepresentable.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMorpheus authored Jul 6, 2024
1 parent f37be24 commit 0645fe6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public interface ItemRepresentable extends Entity {
/**
* {@link Keys#ITEM_STACK_SNAPSHOT}
*
* @return The potion item represented by this potion
* @return The item being represented by this entity
*/
default Value.Mutable<ItemStackSnapshot> item() {
return this.requireValue(Keys.ITEM_STACK_SNAPSHOT).asMutable();
Expand Down

0 comments on commit 0645fe6

Please sign in to comment.