diff --git a/mappings/net/minecraft/nbt/AbstractNbtList.mapping b/mappings/net/minecraft/nbt/AbstractNbtList.mapping index 02ac64e64f..744bf08b03 100644 --- a/mappings/net/minecraft/nbt/AbstractNbtList.mapping +++ b/mappings/net/minecraft/nbt/AbstractNbtList.mapping @@ -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