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

    Constructors
    Constructor
    Description
    VelocityCommandContext(com.velocitypowered.api.command.CommandSource sender)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.velocitypowered.api.proxy.Player
     
    com.velocitypowered.api.command.CommandSource
     

    Methods inherited from class site.lab0x13.scrow.commands.model.AbstractCommandContext

    addParsedArgument, getArgument

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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()