Class Plugin
java.lang.Object
xericker.arenalegends.Plugin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic xericker.xerlib.config.ConfigManagerstatic xericker.xerlib.string.LoggergetLog()static org.bstats.bukkit.Metricsstatic org.bukkit.NamespacedKeystatic org.bukkit.NamespacedKeygetNamespace(String key) static Randomstatic xericker.xerlib.effect.SoundEventstatic xericker.xerlib.item.stack.StackManagerstatic TimeParserstatic Updaterstatic booleanregister()static boolean
-
Field Details
-
PLUGIN_ID
public static final int PLUGIN_ID- See Also:
-
METRICS_ID
public static final int METRICS_ID- See Also:
-
-
Constructor Details
-
Plugin
public Plugin()
-
-
Method Details
-
register
public static boolean register() -
unregister
public static boolean unregister() -
getRandom
-
getNamespace
public static org.bukkit.NamespacedKey getNamespace() -
getNamespace
-
getLog
public static xericker.xerlib.string.Logger getLog() -
getUpdater
-
getMetrics
public static org.bstats.bukkit.Metrics getMetrics() -
getConfigManager
public static xericker.xerlib.config.ConfigManager getConfigManager() -
getTimeFormat
-
getSoundAction
public static xericker.xerlib.effect.SoundEvent getSoundAction() -
getStackManager
public static xericker.xerlib.item.stack.StackManager getStackManager()
-