A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages

M

makeMentionsReadable(String) - Method in interface org.javacord.api.DiscordApi
Gets the readable content of the string, which replaces all mentions etc.
makeMentionsReadable(String, Server) - Method in interface org.javacord.api.DiscordApi
Gets the readable content of the string, which replaces all mentions etc.
MANAGE_CHANNELS - org.javacord.api.entity.permission.PermissionType
 
MANAGE_EMOJIS - org.javacord.api.entity.permission.PermissionType
 
MANAGE_MESSAGES - org.javacord.api.entity.permission.PermissionType
 
MANAGE_NICKNAMES - org.javacord.api.entity.permission.PermissionType
 
MANAGE_ROLES - org.javacord.api.entity.permission.PermissionType
 
MANAGE_SERVER - org.javacord.api.entity.permission.PermissionType
 
MANAGE_THREADS - org.javacord.api.entity.permission.PermissionType
 
MANAGE_WEBHOOKS - org.javacord.api.entity.permission.PermissionType
 
MAX_AGE - org.javacord.api.entity.auditlog.AuditLogChangeType
 
MAX_USES - org.javacord.api.entity.auditlog.AuditLogChangeType
 
measureRestLatency() - Method in interface org.javacord.api.DiscordApi
Measures, how long Javacord will need to perform a single REST call.
MEDIUM - org.javacord.api.entity.server.VerificationLevel
 
MEMBER_BAN_ADD - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_BAN_REMOVE - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_DISCONNECT - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_KICK - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_MOVE - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_PRUNE - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_ROLE_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_UPDATE - org.javacord.api.entity.auditlog.AuditLogActionType
 
MEMBER_VERIFICATION_GATE_ENABLED - org.javacord.api.entity.server.ServerFeature
Server has enabled Membership Screening.
MEMBERS_WITHOUT_ROLES - org.javacord.api.entity.server.ExplicitContentFilterLevel
 
MENTION_EVERYONE - org.javacord.api.entity.permission.PermissionType
 
Mentionable - Interface in org.javacord.api.entity
This class represents an entity which is mentionable.
MENTIONABLE - org.javacord.api.entity.auditlog.AuditLogChangeType
 
MENTIONABLE - org.javacord.api.interaction.SlashCommandOptionType
 
mentionsEveryone() - Method in interface org.javacord.api.entity.message.Message
Checks if the message mentions everyone.
Message - Interface in org.javacord.api.entity.message
This class represents a Discord message.
MESSAGE - org.javacord.api.interaction.ApplicationCommandType
 
MESSAGE_BULK_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
 
MESSAGE_COMPONENT - org.javacord.api.interaction.InteractionType
 
MESSAGE_CONTENT - org.javacord.api.entity.intent.Intent
This is required to receive non-empty values for content fields (content, attachments, embeds and components).
MESSAGE_DELETE - org.javacord.api.entity.auditlog.AuditLogActionType
 
