Hierarchy For Package com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.GuildChannelConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
    • com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.IntConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
    • com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.LongConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
    • com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.RoleConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
    • com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.StringConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)
    • java.lang.Throwable (implements java.io.Serializable)
    • com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.UserConverter (implements com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>)

Interface Hierarchy

  • com.github.alex1304.ultimategdbot.api.command.annotated.paramconverter.ParamConverter<T>