- All Superinterfaces:
IPropertyMapping
- All Known Implementing Classes:
GuildPropertyMapping
-
Method Summary
Modifier and TypeMethodDescription@Nullable net.dv8tion.jda.api.entities.channel.concrete.Category@Nullable net.dv8tion.jda.api.entities.channel.Channel@Nullable net.dv8tion.jda.api.entities.Member@Nullable net.dv8tion.jda.api.entities.channel.middleman.GuildMessageChannel@Nullable net.dv8tion.jda.api.entities.channel.concrete.NewsChannel@Nullable net.dv8tion.jda.api.entities.Role@Nullable net.dv8tion.jda.api.entities.channel.concrete.StageChannel@Nullable net.dv8tion.jda.api.entities.channel.concrete.TextChannel@Nullable net.dv8tion.jda.api.entities.channel.concrete.VoiceChannelMethods inherited from interface net.foxgenesis.property.IPropertyMapping
getAsBoolean, getAsDouble, getAsFloat, getAsInt, getAsLong, getAsString
-
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()
-