Class GeyserJacksonConfiguration.BedrockConfiguration
java.lang.Object
org.geysermc.geyser.configuration.GeyserJacksonConfiguration.BedrockConfiguration
- All Implemented Interfaces:
GeyserConfiguration.IBedrockConfiguration
- Enclosing class:
- GeyserJacksonConfiguration
public static class GeyserJacksonConfiguration.BedrockConfiguration
extends Object
implements GeyserConfiguration.IBedrockConfiguration
-
Constructor Details
-
BedrockConfiguration
public BedrockConfiguration()
-
-
Method Details
-
getCompressionLevel
public int getCompressionLevel()- Specified by:
getCompressionLevelin interfaceGeyserConfiguration.IBedrockConfiguration
-
getWhitelistedIPsMatchers
- Specified by:
getWhitelistedIPsMatchersin interfaceGeyserConfiguration.IBedrockConfiguration- Returns:
- Unmodifiable list of
CIDRMatchers fromGeyserConfiguration.IBedrockConfiguration.getProxyProtocolWhitelistedIPs()
-
getAddress
- Specified by:
getAddressin interfaceGeyserConfiguration.IBedrockConfiguration
-
getPort
public int getPort()- Specified by:
getPortin interfaceGeyserConfiguration.IBedrockConfiguration
-
isCloneRemotePort
public boolean isCloneRemotePort()- Specified by:
isCloneRemotePortin interfaceGeyserConfiguration.IBedrockConfiguration
-
getMotd1
- Specified by:
getMotd1in interfaceGeyserConfiguration.IBedrockConfiguration
-
getMotd2
- Specified by:
getMotd2in interfaceGeyserConfiguration.IBedrockConfiguration
-
getServerName
- Specified by:
getServerNamein interfaceGeyserConfiguration.IBedrockConfiguration
-
isEnableProxyProtocol
public boolean isEnableProxyProtocol()- Specified by:
isEnableProxyProtocolin interfaceGeyserConfiguration.IBedrockConfiguration
-
getProxyProtocolWhitelistedIPs
- Specified by:
getProxyProtocolWhitelistedIPsin interfaceGeyserConfiguration.IBedrockConfiguration
-
setPort
public void setPort(int port)
-