mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-09 11:44:19 +01:00
Add deprecation notice regarding EBean
By: md_5 <git@md-5.net>
This commit is contained in:
parent
1cdc27f140
commit
bfcdae7381
1 changed files with 3 additions and 0 deletions
|
@ -154,7 +154,10 @@ public interface Plugin extends TabExecutor {
|
||||||
* </a></i>
|
* </a></i>
|
||||||
*
|
*
|
||||||
* @return ebean server instance or null if not enabled
|
* @return ebean server instance or null if not enabled
|
||||||
|
* @deprecated all EBean related methods will be removed with Minecraft 1.12
|
||||||
|
* - see https://www.spigotmc.org/threads/194144/
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public EbeanServer getDatabase();
|
public EbeanServer getDatabase();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue