Package me.hsgamer.hscore.bukkit.action
Class PlayerAction
java.lang.Object
me.hsgamer.hscore.bukkit.action.CommandAction
me.hsgamer.hscore.bukkit.action.PlayerAction
- All Implemented Interfaces:
Action
The action to execute a command as the player
-
Field Summary
Fields inherited from class me.hsgamer.hscore.bukkit.action.CommandAction
plugin -
Constructor Summary
ConstructorsConstructorDescriptionPlayerAction(org.bukkit.plugin.Plugin plugin, String command) Create a new action -
Method Summary
Methods inherited from class me.hsgamer.hscore.bukkit.action.CommandAction
apply
-
Constructor Details
-
PlayerAction
Create a new action- Parameters:
plugin- the plugincommand- the command
-
-
Method Details
-
accept
Description copied from class:CommandActionAccept the command- Specified by:
acceptin classCommandAction- Parameters:
player- the playercommand- the command
-