public final class VehiclesPlus
extends org.bukkit.plugin.java.JavaPlugin
Constructor and Description |
---|
VehiclesPlus() |
Modifier and Type | Method and Description |
---|---|
void |
despawnVehicles() |
static ConfigManager |
getConfigManager()
The config manager instance
|
java.lang.String |
getCurConfigVer()
The current config version (DO NOT CHANGE)
|
static EcoManager |
getEcoManager()
The eco manager instance
|
static VehiclesPlus |
getInstance()
The Main class instance
|
static MainManager |
getMainManager()
The main manager instance
|
static PluginSettings |
getPluginSettings()
The plugin settings instance
|
static com.comphenix.protocol.ProtocolManager |
getProtocolManager()
The protocol manager instance
|
static SkullManager |
getSkullManager()
The skull manager instance
|
static SoundManager |
getSoundManager()
The sound manager instance
|
void |
onDisable()
Plugin disable
|
void |
onEnable()
Plugin enable
|
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, toString
public void onEnable()
onEnable
in interface org.bukkit.plugin.Plugin
onEnable
in class org.bukkit.plugin.java.JavaPlugin
public void onDisable()
onDisable
in interface org.bukkit.plugin.Plugin
onDisable
in class org.bukkit.plugin.java.JavaPlugin
public void despawnVehicles()
public static VehiclesPlus getInstance()
public static ConfigManager getConfigManager()
public static PluginSettings getPluginSettings()
public static MainManager getMainManager()
public static SkullManager getSkullManager()
public static com.comphenix.protocol.ProtocolManager getProtocolManager()
public static EcoManager getEcoManager()
public static SoundManager getSoundManager()
public java.lang.String getCurConfigVer()