A B C G S
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ASQLBungeecordScheduler<T extends net.md_5.bungee.api.plugin.Plugin> - Class in com.glyart.asql.bungeecord
-
Represents a task scheduling behavior through a Bungeecord Context.
- ASQLBungeecordScheduler() - Constructor for class com.glyart.asql.bungeecord.ASQLBungeecordScheduler
- async(Runnable) - Method in class com.glyart.asql.bungeecord.ASQLBungeecordScheduler
- async(Runnable, long, long) - Method in class com.glyart.asql.bungeecord.ASQLBungeecordScheduler
-
Executes an asynchronous repeating task every given milliseconds, after the given milliseconds delay time.
B
- build() - Method in class com.glyart.asql.bungeecord.BungeecordASQLContext.ContextBuilder
-
Builds a new BungeecordASQLContext.
- builder() - Static method in class com.glyart.asql.bungeecord.BungeecordASQLContext
- BungeecordASQLContext - Class in com.glyart.asql.bungeecord
-
Represents a modelled ASQLContext inside a Bungeecord Context.
- BungeecordASQLContext(Plugin, DataSourceCredentials, DataSourceHandler) - Constructor for class com.glyart.asql.bungeecord.BungeecordASQLContext
- BungeecordASQLContext.ContextBuilder - Class in com.glyart.asql.bungeecord
C
- com.glyart.asql.bungeecord - package com.glyart.asql.bungeecord
G
- getDataSourceHandler() - Method in class com.glyart.asql.bungeecord.BungeecordASQLContext
- getDataTemplate() - Method in class com.glyart.asql.bungeecord.BungeecordASQLContext
- getLogger() - Method in class com.glyart.asql.bungeecord.BungeecordASQLContext
- getPlugin() - Method in class com.glyart.asql.bungeecord.BungeecordASQLContext
- getScheduler() - Method in class com.glyart.asql.bungeecord.BungeecordASQLContext
S
- setCredentials(DataSourceCredentials) - Method in class com.glyart.asql.bungeecord.BungeecordASQLContext.ContextBuilder
-
Sets the given credentials for connecting to a data source.
- setDatabaseHandler(DataSourceHandler) - Method in class com.glyart.asql.bungeecord.BungeecordASQLContext.ContextBuilder
-
Sets the handler for the data source interaction.
- setPlugin(Plugin) - Method in class com.glyart.asql.bungeecord.BungeecordASQLContext.ContextBuilder
-
Sets the Plugin which created this BungeecordASQLContext.
- sync(Runnable) - Method in class com.glyart.asql.bungeecord.ASQLBungeecordScheduler
-
Don't call this method.
- sync(Runnable, long, long) - Method in class com.glyart.asql.bungeecord.ASQLBungeecordScheduler
-
Don't call this method.
All Classes All Packages