mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-17 04:41:40 +01:00
Added JavaDoc to AddonRequestBuilder
This commit is contained in:
parent
1fe37a4b49
commit
55d0920a9c
@ -9,6 +9,13 @@ import org.apache.commons.lang.Validate;
|
|||||||
import world.bentobox.bentobox.BentoBox;
|
import world.bentobox.bentobox.BentoBox;
|
||||||
import world.bentobox.bentobox.api.addons.Addon;
|
import world.bentobox.bentobox.api.addons.Addon;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* API to enable plugins to request data from addons.
|
||||||
|
* Addons can expose data that they want to expose. To access it, call this class with the appropriate addon name, the label for the
|
||||||
|
* data that is requested and if required, a map of key-value pairs that will be given to the addon.
|
||||||
|
* @author HyKurtis
|
||||||
|
*
|
||||||
|
*/
|
||||||
public class AddonRequestBuilder
|
public class AddonRequestBuilder
|
||||||
{
|
{
|
||||||
private String addonName;
|
private String addonName;
|
||||||
|
Loading…
Reference in New Issue
Block a user