Package | Description |
---|---|
org.bukkit.plugin.java |
Classes for handling
plugins written in
java. |
Modifier and Type | Method | Description |
---|---|---|
static <T extends JavaPlugin> |
JavaPlugin.getPlugin(Class<T> clazz) |
This method provides fast access to the plugin that has
provided the given plugin class, which is
usually the plugin that implemented it. |
Modifier and Type | Method | Description |
---|---|---|
static JavaPlugin |
JavaPlugin.getProvidingPlugin(Class<?> clazz) |
This method provides fast access to the plugin that has provided the
given class.
|
Copyright © 2019. All rights reserved.