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:
getCompressionLevel
in interfaceGeyserConfiguration.IBedrockConfiguration
-
getWhitelistedIPsMatchers
- Specified by:
getWhitelistedIPsMatchers
in interfaceGeyserConfiguration.IBedrockConfiguration
- Returns:
- Unmodifiable list of
CIDRMatcher
s fromGeyserConfiguration.IBedrockConfiguration.getProxyProtocolWhitelistedIPs()
-
getAddress
- Specified by:
getAddress
in interfaceGeyserConfiguration.IBedrockConfiguration
-
getPort
public int getPort()- Specified by:
getPort
in interfaceGeyserConfiguration.IBedrockConfiguration
-
isCloneRemotePort
public boolean isCloneRemotePort()- Specified by:
isCloneRemotePort
in interfaceGeyserConfiguration.IBedrockConfiguration
-
getMotd1
- Specified by:
getMotd1
in interfaceGeyserConfiguration.IBedrockConfiguration
-
getMotd2
- Specified by:
getMotd2
in interfaceGeyserConfiguration.IBedrockConfiguration
-
getServerName
- Specified by:
getServerName
in interfaceGeyserConfiguration.IBedrockConfiguration
-
isEnableProxyProtocol
public boolean isEnableProxyProtocol()- Specified by:
isEnableProxyProtocol
in interfaceGeyserConfiguration.IBedrockConfiguration
-
getProxyProtocolWhitelistedIPs
- Specified by:
getProxyProtocolWhitelistedIPs
in interfaceGeyserConfiguration.IBedrockConfiguration
-
setPort
public void setPort(int port)
-