Module watamebot

Interface IGuildPropertyMapping

All Superinterfaces:
IPropertyMapping
All Known Implementing Classes:
GuildPropertyMapping

public interface IGuildPropertyMapping extends IPropertyMapping
  • Method Details

    • getAsCategory

      @Nullable @Nullable net.dv8tion.jda.api.entities.channel.concrete.Category getAsCategory()
    • getAsChannel

      @Nullable @Nullable net.dv8tion.jda.api.entities.channel.Channel getAsChannel()
    • getAsMessageChannel

      @Nullable @Nullable net.dv8tion.jda.api.entities.channel.middleman.GuildMessageChannel getAsMessageChannel()
    • getAsTextChannel

      @Nullable @Nullable net.dv8tion.jda.api.entities.channel.concrete.TextChannel getAsTextChannel()
    • getAsVoiceChannel

      @Nullable @Nullable net.dv8tion.jda.api.entities.channel.concrete.VoiceChannel getAsVoiceChannel()
    • getAsStageChannel

      @Nullable @Nullable net.dv8tion.jda.api.entities.channel.concrete.StageChannel getAsStageChannel()
    • getAsNewsChannel

      @Nullable @Nullable net.dv8tion.jda.api.entities.channel.concrete.NewsChannel getAsNewsChannel()
    • getAsRole

      @Nullable @Nullable net.dv8tion.jda.api.entities.Role getAsRole()
    • getAsMember

      @Nullable @Nullable net.dv8tion.jda.api.entities.Member getAsMember()