public static class SimpleCommandExecutor.UnRegistered
Creates a new independent commandExecutor from the given constructor parameters.
Version 1.1
MIT License
Copyright (c) 2017 by Shynixn
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
| Modifier and Type | Field and Description |
|---|---|
org.bukkit.plugin.java.JavaPlugin |
plugin |
| Constructor and Description |
|---|
UnRegistered()
Initializes a new commandExecutor by testing parameters and pluginName.
|
UnRegistered()
Initializes a new commandExecutor by testing parameters and pluginClass.
|
UnRegistered()
Initializes a new commandExecutor by testing parameters and plugin.
|
UnRegistered()
Initializes a new commandExecutor by using the given config configuration and pluginName.
|
UnRegistered()
Initializes a new commandExecutor by using the given config configuration and pluginClass.
|
UnRegistered()
Initializes a new commandExecutor by using the given config configuration and plugin.
|
UnRegistered()
Initializes a new commandExecutor by all required parameters and pluginName.
|
UnRegistered()
Initializes a new commandExecutor by all required parameters and pluginClass.
|
UnRegistered()
Initializes a new commandExecutor by all required parameters and plugin.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute()
Gets called when the user enters a command and redirects on onPlayerExecute or onCommandSenderExecuteCommand.
|
void |
onCommandSenderExecuteCommand()
Can be overwritten to listener to all executed commands.
|
void |
onPlayerExecuteCommand()
Can be overwritten to listen to player executed commands.
|
public UnRegistered()
Initializes a new commandExecutor by testing parameters and pluginName.
public UnRegistered()
Initializes a new commandExecutor by testing parameters and pluginClass.
public UnRegistered()
Initializes a new commandExecutor by testing parameters and plugin.
public UnRegistered()
Initializes a new commandExecutor by using the given config configuration and pluginName.
public UnRegistered()
Initializes a new commandExecutor by using the given config configuration and pluginClass.
public UnRegistered()
Initializes a new commandExecutor by using the given config configuration and plugin.
public UnRegistered()
Initializes a new commandExecutor by all required parameters and pluginName.
public UnRegistered()
Initializes a new commandExecutor by all required parameters and pluginClass.
public UnRegistered()
Initializes a new commandExecutor by all required parameters and plugin.
public boolean execute()
Gets called when the user enters a command and redirects on onPlayerExecute or onCommandSenderExecuteCommand.
public void onPlayerExecuteCommand()
Can be overwritten to listen to player executed commands.
public void onCommandSenderExecuteCommand()
Can be overwritten to listener to all executed commands.