Change remapping to properly rename synthetic obfuscation methods

This commit is contained in:
Nerjal Nosk 2024-04-06 14:40:32 +02:00
parent bdec53b5ee
commit 9a47f1f963
No known key found for this signature in database
GPG Key ID: D4DC2157DA6846FF
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
CLASS net/minecraft/class_2483 net/minecraft/nbt/AbstractNbtList
COMMENT Represents an abstraction of a mutable NBT list which holds elements of the same type.
METHOD add add (ILjava/lang/Object;)V
METHOD method_10531 add (ILjava/lang/Object;)V
ARG 1 index
ARG 2 value
METHOD method_10533 addElement (ILnet/minecraft/class_2520;)Z
@ -21,7 +21,7 @@ CLASS net/minecraft/class_2483 net/minecraft/nbt/AbstractNbtList
COMMENT Gets the {@linkplain NbtElement#getType type} of element that this list holds.
COMMENT
COMMENT @return the type of element that this list holds
METHOD remove remove (I)Ljava/lang/Object;
METHOD method_10531 remove (I)Ljava/lang/Object;
ARG 1 index
METHOD set (ILjava/lang/Object;)Ljava/lang/Object;
ARG 1 index