diff --git a/mappings/net/minecraft/item/ItemStack.mapping b/mappings/net/minecraft/item/ItemStack.mapping index e295ce2ec5..a63bc99f9a 100644 --- a/mappings/net/minecraft/item/ItemStack.mapping +++ b/mappings/net/minecraft/item/ItemStack.mapping @@ -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