Fix a bad fix

Sorry
This commit is contained in:
modmuss50 2018-12-20 01:02:26 +00:00
parent 8fb31bbc23
commit 179e60a40a
5 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
CLASS hr net/minecraft/nbt/AbstractListTag
METHOD a setRaw (ILij;)V
ARG 1 index
METHOD b remove (I)V
METHOD b removeAt (I)V
METHOD b append (ILij;)V
ARG 1 index
METHOD c getRaw (I)Lij;

View File

@ -13,7 +13,7 @@ CLASS hp net/minecraft/nbt/ByteArrayTag
METHOD a toArray (Ljava/util/List;)[B
ARG 0 list
METHOD b copy ()Lij;
METHOD b remove (I)V
METHOD b removeAt (I)V
METHOD b append (ILij;)V
ARG 1 index
METHOD c getByteArray ()[B

View File

@ -13,7 +13,7 @@ CLASS hw net/minecraft/nbt/IntArrayTag
METHOD a toArray (Ljava/util/List;)[I
ARG 0 list
METHOD b copy ()Lij;
METHOD b remove (I)V
METHOD b removeAt (I)V
METHOD b append (ILij;)V
ARG 1 index
METHOD c copy ()Lhw;

View File

@ -3,7 +3,7 @@ CLASS hy net/minecraft/nbt/ListTag
FIELD g value Ljava/util/List;
FIELD h type B
METHOD a getType ()B
METHOD a getAndRemove (I)Lij;
METHOD a remove (I)Lij;
METHOD a setRaw (ILij;)V
ARG 1 index
METHOD a add (Lij;)Z
@ -15,7 +15,7 @@ CLASS hy net/minecraft/nbt/ListTag
ARG 1 indent
METHOD a_ getListType ()I
METHOD b copy ()Lij;
METHOD b remove (I)V
METHOD b removeAt (I)V
METHOD b append (ILij;)V
ARG 1 index
METHOD b canAdd (Lij;)Z

View File

@ -13,7 +13,7 @@ CLASS hz net/minecraft/nbt/LongArrayTag
METHOD a toArray (Ljava/util/List;)[J
ARG 0 list
METHOD b copy ()Lij;
METHOD b remove (I)V
METHOD b removeAt (I)V
METHOD b append (ILij;)V
ARG 1 index
METHOD c copy ()Lhz;