Package me.hsgamer.hscore.bukkit.action
Class OpAction
java.lang.Object
me.hsgamer.hscore.bukkit.action.CommandAction
me.hsgamer.hscore.bukkit.action.OpAction
- All Implemented Interfaces:
Action
The action to execute a command as op
-
Field Summary
Fields inherited from class me.hsgamer.hscore.bukkit.action.CommandAction
plugin
-
Constructor Summary
-
Method Summary
Methods inherited from class me.hsgamer.hscore.bukkit.action.CommandAction
apply
-
Constructor Details
-
OpAction
Create a new action- Parameters:
plugin
- the plugincommand
- the command
-
-
Method Details
-
accept
Description copied from class:CommandAction
Accept the command- Specified by:
accept
in classCommandAction
- Parameters:
player
- the playercommand
- the command
-