Class BukkitCommandContext

java.lang.Object
de.kentoj.kencommandapi.impl.processing.CommandContextImpl<org.bukkit.command.CommandSender,BukkitCommandContext>
de.kentoj.kencommandapi.BukkitCommandContext
All Implemented Interfaces:
de.kentoj.kencommandapi.api.processing.CommandContext<org.bukkit.command.CommandSender,BukkitCommandContext>

public class BukkitCommandContext extends de.kentoj.kencommandapi.impl.processing.CommandContextImpl<org.bukkit.command.CommandSender,BukkitCommandContext>
  • Constructor Summary

    Constructors
    Constructor
    Description
    BukkitCommandContext(org.bukkit.command.CommandSender sender, Map<String,de.kentoj.kencommandapi.api.processing.ParsedArgument<org.bukkit.command.CommandSender,BukkitCommandContext,?>> parsedArguments)
     
  • Method Summary

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

    Methods inherited from class de.kentoj.kencommandapi.impl.processing.CommandContextImpl

    getParsedArgument, getParsedArguments, getSender

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface de.kentoj.kencommandapi.api.processing.CommandContext

    getArg, getArg, getParsedArgument
  • Constructor Details

    • BukkitCommandContext

      public BukkitCommandContext(org.bukkit.command.CommandSender sender, Map<String,de.kentoj.kencommandapi.api.processing.ParsedArgument<org.bukkit.command.CommandSender,BukkitCommandContext,?>> parsedArguments)
  • Method Details

    • getPlayerSender

      public org.bukkit.entity.Player getPlayerSender()