Interface GeyserConfiguration.IBedrockConfiguration
- All Known Implementing Classes:
GeyserJacksonConfiguration.BedrockConfiguration
- Enclosing interface:
- GeyserConfiguration
public static interface GeyserConfiguration.IBedrockConfiguration
-
Method Details
-
getAddress
String getAddress() -
getPort
int getPort() -
isCloneRemotePort
boolean isCloneRemotePort() -
getMotd1
String getMotd1() -
getMotd2
String getMotd2() -
getServerName
String getServerName() -
getCompressionLevel
int getCompressionLevel() -
isEnableProxyProtocol
boolean isEnableProxyProtocol() -
getProxyProtocolWhitelistedIPs
-
getWhitelistedIPsMatchers
List<CIDRMatcher> getWhitelistedIPsMatchers()- Returns:
- Unmodifiable list of
CIDRMatcher
s fromgetProxyProtocolWhitelistedIPs()
-