Uses of Class
org.javacord.api.entity.channel.ChannelType
-
Packages that use ChannelType Package Description org.javacord.api.entity.channel org.javacord.api.entity.server.invite -
-
Uses of ChannelType in org.javacord.api.entity.channel
Methods in org.javacord.api.entity.channel that return ChannelType Modifier and Type Method Description static ChannelTypeChannelType. fromId(int id)Gets a channel type by its id.static ChannelType[]ChannelType. getServerChannelTypes()Gets an array with all types that are server channel types.static ChannelType[]ChannelType. getTextChannelTypes()Gets an array with all types that are text channel types.ChannelTypeChannel. getType()Gets the type of the channel.default ChannelTypeChannelCategory. getType()default ChannelTypeGroupChannel. getType()default ChannelTypePrivateChannel. getType()default ChannelTypeServerStageVoiceChannel. getType()default ChannelTypeServerTextChannel. getType()default ChannelTypeServerVoiceChannel. getType()static ChannelType[]ChannelType. getVoiceChannelTypes()Gets an array with all type that are voice channel types.static ChannelTypeChannelType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelType[]ChannelType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ChannelType in org.javacord.api.entity.server.invite
Methods in org.javacord.api.entity.server.invite that return ChannelType Modifier and Type Method Description ChannelTypeInvite. getChannelType()Gets the type of the channel.
-