Interface GeyserConfig.BedrockConfig

All Superinterfaces:
org.geysermc.geyser.api.network.BedrockListener
Enclosing interface:
GeyserConfig

@ConfigSerializable public static interface GeyserConfig.BedrockConfig extends org.geysermc.geyser.api.network.BedrockListener
  • Method Details

    • address

      @NonNull String address()
      Specified by:
      address in interface org.geysermc.geyser.api.network.BedrockListener
    • port

      int port()
      Specified by:
      port in interface org.geysermc.geyser.api.network.BedrockListener
    • cloneRemotePort

      boolean cloneRemotePort()
    • address

      void address(String address)
    • port

      void port(int port)
    • broadcastPort

      default int broadcastPort()
      Specified by:
      broadcastPort in interface org.geysermc.geyser.api.network.BedrockListener
    • primaryMotd

      default String primaryMotd()
      Specified by:
      primaryMotd in interface org.geysermc.geyser.api.network.BedrockListener
    • secondaryMotd

      default String secondaryMotd()
      Specified by:
      secondaryMotd in interface org.geysermc.geyser.api.network.BedrockListener
    • serverName

      default String serverName()
      Specified by:
      serverName in interface org.geysermc.geyser.api.network.BedrockListener