Index

A D E 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.

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

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

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
 

P

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
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

SimplePlugin - Class in me.hsgamer.hscore.bukkit.simpleplugin
A convenient JavaPlugin implementation
SimplePlugin() - Constructor for class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
 
SimplePlugin(JavaPluginLoader, PluginDescriptionFile, File, File) - Constructor for class me.hsgamer.hscore.bukkit.simpleplugin.SimplePlugin
 
A D E G L M O P R S 
All Classes and Interfaces|All Packages