Index

A B C D E G H I K M O P Q R S T U 
All Classes|All Packages|Serialized Form

A

async() - Method in class ml.karmaconfigs.api.bungee.KarmaPlugin
Get the source async scheduler

B

BossMessage - Class in ml.karmaconfigs.api.bungee.makeiteasy
Karma boss bar message
BossMessage(KarmaSource, String, double) - Constructor for class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Initialize the boss message
BossMessage.getters - Interface in ml.karmaconfigs.api.bungee.makeiteasy
Boss bar getters
BungeeAsyncScheduler<T extends KarmaPlugin> - Class in ml.karmaconfigs.api.bungee.scheduler
Bukkit special asynchronous scheduler
BungeeAsyncScheduler(T) - Constructor for class ml.karmaconfigs.api.bungee.scheduler.BungeeAsyncScheduler
Initialize the scheduler
BungeeBridge - Class in ml.karmaconfigs.api.bungee.loader
Bridge between BungeeCord and KarmaAPI
BungeeBridge(KarmaPlugin) - Constructor for class ml.karmaconfigs.api.bungee.loader.BungeeBridge
Initialize the bridge loader
BungeeSyncScheduler<T extends KarmaPlugin> - Class in ml.karmaconfigs.api.bungee.scheduler
Bukkit special synchronous scheduler
BungeeSyncScheduler(T) - Constructor for class ml.karmaconfigs.api.bungee.scheduler.BungeeSyncScheduler
Initialize the scheduler

C

cancel() - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Destroy the current boss bar
color(BossColor) - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Set the boss bar color
console() - Method in class ml.karmaconfigs.api.bungee.KarmaPlugin
Get the source out
createAnyPlaceholder(String, BiConsumer<ProxiedPlayer, T>) - Static method in class ml.karmaconfigs.api.bungee.KarmaPlugin
Create a player placeholder
createDoublePlaceholder(String, BiConsumer<ProxiedPlayer, Double>) - Static method in class ml.karmaconfigs.api.bungee.KarmaPlugin
Create a player placeholder
createFloatPlaceholder(String, BiConsumer<ProxiedPlayer, Float>) - Static method in class ml.karmaconfigs.api.bungee.KarmaPlugin
Create a player placeholder
createIntegerPlaceholder(String, BiConsumer<ProxiedPlayer, Integer>) - Static method in class ml.karmaconfigs.api.bungee.KarmaPlugin
Create a player placeholder
createTextPlaceholder(String, BiConsumer<ProxiedPlayer, String>) - Static method in class ml.karmaconfigs.api.bungee.KarmaPlugin
Create a player placeholder
currentTask() - Method in class ml.karmaconfigs.api.bungee.scheduler.BungeeAsyncScheduler
Get the current task id
currentTask() - Method in class ml.karmaconfigs.api.bungee.scheduler.BungeeSyncScheduler
Get the current task id

D

displayBar(Collection<ProxiedPlayer>) - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Display the boss bar to the specified players
displayTime(double) - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Set the boss bar display time

E

enable() - Method in class ml.karmaconfigs.api.bungee.KarmaPlugin
Enable the KarmaPlugin

G

getBarId() - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Get the current boss bar id
getBarsAmount() - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Get the amount of bars that exist
getByID(int) - Static method in interface ml.karmaconfigs.api.bungee.makeiteasy.BossMessage.getters
Get a boss bar by ID
getColor() - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Get the boss bar color
getInstance() - Static method in class ml.karmaconfigs.api.bungee.loader.BungeeBridge
Get the loader instance
getStyle() - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Get the boss bar style
getTitle() - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Get the boss bar title

H

hasMoreTasks() - Method in class ml.karmaconfigs.api.bungee.scheduler.BungeeAsyncScheduler
Get if the scheduler has more tasks
hasMoreTasks() - Method in class ml.karmaconfigs.api.bungee.scheduler.BungeeSyncScheduler
Get if the scheduler has more tasks

