Pulling all pending Bukkit-JavaDoc changes
By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
@@ -130,9 +130,20 @@ public interface Plugin extends TabExecutor {
|
||||
public void setNaggable(boolean canNag);
|
||||
|
||||
/**
|
||||
* Gets the {@link EbeanServer} tied to this plugin
|
||||
* Gets the {@link EbeanServer} tied to this plugin. This will only be
|
||||
* available if enabled in the {@link
|
||||
* PluginDescriptionFile#isDatabaseEnabled()}
|
||||
* <p>
|
||||
* <i>For more information on the use of <a href="http://www.avaje.org/">
|
||||
* Avaje Ebeans ORM</a>, see <a
|
||||
* href="http://www.avaje.org/ebean/documentation.html">Avaje Ebeans
|
||||
* Documentation</a></i>
|
||||
* <p>
|
||||
* <i>For an example using Ebeans ORM, see <a
|
||||
* href="https://github.com/Bukkit/HomeBukkit">Bukkit's Homebukkit Plugin
|
||||
* </a></i>
|
||||
*
|
||||
* @return Ebean server instance
|
||||
* @return ebean server instance or null if not enabled
|
||||
*/
|
||||
public EbeanServer getDatabase();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user