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

E

edit(String) - Method in interface io.manebot.chat.ChatMessage
Edits the message to match the provided message.
edit(String) - Method in class io.manebot.command.CommandMessage
 
edit(Consumer<ChatMessage.Builder>) - Method in class io.manebot.chat.BasicTextChatMessage
 
edit(Consumer<ChatMessage.Builder>) - Method in interface io.manebot.chat.ChatMessage
Edits the message to match the provided message.
edit(Consumer<ChatMessage.Builder>) - Method in class io.manebot.command.CommandMessage
 
Element() - Constructor for class io.manebot.chat.ChatEmbed.Element
 
elementsPerPage(int) - Method in class io.manebot.command.response.CommandListResponse.Builder
 
elevate(ThrowingCallable<R, Exception>) - Method in interface io.manebot.security.ElevationDispatcher
 
elevate(ThrowingRunnable<Exception>) - Method in interface io.manebot.security.ElevationDispatcher
 
elevate(T, ThrowingFunction<T, R, Exception>) - Method in interface io.manebot.security.ElevationDispatcher
 
ElevationDispatcher - Interface in io.manebot.security
 
embed(Consumer<ChatEmbed.Builder>) - Method in class io.manebot.chat.BasicTextChatMessage.Builder
 
embed(Consumer<ChatEmbed.Builder>) - Method in interface io.manebot.chat.ChatMessage.Builder
Appends an abstract embed to the message.
EMPTY - Static variable in class io.manebot.database.search.Search
 
end() - Method in interface io.manebot.chat.ChatSender
Ends the command buffer.
end() - Method in class io.manebot.chat.DefaultChatSender
Ends the command buffer.
END - io.manebot.database.expressions.MatchMode
 
ensure(boolean) - Method in interface io.manebot.property.Property
 
ensure(byte) - Method in interface io.manebot.property.Property
 
ensure(double) - Method in interface io.manebot.property.Property
 
ensure(float) - Method in interface io.manebot.property.Property
 
ensure(int) - Method in interface io.manebot.property.Property
 
ensure(long) - Method in interface io.manebot.property.Property
 
ensure(short) - Method in interface io.manebot.property.Property
 
ensure(String) - Method in interface io.manebot.property.Property
 
ensure(Date) - Method in interface io.manebot.property.Property
 
ensureOpen() - Method in interface io.manebot.command.CommandShell
 
Entity - Class in io.manebot.database.model
 
Entity - Interface in io.manebot.entity
 
Entity(Database) - Constructor for class io.manebot.database.model.Entity
 
Entity(Database, EntityType) - Constructor for class io.manebot.database.model.Entity
 
EntityManager - Interface in io.manebot.entity
 
EntityType - Enum in io.manebot.database.model
 
EntityType - Interface in io.manebot.entity
 
equals(ArtifactIdentifier) - Method in class io.manebot.artifact.ArtifactIdentifier
Checks for equality between two ArtifactIdentifiers.
equals(ManifestIdentifier) - Method in class io.manebot.artifact.ManifestIdentifier
Checks for equality between two ArtifactIdentifiers.
equals(Version) - Method in class io.manebot.Version
 
equals(Object) - Method in class io.manebot.artifact.ArtifactIdentifier
 
equals(Object) - Method in class io.manebot.artifact.ManifestIdentifier
 
equals(Object) - Method in class io.manebot.security.Permission
 
equals(Object) - Method in class io.manebot.tuple.Pair
 
equals(Object) - Method in class io.manebot.Version
 
escape(String) - Method in interface io.manebot.chat.TextFormat
 
escapedLike(CriteriaBuilder, Expression<String>, String, MatchMode) - Static method in class io.manebot.database.expressions.ExtendedExpressions
 
escapedNotLike(CriteriaBuilder, Expression<String>, String, MatchMode) - Static method in class io.manebot.database.expressions.ExtendedExpressions
 
Event - Class in io.manebot.event
 
Event(Object) - Constructor for class io.manebot.event.Event
 
EventDispatcher - Interface in io.manebot.event
 
EventExecutionException - Exception in io.manebot.event
 
EventExecutionException() - Constructor for exception io.manebot.event.EventExecutionException
 
EventExecutionException(String, Throwable) - Constructor for exception io.manebot.event.EventExecutionException
 
EventExecutionException(Throwable) - Constructor for exception io.manebot.event.EventExecutionException
 
EventExecutor - Interface in io.manebot.event
 
EventHandler - Annotation Type in io.manebot.event
 
EventListener - Interface in io.manebot.event
 
EventManager - Interface in io.manebot.event
 
EventPriority - Enum in io.manebot.event
 
EXACT - io.manebot.database.expressions.MatchMode
 
EXCLUDE - io.manebot.database.search.SearchOperator
 
execute(ChatMessage) - Method in interface io.manebot.chat.ChatDispatcher
Dispatches a chat message
execute(CommandMessage) - Method in interface io.manebot.command.CommandDispatcher
Dispatches a command.
execute(CommandMessage) - Method in interface io.manebot.command.CommandShell
 
execute(CommandSender, String, Object[]) - Method in interface io.manebot.command.executor.chained.ChainExecutor
 
execute(CommandSender, String, String[]) - Method in class io.manebot.command.executor.AliasedCommandExecutor
 
execute(CommandSender, String, String[]) - Method in class io.manebot.command.executor.chained.ChainedCommandExecutor
 
execute(CommandSender, String, String[]) - Method in interface io.manebot.command.executor.CommandExecutor
 
execute(CommandSender, String, String[]) - Method in class io.manebot.command.executor.routed.RoutedCommandExecutor
 
execute(ThrowingConsumer<EntityManager, E>) - Method in interface io.manebot.database.Database
Executes a function on the database, using a session and returning the session to the pool fairly.
execute(ThrowingFunction<EntityManager, T, E>) - Method in interface io.manebot.database.Database
Executes a function on the database, using a session and returning the session to the pool fairly.
execute(T) - Method in interface io.manebot.event.EventDispatcher
Fires an event.
executeAsync(ChatMessage) - Method in interface io.manebot.chat.ChatDispatcher
Dispatches a chat message asynchronously.
executeAsync(CommandMessage) - Method in interface io.manebot.command.CommandDispatcher
Dispatches a command asynchronously.
executeAsync(CommandMessage) - Method in interface io.manebot.command.CommandShell
 
executeAsync(T) - Method in interface io.manebot.event.EventDispatcher
Fires an event asynchronously.
executeTransaction(ThrowingConsumer<EntityManager, E>) - Method in interface io.manebot.database.Database
Executes a function on the database, using a transactional session and returning the session to the pool fairly, automatically rolling back on failure.
executeTransaction(ThrowingFunction<EntityManager, T, E>) - Method in interface io.manebot.database.Database
Executes a function on the database, using a transactional session and returning the session to the pool fairly, automatically rolling back on failure.
extend(int, Object...) - Method in class io.manebot.command.executor.chained.ChainState
 
ExtendedExpressions - Class in io.manebot.database.expressions
 
ExtendedExpressions() - Constructor for class io.manebot.database.expressions.ExtendedExpressions
 
A B C D E F G H I K L M N O P R S T U V W 
All Classes All Packages