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 -
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
-
BukkitCommandContext
public BukkitCommandContext(org.bukkit.command.CommandSender sender)
-
-
Method Details
-
sender
public org.bukkit.command.CommandSender sender() -
player
public org.bukkit.entity.Player player()
-