Fix javadoc for PacketByteBuf#writeIdentifier (#3302)

This commit is contained in:
apple502j 2022-09-21 06:35:11 +09:00 committed by GitHub
parent ff4a3cf24a
commit 9c83509bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -533,7 +533,7 @@ CLASS net/minecraft/class_2540 net/minecraft/network/PacketByteBuf
COMMENT string form. The written identifier's byte array can have a max length of
COMMENT {@value #DEFAULT_MAX_STRING_LENGTH}.
COMMENT
COMMENT @return the read identifier
COMMENT @return this buf, for chaining
COMMENT @throws io.netty.handler.codec.EncoderException if the {@code id}'s
COMMENT byte array is longer than {@value #DEFAULT_MAX_STRING_LENGTH}
COMMENT @see #readIdentifier()