From 0ab3282abf27b3b98cc309c99ce16f56005a560c Mon Sep 17 00:00:00 2001 From: Shnupbups Date: Thu, 1 Feb 2024 09:23:15 +1100 Subject: [PATCH] whoops --- mappings/net/minecraft/item/ItemStack.mapping | 13 +++++-------- mappings/net/minecraft/util/Util.mapping | 4 ++++ 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/mappings/net/minecraft/item/ItemStack.mapping b/mappings/net/minecraft/item/ItemStack.mapping index 559ddf13ef..66f615ad87 100644 --- a/mappings/net/minecraft/item/ItemStack.mapping +++ b/mappings/net/minecraft/item/ItemStack.mapping @@ -242,12 +242,11 @@ CLASS net/minecraft/class_1799 net/minecraft/item/ItemStack COMMENT {@return a copy of this item stack, including the NBT, and {@linkplain #getBobbingAnimationTime bobbing animation time}}, COMMENT with the item count set to {@code count} COMMENT - COMMENT @param count the item count of the resultant stack - COMMENT COMMENT @see #copy COMMENT @see #copyNbtToNewStack COMMENT @see #copyNbtToNewStackIgnoreEmpty ARG 1 count + COMMENT the item count of the resultant stack METHOD method_51164 copyAndEmpty ()Lnet/minecraft/class_1799; METHOD method_53187 itemMatches (Lnet/minecraft/class_6885;)Z ARG 1 registryEntryList @@ -280,14 +279,13 @@ CLASS net/minecraft/class_1799 net/minecraft/item/ItemStack METHOD method_56701 copyNbtToNewStack (Lnet/minecraft/class_1935;I)Lnet/minecraft/class_1799; COMMENT {@return a new item stack with the NBT copied from this item stack} COMMENT - COMMENT @param item the item of the resultant stack - COMMENT @param count the item count of the resultant stack - COMMENT COMMENT @see #copy COMMENT @see #copyWithCount COMMENT @see #copyNbtToNewStackIgnoreEmpty ARG 1 item + COMMENT the item of the resultant stack ARG 2 count + COMMENT the item count of the resultant stack METHOD method_56702 createOptionalCodec (Ljava/lang/String;)Lcom/mojang/serialization/MapCodec; ARG 0 fieldName METHOD method_56703 (Ljava/util/Optional;)Lnet/minecraft/class_1799; @@ -295,14 +293,13 @@ CLASS net/minecraft/class_1799 net/minecraft/item/ItemStack METHOD method_56704 copyNbtToNewStackIgnoreEmpty (Lnet/minecraft/class_1935;I)Lnet/minecraft/class_1799; COMMENT {@return a new item stack with the NBT copied from this item stack, even if this stack is empty} COMMENT - COMMENT @param item the item of the resultant stack - COMMENT @param count the item count of the resultant stack - COMMENT COMMENT @see #copy COMMENT @see #copyWithCount COMMENT @see #copyNbtToNewStack ARG 1 item + COMMENT the item of the resultant stack ARG 2 count + COMMENT the item count of the resultant stack METHOD method_7909 getItem ()Lnet/minecraft/class_1792; COMMENT {@return the item of this stack} COMMENT diff --git a/mappings/net/minecraft/util/Util.mapping b/mappings/net/minecraft/util/Util.mapping index 77e4c3be50..affefeabfa 100644 --- a/mappings/net/minecraft/util/Util.mapping +++ b/mappings/net/minecraft/util/Util.mapping @@ -316,6 +316,10 @@ CLASS net/minecraft/class_156 net/minecraft/util/Util ARG 1 exceptionGetter METHOD method_55473 getDownloadWorkerExecutor ()Ljava/util/concurrent/ExecutorService; COMMENT {@return the executor for download tasks} + METHOD method_56613 allOf (Ljava/util/List;)Ljava/util/function/Predicate; + ARG 0 predicates + METHOD method_56616 anyOf (Ljava/util/List;)Ljava/util/function/Predicate; + ARG 0 predicates METHOD method_645 previous (Ljava/lang/Iterable;Ljava/lang/Object;)Ljava/lang/Object; COMMENT {@return the item preceding {@code object} in {@code iterable}} COMMENT