mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
Make ServerboundHandshakePacket immutable
This commit is contained in:
@@ -29,7 +29,7 @@ public interface InboundConnection {
|
||||
*
|
||||
* @return the hostname from the client
|
||||
*/
|
||||
Optional<InetSocketAddress> connectedHost();
|
||||
Optional<InetSocketAddress> connectedHostname();
|
||||
|
||||
/**
|
||||
* Determine whether or not the player remains online.
|
||||
|
||||
Reference in New Issue
Block a user