MESSAGE_LINK - Static variable in class org.javacord.api.util.DiscordRegexPattern
A pattern which checks for message links (e.g.
MESSAGE_PIN - org.javacord.api.entity.auditlog.AuditLogActionType
 
MESSAGE_UNPIN - org.javacord.api.entity.auditlog.AuditLogActionType
 
Messageable - Interface in org.javacord.api.entity.message
This class represents an entity which can receive messages.
MessageActivity - Interface in org.javacord.api.entity.message
This class represents a MessageActivity like Spotify group listening.
MessageActivityType - Enum in org.javacord.api.entity.message
Represents a message activity type.
MessageAttachableListener - Interface in org.javacord.api.listener.message
This is a marker interface for listeners that can be attached to a Message.
MessageAttachableListenerManager - Interface in org.javacord.api.listener.message
This class can be used to add and retrieve MessageAttachableListeners.
MessageAttachment - Interface in org.javacord.api.entity.message
This class represents a message attachment.
MessageAuthor - Interface in org.javacord.api.entity.message
This class represents either a user or a webhook.
MessageBuilder - Class in org.javacord.api.entity.message
This class can help you to create messages.
MessageBuilder() - Constructor for class org.javacord.api.entity.message.MessageBuilder
Class constructor.
MessageBuilderBaseDelegate - Interface in org.javacord.api.entity.message.internal
This class is internally used by the MessageBuilder to create messages.
MessageCache - Interface in org.javacord.api.util.cache
This class is used to cache message.
MessageComponentCreateEvent - Interface in org.javacord.api.event.interaction
A message component interaction create event.
MessageComponentCreateListener - Interface in org.javacord.api.listener.interaction
This listener listens to message component interaction creations.
MessageComponentInteraction - Interface in org.javacord.api.interaction
 
MessageComponentInteractionBase - Interface in org.javacord.api.interaction
 
MessageContextMenu - Interface in org.javacord.api.interaction
 
MessageContextMenuBuilder - Class in org.javacord.api.interaction
This class is used to create new message context menus.
MessageContextMenuBuilder() - Constructor for class org.javacord.api.interaction.MessageContextMenuBuilder
Creates a new message context menu builder.
MessageContextMenuBuilderDelegate - Interface in org.javacord.api.interaction.internal
 
MessageContextMenuCommandEvent - Interface in org.javacord.api.event.interaction
A message context menu command event.
MessageContextMenuCommandListener - Interface in org.javacord.api.listener.interaction
This listener listens to message context menu interaction creations.
MessageContextMenuInteraction - Interface in org.javacord.api.interaction
 
MessageContextMenuUpdater - Class in org.javacord.api.interaction
 
MessageContextMenuUpdater(long) - Constructor for class org.javacord.api.interaction.MessageContextMenuUpdater
Creates a new message context menu updater.
MessageContextMenuUpdaterDelegate - Interface in org.javacord.api.interaction.internal
 
MessageCreateEvent - Interface in org.javacord.api.event.message
A message create event.
MessageCreateListener - Interface in org.javacord.api.listener.message
This listener listens to message creations.
MessageDecoration - Enum in org.javacord.api.entity.message
All basic decorations available in discord.
MessageDeleteEvent - Interface in org.javacord.api.event.message
A message delete event.
MessageDeleteListener - Interface in org.javacord.api.listener.message
This listener listens to message deletions.
MessageEditEvent - Interface in org.javacord.api.event.message
A message delete event.
MessageEditListener - Interface in org.javacord.api.listener.message
This listener listens to message edits.
MessageEvent - Interface in org.javacord.api.event.message
A message event.
MessageFlag - Enum in org.javacord.api.entity.message
Represents a message flag type.
MessageInteraction - Interface in org.javacord.api.interaction
 
MessageReference - Interface in org.javacord.api.entity.message
 
MessageReplyEvent - Interface in org.javacord.api.event.message
A message reply event.
MessageReplyListener - Interface in org.javacord.api.listener.message
This listener listens to message replies.
MESSAGES_READ - org.javacord.api.BotInviteScope
 
MessageSet - Interface in org.javacord.api.entity.message
This class represents an unmodifiable set of messages that is always sorted from oldest to newest according to the natural ordering of Messages.
MessageType - Enum in org.javacord.api.entity.message
The enum contains all different types of messages.
MessageUpdater - Class in org.javacord.api.entity.message
 
MessageUpdater(Message) - Constructor for class org.javacord.api.entity.message.MessageUpdater
Class constructor.
MFA_LEVEL - org.javacord.api.entity.auditlog.AuditLogChangeType
 
MissingIntentException - Exception in org.javacord.api.exception
When a method requires a specific Intent to be usable.
MissingIntentException(String) - Constructor for exception org.javacord.api.exception.MissingIntentException
Creates a new instance of this class.
MissingPermissionsException - Exception in org.javacord.api.exception
When we are not allowed to perform an action (HTTP response code 403).
MissingPermissionsException(Exception, String, RestRequestInformation, RestRequestResponseInformation) - Constructor for exception org.javacord.api.exception.MissingPermissionsException
Creates a new instance of this class.
MOBILE - org.javacord.api.entity.DiscordClient
The Discord mobile client.
MODAL_SUBMIT - org.javacord.api.interaction.InteractionType
 
ModalInteraction - Interface in org.javacord.api.interaction
 
ModalSubmitEvent - Interface in org.javacord.api.event.interaction
A modal submit event.
ModalSubmitListener - Interface in org.javacord.api.listener.interaction
This listener listens to modal submit interaction creations.
MODERATE_MEMBERS - org.javacord.api.entity.permission.PermissionType
 
MONETIZATION_ENABLED - org.javacord.api.entity.server.ServerFeature
Server has enabled monetization.
MORE_STICKERS - org.javacord.api.entity.server.ServerFeature
Server has increased custom sticker slots.
move(ServerVoiceChannel) - Method in interface org.javacord.api.entity.user.User
Moves this user to the given channel.
MOVE_MEMBERS - org.javacord.api.entity.permission.PermissionType
 
moveTo(ServerVoiceChannel) - Method in interface org.javacord.api.audio.AudioConnection
Moves the connection to a different channel.
moveTo(ServerVoiceChannel, boolean, boolean) - Method in interface org.javacord.api.audio.AudioConnection
Moves the connection to a different channel.
moveUser(User, ServerVoiceChannel) - Method in interface org.javacord.api.entity.server.Server
Moves the given user to the given channel on the server.
moveYourself(ServerVoiceChannel) - Method in interface org.javacord.api.entity.server.Server
Moves yourself to the given channel on the server.
MultiFactorAuthenticationLevel - Enum in org.javacord.api.entity.server
This enum contains all multi factor authentication levels.
mute() - Method in interface org.javacord.api.audio.AudioSource
Mutes the audio source.
mute(Server) - Method in interface org.javacord.api.entity.user.User
Mutes this user on the given server.
mute(Server, String) - Method in interface org.javacord.api.entity.user.User
Mutes this user on the given server.
MUTE - org.javacord.api.entity.auditlog.AuditLogChangeType
 
MUTE_MEMBERS - org.javacord.api.entity.permission.PermissionType
 
muteUser(User) - Method in interface org.javacord.api.entity.server.Server
Mutes the given user on the server.
muteUser(User, String) - Method in interface org.javacord.api.entity.server.Server
Mutes the given user on the server.
muteYourself() - Method in interface org.javacord.api.entity.server.Server
Mutes yourself on the server.
myClass - Variable in class org.javacord.api.entity.channel.ServerChannelBuilder
 
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages