Uses of Interface
net.kautler.command.api.AliasAndParameterStringTransformer
-
Packages that use AliasAndParameterStringTransformer Package Description net.kautler.command.api -
-
Uses of AliasAndParameterStringTransformer in net.kautler.command.api
Method parameters in net.kautler.command.api with type arguments of type AliasAndParameterStringTransformer Modifier and Type Method Description protected void
CommandHandler. doSetAliasAndParameterStringTransformer(Instance<AliasAndParameterStringTransformer<? super M>> aliasAndParameterStringTransformer)
Sets the custom alias and parameter string transformer for this command handler.
-