Interface GeyserConfiguration.IRemoteConfiguration

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

public static interface GeyserConfiguration.IRemoteConfiguration extends org.geysermc.geyser.api.network.RemoteServer
  • Method Details

    • setAddress

      void setAddress(String address)
    • setPort

      void setPort(int port)
    • isPasswordAuthentication

      boolean isPasswordAuthentication()
    • isUseProxyProtocol

      boolean isUseProxyProtocol()
    • isForwardHost

      boolean isForwardHost()
    • minecraftVersion

      default String minecraftVersion()
      Specified by:
      minecraftVersion in interface org.geysermc.geyser.api.network.RemoteServer
    • protocolVersion

      default int protocolVersion()
      Specified by:
      protocolVersion in interface org.geysermc.geyser.api.network.RemoteServer