static ChannelType |
ChannelType.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.
|
ChannelType |
Channel.getType() |
Gets the type of the channel.
|
default ChannelType |
ChannelCategory.getType() |
|
default ChannelType |
GroupChannel.getType() |
|
default ChannelType |
PrivateChannel.getType() |
|
default ChannelType |
ServerTextChannel.getType() |
|
default ChannelType |
ServerVoiceChannel.getType() |
|
static ChannelType[] |
ChannelType.getVoiceChannelTypes() |
Gets an array with all type that are voice channel types.
|
static ChannelType |
ChannelType.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.
|