Uses of Class
de.themoep.resourcepacksplugin.core.commands.PluginCommandExecutor
Packages that use PluginCommandExecutor
Package
Description
-
Uses of PluginCommandExecutor in de.themoep.resourcepacksplugin.bukkit
Methods in de.themoep.resourcepacksplugin.bukkit with parameters of type PluginCommandExecutorModifier and TypeMethodDescriptionprotected void
WorldResourcepacks.registerCommand
(PluginCommandExecutor executor) Constructors in de.themoep.resourcepacksplugin.bukkit with parameters of type PluginCommandExecutor -
Uses of PluginCommandExecutor in de.themoep.resourcepacksplugin.bungee
Methods in de.themoep.resourcepacksplugin.bungee with parameters of type PluginCommandExecutorModifier and TypeMethodDescriptionprotected void
BungeeResourcepacks.registerCommand
(PluginCommandExecutor executor) Constructors in de.themoep.resourcepacksplugin.bungee with parameters of type PluginCommandExecutor -
Uses of PluginCommandExecutor in de.themoep.resourcepacksplugin.core
Methods in de.themoep.resourcepacksplugin.core with parameters of type PluginCommandExecutorModifier and TypeMethodDescriptionboolean
PackAssignment.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 TypeClassDescriptionclass
Created by Phoenix616 on 03.02.2016.class
Created by Phoenix616 on 03.02.2016.class
Created 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.subCommandAliases
protected Map<String,
PluginCommandExecutor> PluginCommandExecutor.subCommands
Methods 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 TypeMethodDescriptionvoid
PluginCommandExecutor.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) -
Uses of PluginCommandExecutor in de.themoep.resourcepacksplugin.velocity
Methods in de.themoep.resourcepacksplugin.velocity with parameters of type PluginCommandExecutorModifier and TypeMethodDescriptionprotected void
VelocityResourcepacks.registerCommand
(PluginCommandExecutor executor) Constructors in de.themoep.resourcepacksplugin.velocity with parameters of type PluginCommandExecutor