Class VelocityPlatform
java.lang.Object
ru.cwcode.commands.api.Platform
ru.cwcode.commands.velocityplatform.velocity.VelocityPlatform
-
Constructor Summary
ConstructorsConstructorDescriptionVelocityPlatform(VelocityMain plugin, com.velocitypowered.api.proxy.ProxyServer server, org.slf4j.Logger logger) -
Method Summary
Modifier and TypeMethodDescriptioncom.velocitypowered.api.proxy.ProxyServervoidhandleExecutionException(Exception exception, Command command, Sender sender) voidregisterCommand(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
-
handleExecutionException
- Specified by:
handleExecutionExceptionin classPlatform
-
registerCommand
- Specified by:
registerCommandin classPlatform
-