Skip to content

Commit

Permalink
Fix a few javadocs (#3808)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnupbups authored Mar 4, 2024
1 parent b479497 commit e6eb0fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mappings/net/minecraft/item/ItemStack.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ CLASS net/minecraft/class_1799 net/minecraft/item/ItemStack
COMMENT
COMMENT @see #copy
COMMENT @see #copyWithCount
COMMENT @see #copyNbtToNewStack
COMMENT @see #copyComponentsToNewStack
ARG 1 item
COMMENT the item of the resultant stack
ARG 2 count
Expand Down Expand Up @@ -472,7 +472,7 @@ CLASS net/minecraft/class_1799 net/minecraft/item/ItemStack
COMMENT {@return whether the given item stacks are equal, including the item count and components}
COMMENT
COMMENT @see #areItemsEqual
COMMENT @see #areItemsAndNbtEqual
COMMENT @see #areItemsAndComponentsEqual
ARG 0 left
ARG 1 right
METHOD method_7974 setDamage (I)V
Expand Down Expand Up @@ -509,7 +509,7 @@ CLASS net/minecraft/class_1799 net/minecraft/item/ItemStack
COMMENT {@return whether the given item stacks contain the same item, regardless of item count or components}
COMMENT
COMMENT @see #areEqual
COMMENT @see #areItemsAndNbtEqual
COMMENT @see #areItemsAndComponentsEqual
ARG 0 left
ARG 1 right
METHOD method_7986 isDamaged ()Z
Expand Down

0 comments on commit e6eb0fe

Please sign in to comment.