mirror of
https://github.com/amalthea-mc/ShopChest.git
synced 2024-11-10 04:31:06 +00:00
Updated Javadoc
This commit is contained in:
parent
8b736da181
commit
dae00a2013
@ -51,9 +51,7 @@ public class ShopChest extends JavaPlugin {
|
|||||||
private LanguageConfiguration langConfig;
|
private LanguageConfiguration langConfig;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get an instance of ShopChest
|
* @return An instance of ShopChest
|
||||||
*
|
|
||||||
* @return
|
|
||||||
*/
|
*/
|
||||||
public static ShopChest getInstance() {
|
public static ShopChest getInstance() {
|
||||||
return instance;
|
return instance;
|
||||||
@ -61,7 +59,7 @@ public class ShopChest extends JavaPlugin {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets up the economy of Vault
|
* Sets up the economy of Vault
|
||||||
* @return
|
* @return Whether an economy plugin has been registered
|
||||||
*/
|
*/
|
||||||
private boolean setupEconomy() {
|
private boolean setupEconomy() {
|
||||||
RegisteredServiceProvider<Economy> rsp = getServer().getServicesManager().getRegistration(Economy.class);
|
RegisteredServiceProvider<Economy> rsp = getServer().getServicesManager().getRegistration(Economy.class);
|
||||||
@ -74,7 +72,7 @@ public class ShopChest extends JavaPlugin {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets up the permissions of Vault
|
* Sets up the permissions of Vault
|
||||||
* @return
|
* @return Whether a permissions plugin has been registered
|
||||||
*/
|
*/
|
||||||
private boolean setupPermissions() {
|
private boolean setupPermissions() {
|
||||||
RegisteredServiceProvider<Permission> rsp = getServer().getServicesManager().getRegistration(Permission.class);
|
RegisteredServiceProvider<Permission> rsp = getServer().getServicesManager().getRegistration(Permission.class);
|
||||||
|
Loading…
Reference in New Issue
Block a user