mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 21:01:02 -05:00
Fix documentation mistake.
This commit is contained in:
parent
2e53f6ba1f
commit
988d411d96
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ public interface PacketHeader {
|
|||
* Reads the length of a packet from the given input.
|
||||
*
|
||||
* @param in Input to read from.
|
||||
* @param available Number of available bytes in the NetInput.
|
||||
* @param available Number of packet bytes available after the length.
|
||||
* @return The resulting packet length.
|
||||
* @throws java.io.IOException If an I/O error occurs.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue