Class GeyserJacksonConfiguration.BedrockConfiguration
java.lang.Object
org.geysermc.connector.configuration.GeyserJacksonConfiguration.BedrockConfiguration
- All Implemented Interfaces:
GeyserConfiguration.IBedrockConfiguration
- Enclosing class:
- GeyserJacksonConfiguration
public static class GeyserJacksonConfiguration.BedrockConfiguration
extends Object
implements GeyserConfiguration.IBedrockConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.geysermc.connector.configuration.GeyserConfiguration.IBedrockConfiguration
getAddress, getMotd1, getMotd2, getPort, getProxyProtocolWhitelistedIPs, getServerName, isCloneRemotePort, isEnableProxyProtocol
-
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()
-