PocketMine
|
Public Member Functions | |
__construct (Server $server) | |
loadPlugin ($file) | |
getPluginDescription ($file) | |
getPluginFilters () | |
enablePlugin (Plugin $plugin) | |
disablePlugin (Plugin $plugin) | |
Handles different types of plugins
disablePlugin | ( | Plugin | $plugin | ) |
Plugin | $plugin |
Implements PluginLoader.
enablePlugin | ( | Plugin | $plugin | ) |
Plugin | $plugin |
Implements PluginLoader.
getPluginDescription | ( | $file | ) |
Gets the PluginDescription from the file
string | $file |
Implements PluginLoader.
getPluginFilters | ( | ) |
loadPlugin | ( | $file | ) |
Loads the plugin contained in $file
string | $file |
Implements PluginLoader.