I

isCancelled() - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Get if the boss bar is cancelled
isValid() - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Get if the boss bar is valid

K

KarmaPlugin - Class in ml.karmaconfigs.api.bungee
Karma plugin for BungeeCord, to make easier for plugin developers to implement the KarmaAPI in their BungeeCord plugins
KarmaPlugin() - Constructor for class ml.karmaconfigs.api.bungee.KarmaPlugin
Initialize the KarmaPlugin
KarmaPlugin(boolean) - Constructor for class ml.karmaconfigs.api.bungee.KarmaPlugin
Initialize the KarmaPlugin

M

ml.karmaconfigs.api.bungee - package ml.karmaconfigs.api.bungee
 
ml.karmaconfigs.api.bungee.loader - package ml.karmaconfigs.api.bungee.loader
 
ml.karmaconfigs.api.bungee.makeiteasy - package ml.karmaconfigs.api.bungee.makeiteasy
 
ml.karmaconfigs.api.bungee.scheduler - package ml.karmaconfigs.api.bungee.scheduler
 

O

onEnable() - Method in class ml.karmaconfigs.api.bungee.KarmaPlugin
On plugin enable
onTaskComplete(Consumer<Integer>) - Method in class ml.karmaconfigs.api.bungee.scheduler.BungeeAsyncScheduler
Action to perform when a task has been completed
onTaskComplete(Consumer<Integer>) - Method in class ml.karmaconfigs.api.bungee.scheduler.BungeeSyncScheduler
Action to perform when a task has been completed
onTaskStart(Consumer<Integer>) - Method in class ml.karmaconfigs.api.bungee.scheduler.BungeeAsyncScheduler
Action to perform when a task has been started
onTaskStart(Consumer<Integer>) - Method in class ml.karmaconfigs.api.bungee.scheduler.BungeeSyncScheduler
Action to perform when a task has been started

P

progress(ProgressiveBar) - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Set the boss bar progress type

Q

queue(Runnable) - Method in class ml.karmaconfigs.api.bungee.scheduler.BungeeAsyncScheduler
Queue another task to the scheduler
queue(Runnable) - Method in class ml.karmaconfigs.api.bungee.scheduler.BungeeSyncScheduler
Queue another task to the scheduler

R

registerPlayerPlaceholder(Placeholder<?>...) - Static method in class ml.karmaconfigs.api.bungee.KarmaPlugin
Register globally a player placeholder

S

scheduleBar(Collection<ProxiedPlayer>) - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Schedule the bar to the specified players
scheduleBar(ProxiedPlayer) - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Schedule the bar to the specified player
send() - Method in class ml.karmaconfigs.api.bungee.makeiteasy.TitleMessage
Send the title
send(int, int, int) - Method in class ml.karmaconfigs.api.bungee.makeiteasy.TitleMessage
Send the title
start() - Method in class ml.karmaconfigs.api.bungee.loader.BungeeBridge
Start the bridge loader
stop() - Method in class ml.karmaconfigs.api.bungee.loader.BungeeBridge
Stop the bridge
style(BossType) - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Set the boss bar style
sync() - Method in class ml.karmaconfigs.api.bungee.KarmaPlugin
Get the source sync scheduler

T

TitleMessage - Class in ml.karmaconfigs.api.bungee.makeiteasy
Title message
TitleMessage(ProxiedPlayer, String) - Constructor for class ml.karmaconfigs.api.bungee.makeiteasy.TitleMessage
Initialize the title class
TitleMessage(ProxiedPlayer, String, String) - Constructor for class ml.karmaconfigs.api.bungee.makeiteasy.TitleMessage
Initialize the title class

U

update(String, boolean) - Method in class ml.karmaconfigs.api.bungee.makeiteasy.BossMessage
Update the boss bar
A B C D E G H I K M O P Q R S T U 
All Classes|All Packages|Serialized Form