Uses of Class
de.simonsator.partyandfriends.api.PAFPluginBase
Packages that use PAFPluginBase
Package
Description
-
Uses of PAFPluginBase in de.simonsator.partyandfriends.api
Subclasses of PAFPluginBase in de.simonsator.partyandfriends.api -
Uses of PAFPluginBase in de.simonsator.partyandfriends.api.adapter
Methods in de.simonsator.partyandfriends.api.adapter with parameters of type PAFPluginBaseModifier and TypeMethodDescriptionvoid
BukkitBungeeAdapter.registerCommand
(Object pCommand, PAFPluginBase pPlugin) void
BukkitBungeeAdapter.registerListener
(Object pListener, PAFPluginBase pPlugin) void
BukkitBungeeAdapter.registerTopCommand
(TopCommand<?> pCommand, PAFPluginBase pPlugin) void
BukkitBungeeAdapter.runAsync
(PAFPluginBase pPlugin, Runnable pRunnable) void
BukkitBungeeAdapter.schedule
(PAFPluginBase instance, Runnable pRunnable, long timeInSeconds) Constructors in de.simonsator.partyandfriends.api.adapter with parameters of type PAFPluginBase -
Uses of PAFPluginBase in de.simonsator.partyandfriends.main
Subclasses of PAFPluginBase in de.simonsator.partyandfriends.main -
Uses of PAFPluginBase in de.simonsator.partyandfriends.utilities
Constructors in de.simonsator.partyandfriends.utilities with parameters of type PAFPluginBaseModifierConstructorDescriptionprotected
ConfigurationCreator
(File file, PAFPluginBase pPlugin) protected
ConfigurationCreator
(File file, PAFPluginBase pPlugin, boolean supportHexColors) protected
LanguageConfiguration
(Language pLanguage, File pFile, PAFPluginBase pPlugin) protected
LanguageConfiguration
(Language pLanguage, File pFile, PAFPluginBase pPlugin, boolean supportHexColors) MessagesLoader
(Language pLanguage, boolean useCustomMessages, File pFile, PAFPluginBase pPlugin)