Class GreetingModule
java.lang.Object
net.flectone.pulse.module.message.greeting.GreetingModule
- All Implemented Interfaces:
ModuleLocalization<Localization.Message.Greeting>, ModuleSimple
public class GreetingModule
extends Object
implements ModuleLocalization<Localization.Message.Greeting>
-
Constructor Summary
ConstructorsConstructorDescriptionGreetingModule(FileFacade fileFacade, SkinService skinService, SocialService socialService, ListenerRegistry listenerRegistry, MessageDispatcher messageDispatcher, ModuleController moduleController, TaskScheduler taskScheduler) -
Method Summary
Modifier and TypeMethodDescriptionconfig()localization(FPlayer fPlayer) name()voidonEnable()voidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ModuleLocalization
cooldown, cooldownOrThrow, localization, permissionBuilder, sound, soundOrThrowMethods inherited from interface ModuleSimple
childrenBuilder, disablePredicate, onDisable
-
Constructor Details
-
GreetingModule
@Inject public GreetingModule(FileFacade fileFacade, SkinService skinService, SocialService socialService, ListenerRegistry listenerRegistry, MessageDispatcher messageDispatcher, ModuleController moduleController, TaskScheduler taskScheduler)
-
-
Method Details
-
onEnable
public void onEnable()- Specified by:
onEnablein interfaceModuleSimple
-
name
- Specified by:
namein interfaceModuleSimple
-
config
- Specified by:
configin interfaceModuleSimple
-
permission
- Specified by:
permissionin interfaceModuleSimple
-
localization
- Specified by:
localizationin interfaceModuleLocalization<Localization.Message.Greeting>
-
send
-