Class VelocityPlatform

java.lang.Object
ru.cwcode.commands.api.Platform
ru.cwcode.commands.velocityplatform.velocity.VelocityPlatform

public class VelocityPlatform extends ru.cwcode.commands.api.Platform
  • Constructor Details

    • VelocityPlatform

      public VelocityPlatform(VelocityMain plugin, com.velocitypowered.api.proxy.ProxyServer server, org.slf4j.Logger logger)
  • Method Details

    • getPlugin

      public VelocityMain getPlugin()
    • getServer

      public com.velocitypowered.api.proxy.ProxyServer getServer()
    • getLogger

      public ru.cwcode.commands.api.Logger getLogger()
      Specified by:
      getLogger in class ru.cwcode.commands.api.Platform
    • registerCommand

      public void registerCommand(ru.cwcode.commands.Command command)
      Specified by:
      registerCommand in class ru.cwcode.commands.api.Platform