Class VanillaModule
java.lang.Object
net.flectone.pulse.module.message.vanilla.VanillaModule
- All Implemented Interfaces:
ModuleLocalization<Localization.Message.Vanilla>, ModuleSimple
public abstract class VanillaModule
extends Object
implements ModuleLocalization<Localization.Message.Vanilla>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedVanillaModule(FileFacade fileFacade, ProxyRegistry proxyRegistry, ListenerRegistry listenerRegistry, SocialService socialService) -
Method Summary
Modifier and TypeMethodDescriptionabstract net.kyori.adventure.text.minimessage.tag.resolver.TagResolverargumentTag(FPlayer fResolver, ParsedComponent parsedComponent) config()localization(FPlayer fPlayer) name()voidonEnable()Methods 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
-
Field Details
-
ARGUMENT
- See Also:
-
-
Constructor Details
-
VanillaModule
protected VanillaModule(FileFacade fileFacade, ProxyRegistry proxyRegistry, ListenerRegistry listenerRegistry, SocialService socialService)
-
-
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.Vanilla>
-
argumentTag
public abstract net.kyori.adventure.text.minimessage.tag.resolver.TagResolver argumentTag(FPlayer fResolver, ParsedComponent parsedComponent)
-