Class BukkitCommandContext<C extends site.lab0x13.scrow.commands.model.CommandContext<C>>

java.lang.Object
site.lab0x13.scrow.commands.model.AbstractCommandContext<C>
site.lab0x13.scrow.commands.bukkit.BukkitCommandContext<C>
All Implemented Interfaces:
site.lab0x13.scrow.commands.model.CommandContext<C>

public class BukkitCommandContext<C extends site.lab0x13.scrow.commands.model.CommandContext<C>> extends site.lab0x13.scrow.commands.model.AbstractCommandContext<C>
  • Constructor Summary

    Constructors
    Constructor
    Description
    BukkitCommandContext(org.bukkit.command.CommandSender sender)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bukkit.entity.Player
     
    org.bukkit.command.CommandSender
     

    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

    • BukkitCommandContext

      public BukkitCommandContext(org.bukkit.command.CommandSender sender)
  • Method Details

    • sender

      public org.bukkit.command.CommandSender sender()
    • player

      public org.bukkit.entity.Player player()