fix: use correct method name when referring to writeCompound(NbtCompound, DataOutput)

This commit is contained in:
Octol1ttle 2024-03-22 12:41:47 +05:00
parent f496f1c2d1
commit fa2be20201
No known key found for this signature in database
GPG Key ID: B77C34313AEE1FFF
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ CLASS net/minecraft/class_2507 net/minecraft/nbt/NbtIo
COMMENT Writes the {@code nbt} to the file at {@code path}.
COMMENT
COMMENT @throws IOException if the IO operation fails
COMMENT @see #write(NbtCompound, DataOutput)
COMMENT @see #writeCompound(NbtCompound, DataOutput)
ARG 0 nbt
ARG 1 path
METHOD method_10631 writeUnsafe (Lnet/minecraft/class_2520;Ljava/io/DataOutput;)V