Class Hierarchy
- java.lang.Object
- dev.sympho.modular_commands.utils.parse.entity.EntityMentionParser<E> (implements dev.sympho.modular_commands.api.command.parameter.parse.ParserFunction<R,T>)
- dev.sympho.modular_commands.utils.parse.entity.EntityParser<E> (implements dev.sympho.modular_commands.api.command.parameter.parse.ParserFunction<R,T>)
- dev.sympho.modular_commands.utils.parse.entity.ChannelParser<C>
- dev.sympho.modular_commands.utils.parse.entity.MessageParser
- dev.sympho.modular_commands.utils.parse.entity.RoleParser
- dev.sympho.modular_commands.utils.parse.entity.UserParser
- dev.sympho.modular_commands.utils.parse.entity.EntityRefMentionParser<R> (implements dev.sympho.modular_commands.api.command.parameter.parse.ParserFunction<R,T>)
- dev.sympho.modular_commands.utils.parse.entity.EntityRefParser<R> (implements dev.sympho.modular_commands.api.command.parameter.parse.ParserFunction<R,T>)
- dev.sympho.modular_commands.utils.parse.entity.EntityRefUrlParser<R> (implements dev.sympho.modular_commands.utils.parse.UrlParser<T>)
- dev.sympho.modular_commands.utils.parse.entity.EntityUrlParser<E> (implements dev.sympho.modular_commands.utils.parse.UrlParser<T>)
- java.lang.Record
- dev.sympho.modular_commands.utils.parse.entity.EntityRef.ChannelRef<C> (implements dev.sympho.modular_commands.utils.parse.entity.EntityRef<E>)
- dev.sympho.modular_commands.utils.parse.entity.EntityRef.MessageRef (implements dev.sympho.modular_commands.utils.parse.entity.EntityRef<E>)
- dev.sympho.modular_commands.utils.parse.entity.EntityRef.RoleRef (implements dev.sympho.modular_commands.utils.parse.entity.EntityRef<E>)
- dev.sympho.modular_commands.utils.parse.entity.EntityRef.UserRef (implements dev.sympho.modular_commands.utils.parse.entity.EntityRef<E>)
Interface Hierarchy
- dev.sympho.modular_commands.utils.parse.entity.EntityRef<E>