Uses of Class
de.themoep.resourcepacksplugin.core.commands.PluginCommandExecutor
Package
Description
-
Uses of PluginCommandExecutor in de.themoep.resourcepacksplugin.bukkit
Modifier and TypeMethodDescriptionprotected void
WorldResourcepacks.registerCommand
(PluginCommandExecutor executor) -
Uses of PluginCommandExecutor in de.themoep.resourcepacksplugin.bungee
Modifier and TypeMethodDescriptionprotected void
BungeeResourcepacks.registerCommand
(PluginCommandExecutor executor) -
Uses of PluginCommandExecutor in de.themoep.resourcepacksplugin.core
Modifier and TypeMethodDescriptionboolean
PackAssignment.update
(PluginCommandExecutor command, ResourcepacksPlayer sender, String[] args) Update this assignment -
Uses of PluginCommandExecutor in de.themoep.resourcepacksplugin.core.commands
Modifier 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.Modifier and TypeFieldDescriptionprotected Map<String,
PluginCommandExecutor> PluginCommandExecutor.subCommandAliases
protected Map<String,
PluginCommandExecutor> PluginCommandExecutor.subCommands
Modifier and TypeMethodDescriptionvoid
PluginCommandExecutor.registerSubCommands
(PluginCommandExecutor... subCommands) ModifierConstructorDescriptionPluginCommandExecutor
(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
Modifier and TypeMethodDescriptionprotected void
VelocityResourcepacks.registerCommand
(PluginCommandExecutor executor)