Fix AbstractNbtList add/remove mapping

This commit is contained in:
Nerjal Nosk 2024-04-06 12:53:13 +02:00
parent 53f71fd02f
commit 62566f9735
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 (ILjava/lang/Object;)V
METHOD add 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 (I)Ljava/lang/Object;
METHOD remove remove (I)Ljava/lang/Object;
ARG 1 index
METHOD set (ILjava/lang/Object;)Ljava/lang/Object;
ARG 1 index