Interface IPositionableChannelMixin<T extends IPositionableChannelMixin<T>>

All Superinterfaces:
Channel, ChannelMixin<T>, ChannelUnion, Comparable<GuildChannel>, Formattable, GuildChannel, GuildChannelMixin<T>, GuildChannelUnion, IDetachableEntity, IDetachableEntityMixin, IMentionable, IPositionableChannel, ISnowflake
All Known Subinterfaces:
AudioChannelMixin<T>, CategoryMixin<T>, ForumChannelMixin<T>, MediaChannelMixin<T>, NewsChannelMixin<T>, StageChannelMixin<T>, StandardGuildChannelMixin<T>, StandardGuildMessageChannelMixin<T>, TextChannelMixin<T>, VoiceChannelMixin<T>
All Known Implementing Classes:
AbstractStandardGuildChannelImpl, AbstractStandardGuildMessageChannelImpl, CategoryImpl, DetachedCategoryImpl, DetachedForumChannelImpl, DetachedMediaChannelImpl, DetachedNewsChannelImpl, DetachedStageChannelImpl, DetachedTextChannelImpl, DetachedVoiceChannelImpl, ForumChannelImpl, MediaChannelImpl, NewsChannelImpl, StageChannelImpl, TextChannelImpl, VoiceChannelImpl

public interface IPositionableChannelMixin<T extends IPositionableChannelMixin<T>> extends IPositionableChannel, GuildChannelMixin<T>
  • Method Details

    • setPosition

      T setPosition(int position)