public class ModuleCommandYamlLoader extends Object
PluginCommandYamlParser, retrofitted for Modules.PluginCommandYamlParser| Constructor and Description |
|---|
ModuleCommandYamlLoader() |
| Modifier and Type | Method and Description |
|---|---|
static List<org.bukkit.command.Command> |
loadCommands(@NotNull Module module)
Loads all the commands placed in the module's particular
module.yml. |
public static List<org.bukkit.command.Command> loadCommands(@NotNull @NotNull Module module)
module.yml.module - The module to load commands from.ModuleCommand from the Module.Copyright © 2020. All rights reserved.