Uses of Interface
com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter
-
Packages that use ParamConverter Package Description com.github.alex1304.ultimategdbot.api.command.annotated com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter -
-
Uses of ParamConverter in com.github.alex1304.ultimategdbot.api.command.annotated
Methods in com.github.alex1304.ultimategdbot.api.command.annotated with parameters of type ParamConverter Modifier and Type Method Description voidAnnotatedCommandProvider. addParamConverter(ParamConverter<?> converter)Adds a new param converter to this annotated command provider. -
Uses of ParamConverter in com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter
Classes in com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter that implement ParamConverter Modifier and Type Class Description classGuildChannelConverterclassIntConverterclassLongConverterclassRoleConverterclassStringConverterclassUserConverter
-