Fix a few javadocs (#3808)

This commit is contained in:
Shnupbups 2024-03-04 11:29:43 +11:00 committed by GitHub
parent b479497bfe
commit e6eb0fe9e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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
@ -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
@ -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