Class MultiverseCommand
- java.lang.Object
-
- com.pneumaticraft.commandhandler.Command
-
- com.onarandombox.MultiverseCore.commands.MultiverseCommand
-
- Direct Known Subclasses:
CheckCommand
,CloneCommand
,ConfigCommand
,ConfirmCommand
,CoordCommand
,CreateCommand
,DebugCommand
,DeleteCommand
,EnvironmentCommand
,GameruleCommand
,GamerulesCommand
,GeneratorCommand
,ImportCommand
,InfoCommand
,ListCommand
,LoadCommand
,ModifyAddCommand
,ModifyClearCommand
,ModifyCommand
,ModifyRemoveCommand
,ModifySetCommand
,PurgeCommand
,RegenCommand
,ReloadCommand
,RemoveCommand
,ScriptCommand
,SetSpawnCommand
,SilentCommand
,SleepCommand
,SpawnCommand
,TeleportCommand
,UnloadCommand
,VersionCommand
,WhoCommand
public abstract class MultiverseCommand extends com.pneumaticraft.commandhandler.Command
A generic Multiverse-command.
-
-
Field Summary
Fields Modifier and Type Field Description protected MultiverseMessaging
messaging
The reference toMultiverseMessaging
.protected MultiverseCore
plugin
The reference to the core.
-
Constructor Summary
Constructors Constructor Description MultiverseCommand(MultiverseCore plugin)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract void
runCommand(org.bukkit.command.CommandSender sender, java.util.List<java.lang.String> args)
-
Methods inherited from class com.pneumaticraft.commandhandler.Command
addAdditonalPermission, addCommandExample, addKey, addKey, checkArgLength, getAllPermissionStrings, getCommandDesc, getCommandExamples, getCommandName, getCommandUsage, getKey, getKeys, getKeyStrings, getMaxArgs, getMinArgs, getNumKeyArgs, getPermission, getPermissionString, getPlugin, isOpRequired, removeKeyArgs, setArgRange, setCommandUsage, setName, setPermission, setPermission, showHelp
-
-
-
-
Field Detail
-
plugin
protected MultiverseCore plugin
The reference to the core.
-
messaging
protected MultiverseMessaging messaging
The reference toMultiverseMessaging
.
-
-
Constructor Detail
-
MultiverseCommand
public MultiverseCommand(MultiverseCore plugin)
-
-