Module watamebot

Interface IGuildPropertyMapping

All Superinterfaces:
IPropertyMapping
All Known Implementing Classes:
GuildPropertyMapping

public interface IGuildPropertyMapping extends IPropertyMapping
  • Method Details

    • getAsCategory

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

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

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

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

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

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

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

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