Index

A B D E F G L M O P R S 
All Classes and Interfaces|All Packages

A

addDisableFunction(Runnable) - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
Add a function that will be called when the plugin is disabled.
addPostEnableRunnable(Runnable) - Method in class me.hsgamer.hscore.bukkit.simpleplugin.listener.PostEnableListener
 
addPostEnableRunnable(Runnable) - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
Add a runnable that will be called after enabling the plugin

B

BukkitPostEnableListener - Class in me.hsgamer.hscore.bukkit.simpleplugin.listener
 
BukkitPostEnableListener(Plugin) - Constructor for class me.hsgamer.hscore.bukkit.simpleplugin.listener.BukkitPostEnableListener
 

D

disable() - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
Execute when disabling the plugin

E

enable() - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
Execute when enabling the plugin
executePostEnableFunctions() - Method in class me.hsgamer.hscore.bukkit.simpleplugin.listener.PostEnableListener
 

F

FoliaPostEnableListener - Class in me.hsgamer.hscore.bukkit.simpleplugin.listener
 
FoliaPostEnableListener(Plugin) - Constructor for class me.hsgamer.hscore.bukkit.simpleplugin.listener.FoliaPostEnableListener
 

G

getAllProviders(Class<T>) - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
Get all providers of the service
getProvider(Class<T>) - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
Get the registered provider of the service

L

load() - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
Execute when loading the plugin
loadProvider(Class<T>) - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
Load the provider of the service

M

me.hsgamer.hscore.bukkit.simpleplugin - package me.hsgamer.hscore.bukkit.simpleplugin
Contains common implementation of the base JavaPlugin
me.hsgamer.hscore.bukkit.simpleplugin.listener - package me.hsgamer.hscore.bukkit.simpleplugin.listener
Contains the listeners for SimplePlugin

O

onDisable() - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
 
onEnable() - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
 
onLoad() - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
 
onServerInit(RegionizedServerInitEvent) - Method in class me.hsgamer.hscore.bukkit.simpleplugin.listener.FoliaPostEnableListener
 

P

plugin - Variable in class me.hsgamer.hscore.bukkit.simpleplugin.listener.PostEnableListener
 
postDisable() - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
Execute after disabling all tasks, listeners and commands
postEnable() - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
Execute after enabling all plugins
PostEnableListener - Class in me.hsgamer.hscore.bukkit.simpleplugin.listener
 
PostEnableListener(Plugin) - Constructor for class me.hsgamer.hscore.bukkit.simpleplugin.listener.PostEnableListener
 
preLoad() - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
Execute on the constructor

R

registerListener(Listener) - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
Register the listener
registerProvider(Class<T>, T) - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
Register a provider for the service in the normal priority
registerProvider(Class<T>, T, ServicePriority) - Method in class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
Register a provider for the service

S

setup() - Method in class me.hsgamer.hscore.bukkit.simpleplugin.listener.BukkitPostEnableListener
 
setup() - Method in class me.hsgamer.hscore.bukkit.simpleplugin.listener.FoliaPostEnableListener
 
setup() - Method in class me.hsgamer.hscore.bukkit.simpleplugin.listener.PostEnableListener
 
SimplePlugin - Class in me.hsgamer.hscore.bukkit.simpleplugin
A convenient JavaPlugin implementation
SimplePlugin() - Constructor for class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
 
A B D E F G L M O P R S 
All Classes and Interfaces|All Packages