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 TypeMethodDescriptionvoidBukkitBungeeAdapter.registerCommand(Object pCommand, PAFPluginBase pPlugin) voidBukkitBungeeAdapter.registerListener(Object pListener, PAFPluginBase pPlugin) voidBukkitBungeeAdapter.registerTopCommand(TopCommand<?> pCommand, PAFPluginBase pPlugin) voidBukkitBungeeAdapter.runAsync(PAFPluginBase pPlugin, Runnable pRunnable) voidBukkitBungeeAdapter.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 PAFPluginBaseModifierConstructorDescriptionprotectedConfigurationCreator(File file, PAFPluginBase pPlugin) protectedConfigurationCreator(File file, PAFPluginBase pPlugin, boolean supportHexColors) protectedLanguageConfiguration(Language pLanguage, File pFile, PAFPluginBase pPlugin) protectedLanguageConfiguration(Language pLanguage, File pFile, PAFPluginBase pPlugin, boolean supportHexColors) MessagesLoader(Language pLanguage, boolean useCustomMessages, File pFile, PAFPluginBase pPlugin)