A B C D E F G H I J K L M N O P Q R S T U V W
T
- tailSet(Message) - Method in interface org.javacord.api.entity.message.MessageSet
- tailSet(Message, boolean) - Method in interface org.javacord.api.entity.message.MessageSet
- TEMPORARY - org.javacord.api.entity.auditlog.AuditLogChangeType
- TextChannel - Interface in org.javacord.api.entity.channel
-
This class represents a text channel.
- TextChannelAttachableListener - Interface in org.javacord.api.listener.channel
-
This is a marker interface for listeners that can be attached to a
TextChannel. - TextChannelAttachableListenerManager - Interface in org.javacord.api.listener.channel
-
This class can be used to add and retrieve
TextChannelAttachableListeners. - TextChannelEvent - Interface in org.javacord.api.event.channel
-
A text channel event.
- TextChannelUserEvent - Interface in org.javacord.api.event.user
-
A text channel event which effects a user.
- ThreadPool - Interface in org.javacord.api.util.concurrent
-
This class creates and contains thread pools which are used by Javacord.
- TIER_1 - org.javacord.api.entity.server.BoostLevel
-
Server Boost level 1.
- TIER_2 - org.javacord.api.entity.server.BoostLevel
-
Server Boost level 2.
- TIER_3 - org.javacord.api.entity.server.BoostLevel
-
Server Boost level 3.
- toBuilder() - Method in interface org.javacord.api.entity.message.embed.Embed
-
Creates a builder, based on the embed.
- toBuilder() - Method in interface org.javacord.api.entity.permission.Permissions
-
Creates a new permissions builder from this permissions object.
- TOKEN_PATTERN - Static variable in interface org.javacord.api.util.auth.Response
- TOKEN_PATTERN_PART - Static variable in interface org.javacord.api.util.auth.Response
- TOKEN68_PATTERN_PART - Static variable in interface org.javacord.api.util.auth.Response
- toMessageBuilder() - Method in interface org.javacord.api.entity.message.Message
-
Returns a
MessageBuilderaccording to thisMessage. - TOPIC - org.javacord.api.entity.auditlog.AuditLogChangeType
- toString() - Method in class org.javacord.api.util.auth.Challenge
- transform(AudioSource, byte[]) - Method in interface org.javacord.api.audio.AudioTransformer
-
Intercepts and transforms the incoming audio frame.
- type() - Method in interface org.javacord.api.entity.channel.TextChannel
-
Displays the "xyz is typing..." message.
- TYPE - org.javacord.api.entity.auditlog.AuditLogChangeType
- typeContinuously() - Method in interface org.javacord.api.entity.channel.TextChannel
-
Displays the "xyz is typing..." message continuously, starting immediately.
- typeContinuously(Consumer<Throwable>) - Method in interface org.javacord.api.entity.channel.TextChannel
-
Displays the "xyz is typing..." message continuously, starting immediately.
- typeContinuouslyAfter(long, TimeUnit) - Method in interface org.javacord.api.entity.channel.TextChannel
-
Displays the "xyz is typing..." message continuously, starting delayed.
- typeContinuouslyAfter(long, TimeUnit, Consumer<Throwable>) - Method in interface org.javacord.api.entity.channel.TextChannel
-
Displays the "xyz is typing..." message continuously, starting delayed.