Interface InternalBridgeManagement

All Superinterfaces:
eu.cloudnetservice.modules.bridge.BridgeManagement
All Known Implementing Classes:
BukkitBridgeManagement, BungeeCordBridgeManagement, LimboLoohpBridgeManagement, MinestomBridgeManagement, NodeBridgeManagement, NukkitBridgeManagement, PlatformBridgeManagement, SpongeBridgeManagement, VelocityBridgeManagement, WaterDogPEBridgeManagement

public interface InternalBridgeManagement extends eu.cloudnetservice.modules.bridge.BridgeManagement
  • Field Summary

    Fields inherited from interface eu.cloudnetservice.modules.bridge.BridgeManagement

    BRIDGE_CHANNEL_NAME, BRIDGE_PLAYER_CHANNEL_NAME, BRIDGE_PLAYER_DB_NAME, BRIDGE_PLAYER_EXECUTOR_CHANNEL_NAME
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Execute the post initialization of the bridge management.
    void
    registerServices(@NonNull eu.cloudnetservice.driver.registry.ServiceRegistry registry)
    Registers all services provided by this bridge management to the given service registry.

    Methods inherited from interface eu.cloudnetservice.modules.bridge.BridgeManagement

    configuration, configuration
  • Method Details

    • registerServices

      void registerServices(@NonNull @NonNull eu.cloudnetservice.driver.registry.ServiceRegistry registry)
      Registers all services provided by this bridge management to the given service registry.
      Parameters:
      registry - the registry to register the services in.
      Throws:
      NullPointerException - if the given registry is null.
    • postInit

      void postInit()
      Execute the post initialization of the bridge management. Populating the caches and applying startup time actions.