Package co.aikar.commands
Class BukkitCommandExecutionContext
- java.lang.Object
-
- co.aikar.commands.CommandExecutionContext<BukkitCommandExecutionContext,BukkitCommandIssuer>
-
- co.aikar.commands.BukkitCommandExecutionContext
-
public class BukkitCommandExecutionContext extends co.aikar.commands.CommandExecutionContext<BukkitCommandExecutionContext,BukkitCommandIssuer>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bukkit.entity.PlayergetPlayer()Returns the Player object if this Issuer is a Playerorg.bukkit.command.CommandSendergetSender()-
Methods inherited from class co.aikar.commands.CommandExecutionContext
canOverridePlayerContext, getAnnotation, getAnnotationValue, getAnnotationValue, getArgs, getBooleanFlagValue, getBooleanFlagValue, getCmd, getDoubleFlagValue, getFirstArg, getFlags, getFlagValue, getFlagValue, getFlagValue, getFlagValue, getFlagValue, getFlagValue, getFloatFlagValue, getIndex, getIntFlagValue, getIssuer, getLastArg, getLongFlagValue, getNumParams, getParam, getParameterPermissions, getPassedArgs, getResolvedArg, getResolvedArg, getResolvedArg, hasAnnotation, hasFlag, isLastArg, isOptional, joinArgs, joinArgs, popFirstArg, popLastArg
-
-