Package net.gcnt.additionsplus
Class AdditionsPlus
java.lang.Object
org.bukkit.plugin.PluginBase
org.bukkit.plugin.java.JavaPlugin
net.gcnt.additionsplus.AdditionsPlus
- All Implemented Interfaces:
 org.bukkit.command.CommandExecutor,org.bukkit.command.TabCompleter,org.bukkit.command.TabExecutor,org.bukkit.plugin.Plugin
public class AdditionsPlus
extends org.bukkit.plugin.java.JavaPlugin
The new main class of the AdditionsPlus project.
 This class replaced the old main class, located at me.gaagjescraft.network.team.advancedevents.main.Main that has been marked deprecated since 2.4.0.
 This class acts as the heart of the plugin. All API methods should be accessed through 
getAPI().- Since:
 - 2.4.0
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidstatic AdditionsPlusget()Get the main class of the plugin, used to access every possible aspect of the plugin.static AdditionsAPIgetAPI()Get the official instance of the AdditionsAPI class.getNMS()net.gcnt.additionsplus.mygcnt.GCNTUpdaterstatic UtilsgetUtils()Get the official instance of the Utils class.voidvoidvoidonEnable()voidvoidvoidvoidMethods inherited from class org.bukkit.plugin.java.JavaPlugin
getClassLoader, getCommand, getConfig, getDataFolder, getDefaultWorldGenerator, getDescription, getFile, getLogger, getPlugin, getPluginLoader, getProvidingPlugin, getResource, getServer, getTextResource, isEnabled, isNaggable, onCommand, onLoad, onTabComplete, reloadConfig, saveConfig, saveDefaultConfig, saveResource, setEnabled, setNaggable, toStringMethods inherited from class org.bukkit.plugin.PluginBase
equals, getName, hashCode 
- 
Field Details
- 
languages
 
 - 
 - 
Constructor Details
- 
AdditionsPlus
public AdditionsPlus() 
 - 
 - 
Method Details
- 
get
Get the main class of the plugin, used to access every possible aspect of the plugin.- Returns:
 - Main class of the plugin.
 - Since:
 - 2.4.0
 
 - 
getAPI
Get the official instance of the AdditionsAPI class. This API is used to access every possible aspect of the plugin.- Returns:
 AdditionsAPIto execute all API methods from.- Since:
 - 2.4.0
 
 - 
getUtils
Get the official instance of the Utils class. This class is used to handle certain utilities from the plugin, like certain action checks, placeholders, and colors.- Returns:
 Utilsclass.- Since:
 - 2.4.0
 
 - 
onEnable
public void onEnable()- Specified by:
 onEnablein interfaceorg.bukkit.plugin.Plugin- Overrides:
 onEnablein classorg.bukkit.plugin.java.JavaPlugin
 - 
onDisable
public void onDisable()- Specified by:
 onDisablein interfaceorg.bukkit.plugin.Plugin- Overrides:
 onDisablein classorg.bukkit.plugin.java.JavaPlugin
 - 
loadCommands
public void loadCommands() - 
startActionsQueuer
public void startActionsQueuer() - 
startIntervalScheduler
public void startIntervalScheduler() - 
startIntervalScoreboards
public void startIntervalScoreboards() - 
checkUpdates
public void checkUpdates() - 
startIntervalTablists
public void startIntervalTablists() - 
getNMS
 - 
getCommandCommands
 - 
getGeneralCommands
 - 
getItemCommands
 - 
getMenuCommands
 - 
getUpdater
public net.gcnt.additionsplus.mygcnt.GCNTUpdater getUpdater() - 
getActionQueuer
 
 -