Class VelocityPlatformModule

java.lang.Object
org.geysermc.floodgate.velocity.module.VelocityPlatformModule

@Factory public class VelocityPlatformModule extends Object
  • Constructor Details

    • VelocityPlatformModule

      public VelocityPlatformModule()
  • Method Details

    • commandManager

      @Bean @Singleton public cloud.commandframework.CommandManager<org.geysermc.floodgate.core.connection.audience.UserAudience> commandManager(org.geysermc.floodgate.core.platform.command.CommandUtil commandUtil, com.velocitypowered.api.proxy.ProxyServer proxy, com.velocitypowered.api.plugin.PluginContainer container)
    • 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()