Fix TagCompound.copyTo => copyFrom

Doesn't copy values to the specified compound argument, but actually inserts copied values *from* it.
This commit is contained in:
copygirl 2016-09-13 10:46:22 +02:00
parent c9c3278194
commit 7d48e5ed89
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ CLASS none/dt net/minecraft/nbt/TagCompound
METHOD a setIntArray (Ljava/lang/String;[I)V
ARG 0 key
ARG 1 value
METHOD a copyTo (Lnone/dt;)V
METHOD a copyFrom (Lnone/dt;)V
ARG 0 tag
METHOD b copy ()Lnone/eh;
METHOD b readString (Ljava/io/DataInput;Lnone/eb;)Ljava/lang/String;