Class BungeePlatformModule

java.lang.Object
org.geysermc.floodgate.bungee.module.BungeePlatformModule

@Factory public final class BungeePlatformModule extends Object
  • Constructor Details

    • BungeePlatformModule

      public BungeePlatformModule()
  • Method Details

    • commandManager

      @Bean @Singleton public cloud.commandframework.CommandManager<org.geysermc.floodgate.core.connection.UserAudience> commandManager(org.geysermc.floodgate.core.platform.command.CommandUtil commandUtil, net.md_5.bungee.api.plugin.Plugin plugin)
    • packetEncoder

      @Bean @Named("packetEncoder") @Singleton public String packetEncoder()
    • packetDecoder

      @Bean @Named("packetDecoder") @Singleton public String packetDecoder()
    • packetHandler

      @Bean @Named("packetHandler") @Singleton public String packetHandler()
    • implementationName

      @Bean @Named("implementationName") @Singleton public String implementationName()