Package de.oliver.fancynpcs.api
Interface FancyNpcsPlugin
public interface FancyNpcsPlugin
-
Method Summary
Modifier and TypeMethodDescriptionstatic FancyNpcsPluginget()de.oliver.fancyanalytics.logger.ExtendedFancyLoggerorg.bukkit.plugin.java.JavaPluginde.oliver.fancylib.serverSoftware.schedulers.FancySchedulerde.oliver.fancylib.translations.TranslatorCreates a new thread with the given name and runnable.
-
Method Details
-
get
-
getPlugin
org.bukkit.plugin.java.JavaPlugin getPlugin() -
getFancyLogger
de.oliver.fancyanalytics.logger.ExtendedFancyLogger getFancyLogger() -
getNpcThread
ScheduledExecutorService getNpcThread() -
newThread
Creates a new thread with the given name and runnable. Warning: Do not use this method, it is for internal use only. -
getScheduler
de.oliver.fancylib.serverSoftware.schedulers.FancyScheduler getScheduler() -
getNpcAdapter
-
getNpcManager
NpcManager getNpcManager() -
getFancyNpcConfig
FancyNpcsConfig getFancyNpcConfig() -
getAttributeManager
AttributeManager getAttributeManager() -
getActionManager
ActionManager getActionManager() -
getTranslator
de.oliver.fancylib.translations.Translator getTranslator() -
getSkinCache
SkinCache getSkinCache()
-