Uses of Interface
dev.sympho.modular_commands.execute.AliasProvider
Packages that use AliasProvider
Package
Description
Runtime system for executing commands defined through the API.
-
Uses of AliasProvider in dev.sympho.modular_commands.execute
Methods in dev.sympho.modular_commands.execute that return AliasProviderModifier and TypeMethodDescriptionstatic AliasProviderAliasProvider.none()Creates an alias provider with no aliases.static AliasProviderAliasProvider.of(Collection<? extends Map.Entry<Invocation, Invocation>> aliases) Creates an alias provider with the given aliases.static AliasProviderAliasProvider.of(Map.Entry<Invocation, Invocation>... aliases) Creates an alias provider with the given aliases.static AliasProviderAliasProvider.of(Map<Invocation, Invocation> aliases) Creates an alias provider with the given aliases.Constructors in dev.sympho.modular_commands.execute with parameters of type AliasProviderModifierConstructorDescriptionMessageCommandExecutor(GatewayDiscordClient client, Registry registry, AccessManager accessManager, io.micrometer.core.instrument.MeterRegistry meters, io.micrometer.observation.ObservationRegistry observations, PrefixProvider prefixProvider, AliasProvider aliases) Creates a new instance.