Interface | Description |
---|---|
PlanBukkitComponent |
Dagger Component that constructs the plugin systems running on Bukkit.
|
PlanBukkitComponent.Builder | |
PlanBungeeComponent |
Dagger Component that constructs the plugin systems running on Bungee.
|
PlanBungeeComponent.Builder | |
PlanPlugin |
Abstraction interface for both Plan and PlanBungee.
|
PlanSpongeComponent |
Dagger Component that constructs the plugin systems running on Sponge.
|
PlanSpongeComponent.Builder | |
PlanVelocityComponent |
Dagger Component that constructs the plugin systems running on Velocity.
|
PlanVelocityComponent.Builder |
Class | Description |
---|---|
BStatsBukkit | |
BStatsBungee | |
BStatsSponge | |
BukkitServerShutdownSave |
ServerShutdownSave implementation for Bukkit based servers.
|
Plan |
Main class for Bukkit that manages the plugin.
|
PlanBungee |
Bungee Main class.
|
PlanSponge | |
PlanVelocity |
Velocity Main class.
|
ServerShutdownSave |
Class in charge of performing save operations when the server shuts down.
|
ShutdownHook |
Thread that is run when JVM shuts down.
|
SpongeServerShutdownSave |
ServerShutdownSave implementation for Sponge
|