Package me.lucyy.squirtgun.command.context

  • Interface Summary
    Interface Description
    CommandContext<T extends me.lucyy.squirtgun.platform.PermissionHolder>
    The context a command is executed in, responsible for parsin, tab-completing and executing the command.
  • Class Summary
    Class Description
    StringContext<T extends me.lucyy.squirtgun.platform.PermissionHolder>
    A command context that parses a raw string.