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 Summary
ConstructorsConstructorDescriptionVelocityPlatform(VelocityMain plugin, com.velocitypowered.api.proxy.ProxyServer server, org.slf4j.Logger logger) -
Method Summary
Modifier and TypeMethodDescriptionru.cwcode.commands.api.Loggercom.velocitypowered.api.proxy.ProxyServervoidregisterCommand(ru.cwcode.commands.Command command)
-
Constructor Details
-
VelocityPlatform
public VelocityPlatform(VelocityMain plugin, com.velocitypowered.api.proxy.ProxyServer server, org.slf4j.Logger logger)
-
-
Method Details
-
getPlugin
-
getServer
public com.velocitypowered.api.proxy.ProxyServer getServer() -
getLogger
public ru.cwcode.commands.api.Logger getLogger()- Specified by:
getLoggerin classru.cwcode.commands.api.Platform
-
registerCommand
public void registerCommand(ru.cwcode.commands.Command command) - Specified by:
registerCommandin classru.cwcode.commands.api.Platform
-