public static interface GeyserConfiguration.IBedrockConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress() |
int |
getCompressionLevel() |
String |
getMotd1() |
String |
getMotd2() |
int |
getPort() |
List<String> |
getProxyProtocolWhitelistedIPs() |
String |
getServerName() |
List<CIDRMatcher> |
getWhitelistedIPsMatchers() |
boolean |
isCloneRemotePort() |
boolean |
isEnableProxyProtocol() |
String getAddress()
int getPort()
boolean isCloneRemotePort()
String getMotd1()
String getMotd2()
String getServerName()
int getCompressionLevel()
boolean isEnableProxyProtocol()
List<CIDRMatcher> getWhitelistedIPsMatchers()
CIDRMatchers from getProxyProtocolWhitelistedIPs()Copyright © 2021 GeyserMC. All rights reserved.