Class VelocityCommandContext<C extends site.lab0x13.scrow.commands.model.CommandContext<C>>
java.lang.Object
site.lab0x13.scrow.commands.model.AbstractCommandContext<C>
site.lab0x13.scrow.commands.velocity.VelocityCommandContext<C>
- All Implemented Interfaces:
site.lab0x13.scrow.commands.model.CommandContext<C>
public class VelocityCommandContext<C extends site.lab0x13.scrow.commands.model.CommandContext<C>>
extends site.lab0x13.scrow.commands.model.AbstractCommandContext<C>
-
Constructor Summary
ConstructorsConstructorDescriptionVelocityCommandContext(com.velocitypowered.api.command.CommandSource sender) -
Method Summary
Methods inherited from class site.lab0x13.scrow.commands.model.AbstractCommandContext
addParsedArgument, getArgumentMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface site.lab0x13.scrow.commands.model.CommandContext
getArg, getArg, getArgument
-
Constructor Details
-
VelocityCommandContext
public VelocityCommandContext(com.velocitypowered.api.command.CommandSource sender)
-
-
Method Details
-
sender
public com.velocitypowered.api.command.CommandSource sender() -
player
public com.velocitypowered.api.proxy.Player player()
-