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 | |
PlanNukkitComponent |
Dagger Component that constructs the plugin systems running on Nukkit.
|
PlanNukkitComponent.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 | |
SubSystem |
Represents a system that can be enabled and disabled.
|
Class | Description |
---|---|
BStatsBukkit | |
BStatsBungee | |
BStatsSponge | |
BukkitServerShutdownSave |
ServerShutdownSave implementation for Bukkit based servers.
|
BukkitTaskSystem |
TaskSystem responsible for registering tasks for Bukkit.
|
BungeeTaskSystem |
TaskSystem responsible for registering tasks for Bungee.
|
DebugChannels |
Identifiers for different Debug channels.
|
NukkitServerShutdownSave |
ServerShutdownSave implementation for Nukkit based servers.
|
NukkitTaskSystem |
TaskSystem responsible for registering tasks for Nukkit.
|
Plan |
Main class for Bukkit that manages the plugin.
|
PlanBungee |
Bungee Main class.
|
PlanNukkit |
Main class for Nukkit that manages the plugin.
|
PlanSponge | |
PlanSystem |
PlanSystem contains everything Plan needs to run.
|
PlanVelocity |
Velocity Main class.
|
SpongeServerShutdownSave |
ServerShutdownSave implementation for Sponge
|
SpongeTaskSystem | |
TaskSystem |
TaskSystem that registers tasks that were previously registered inside Plugin classes.
|
VelocityTaskSystem |
TaskSystem responsible for registering tasks for Velocity.
|