Index
All Classes|All Packages|Deprecated API
B
- BasePlugin - Class in com.zachsthings.libcomponents.bukkit
-
Base plugin for Bukkit libcomponents users
- BasePlugin() - Constructor for class com.zachsthings.libcomponents.bukkit.BasePlugin
- BukkitComponent - Class in com.zachsthings.libcomponents.bukkit
-
A component written for a Bukkit server
- BukkitComponent() - Constructor for class com.zachsthings.libcomponents.bukkit.BukkitComponent
C
- callEvent(T) - Static method in class com.zachsthings.libcomponents.bukkit.BasePlugin
- checkPermission(CommandSender, String) - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
-
Checks permissions and throws an exception if permission is not met.
- checkPermission(CommandSender, World, String) - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
- com.zachsthings.libcomponents.bukkit - package com.zachsthings.libcomponents.bukkit
- commands - Variable in class com.zachsthings.libcomponents.bukkit.BukkitComponent
-
The
CommandsManagerwhere all commands are registered for this component. - componentManager - Variable in class com.zachsthings.libcomponents.bukkit.BasePlugin
- config - Variable in class com.zachsthings.libcomponents.bukkit.BasePlugin
- createConfiguration() - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
-
Create a new configuration.
- createDefaultConfiguration(String) - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
-
Create a default configuration file from the .jar.
D
- DefaultsFileYAMLProcessor - Class in com.zachsthings.libcomponents.bukkit
-
A simple YAMLProcessor that loads YAML files from the jar's defaults/ folder
- DefaultsFileYAMLProcessor(String, boolean) - Constructor for class com.zachsthings.libcomponents.bukkit.DefaultsFileYAMLProcessor
- disable() - Method in class com.zachsthings.libcomponents.bukkit.BukkitComponent
G
- getBoolean(String) - Method in class com.zachsthings.libcomponents.bukkit.YAMLNodeConfigurationNode
- getCommands() - Method in class com.zachsthings.libcomponents.bukkit.BukkitComponent
- getComponentManager() - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
- getGlobalConfiguration() - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
- getInputStream() - Method in class com.zachsthings.libcomponents.bukkit.DefaultsFileYAMLProcessor
- getKeys(String) - Method in class com.zachsthings.libcomponents.bukkit.YAMLNodeConfigurationNode
- getNode(String) - Method in class com.zachsthings.libcomponents.bukkit.YAMLNodeConfigurationNode
- getPermissionsResolver() - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
-
Get the permissions resolver.
- getProperty(String) - Method in class com.zachsthings.libcomponents.bukkit.YAMLNodeConfigurationNode
- getString(String, String) - Method in class com.zachsthings.libcomponents.bukkit.YAMLNodeConfigurationNode
- getStringList(String, List<String>) - Method in class com.zachsthings.libcomponents.bukkit.YAMLNodeConfigurationNode
H
- hasPermission(CommandSender, String) - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
-
Checks permissions.
- hasPermission(CommandSender, World, String) - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
L
- load() - Method in class com.zachsthings.libcomponents.bukkit.YAMLProcessorConfigurationFile
- loadConfiguration() - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
- lowPriorityCommandRegistration - Variable in class com.zachsthings.libcomponents.bukkit.BasePlugin
O
- onCommand(CommandSender, Command, String, String[]) - Method in class com.zachsthings.libcomponents.bukkit.BukkitComponent
- onDisable() - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
- onEnable() - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
- onPluginEnable(PluginEnableEvent) - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
P
- populateConfiguration() - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
-
Deprecated.
- populateConfiguration(YAMLProcessor) - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
R
- registerCommands(Class<?>) - Method in class com.zachsthings.libcomponents.bukkit.BukkitComponent
- registerComponentLoaders() - Method in class com.zachsthings.libcomponents.bukkit.BasePlugin
- removeProperty(String) - Method in class com.zachsthings.libcomponents.bukkit.YAMLNodeConfigurationNode
S
- save() - Method in class com.zachsthings.libcomponents.bukkit.YAMLProcessorConfigurationFile
- server() - Static method in class com.zachsthings.libcomponents.bukkit.BasePlugin
- setProperty(String, Object) - Method in class com.zachsthings.libcomponents.bukkit.YAMLNodeConfigurationNode
- setUp(BasePlugin, CommandsManager<CommandSender>) - Method in class com.zachsthings.libcomponents.bukkit.BukkitComponent
U
- unregisterCommands() - Method in class com.zachsthings.libcomponents.bukkit.BukkitComponent
Y
- YAMLNodeConfigurationNode - Class in com.zachsthings.libcomponents.bukkit
- YAMLNodeConfigurationNode(YAMLNode) - Constructor for class com.zachsthings.libcomponents.bukkit.YAMLNodeConfigurationNode
- YAMLProcessorConfigurationFile - Class in com.zachsthings.libcomponents.bukkit
- YAMLProcessorConfigurationFile(YAMLProcessor) - Constructor for class com.zachsthings.libcomponents.bukkit.YAMLProcessorConfigurationFile
All Classes|All Packages|Deprecated API
BasePlugin.populateConfiguration(YAMLProcessor)andBasePlugin.createConfiguration()