Uses of Class
de.themoep.resourcepacksplugin.core.commands.PluginCommandExecutor
Packages that use PluginCommandExecutor
Package
Description
-
Uses of PluginCommandExecutor in de.themoep.resourcepacksplugin.core
Methods in de.themoep.resourcepacksplugin.core with parameters of type PluginCommandExecutorModifier and TypeMethodDescriptionbooleanPackAssignment.update(PluginCommandExecutor command, ResourcepacksPlayer sender, String[] args) Update this assignment -
Uses of PluginCommandExecutor in de.themoep.resourcepacksplugin.core.commands
Subclasses of PluginCommandExecutor in de.themoep.resourcepacksplugin.core.commandsModifier and TypeClassDescriptionclassCreated by Phoenix616 on 03.02.2016.classCreated by Phoenix616 on 03.02.2016.classCreated by Phoenix616 on 03.02.2016.Fields in de.themoep.resourcepacksplugin.core.commands with type parameters of type PluginCommandExecutorModifier and TypeFieldDescriptionprotected Map<String, PluginCommandExecutor> PluginCommandExecutor.subCommandAliasesprotected Map<String, PluginCommandExecutor> PluginCommandExecutor.subCommandsMethods in de.themoep.resourcepacksplugin.core.commands that return PluginCommandExecutorMethods in de.themoep.resourcepacksplugin.core.commands that return types with arguments of type PluginCommandExecutorMethods in de.themoep.resourcepacksplugin.core.commands with parameters of type PluginCommandExecutorModifier and TypeMethodDescriptionvoidPluginCommandExecutor.registerSubCommands(PluginCommandExecutor... subCommands) Constructors in de.themoep.resourcepacksplugin.core.commands with parameters of type PluginCommandExecutorModifierConstructorDescriptionPluginCommandExecutor(ResourcepacksPlugin plugin, PluginCommandExecutor parent, String usage) PluginCommandExecutor(ResourcepacksPlugin plugin, PluginCommandExecutor parent, String usage, String permission) PluginCommandExecutor(ResourcepacksPlugin plugin, PluginCommandExecutor parent, String usage, String permission, String... aliases)