Interface StatusClient
public interface StatusClient
Represents a client requesting a 
StatusResponse. Unlike normal player
 connections, it may not have the same version as the server.- 
Method Details- 
addressInetSocketAddress address()Gets the address of the client.- Returns:
- The address of the client
 
- 
versionMinecraftVersion version()Gets the game version of the client.- Returns:
- The version of the client
 
- 
virtualHostOptional<InetSocketAddress> virtualHost()Gets the address the player is connecting to.- Returns:
- The address the player is connecting to, or
         Optional.empty()if not available (for example because ofMinecraftVersion.isLegacy()).
 
 
-