Package co.aikar.commands
Class SpongeCommandExecutionContext
- java.lang.Object
-
- co.aikar.commands.CommandExecutionContext<SpongeCommandExecutionContext,SpongeCommandIssuer>
-
- co.aikar.commands.SpongeCommandExecutionContext
-
public class SpongeCommandExecutionContext extends co.aikar.commands.CommandExecutionContext<SpongeCommandExecutionContext,SpongeCommandIssuer>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.spongepowered.api.entity.living.player.PlayergetPlayer()org.spongepowered.api.command.CommandSourcegetSource()-
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
-
-