Interface GeyserConfiguration.IBedrockConfiguration

All Superinterfaces:
org.geysermc.geyser.api.network.BedrockListener
All Known Implementing Classes:
GeyserJacksonConfiguration.BedrockConfiguration
Enclosing interface:
GeyserConfiguration

public static interface GeyserConfiguration.IBedrockConfiguration extends org.geysermc.geyser.api.network.BedrockListener
  • Method Details

    • setAddress

      void setAddress(String address)
    • setPort

      void setPort(int port)
    • isCloneRemotePort

      boolean isCloneRemotePort()
    • getCompressionLevel

      int getCompressionLevel()
    • isEnableProxyProtocol

      boolean isEnableProxyProtocol()
    • getProxyProtocolWhitelistedIPs

      List<String> getProxyProtocolWhitelistedIPs()
    • getWhitelistedIPsMatchers

      List<CIDRMatcher> getWhitelistedIPsMatchers()
      Returns:
      Unmodifiable list of CIDRMatchers from getProxyProtocolWhitelistedIPs()