Class AbstractGuildChannelImpl<T extends AbstractGuildChannelImpl<T>>

java.lang.Object
net.dv8tion.jda.internal.entities.channel.AbstractChannelImpl<T>
net.dv8tion.jda.internal.entities.channel.middleman.AbstractGuildChannelImpl<T>
All Implemented Interfaces:
Comparable<GuildChannel>, Formattable, Channel, GuildChannel, ChannelUnion, GuildChannelUnion, IDetachableEntity, IMentionable, ISnowflake, ChannelMixin<T>, GuildChannelMixin<T>, IDetachableEntityMixin
Direct Known Subclasses:
AbstractStandardGuildChannelImpl, CategoryImpl, DetachedCategoryImpl, DetachedForumChannelImpl, DetachedMediaChannelImpl, DetachedThreadChannelImpl, ForumChannelImpl, MediaChannelImpl, ThreadChannelImpl

public abstract class AbstractGuildChannelImpl<T extends AbstractGuildChannelImpl<T>> extends AbstractChannelImpl<T> implements GuildChannelMixin<T>