Package com.djrapitops.plan
Interface PlanBukkitComponent
-
@Singleton @Component(modules={BukkitPlanModule.class,SystemObjectProvidingModule.class,PlatformAbstractionLayerModule.class,FiltersModule.class,PlaceholderModule.class,ServerCommandModule.class,BukkitServerPropertiesModule.class,BukkitSuperClassBindingModule.class,BukkitTaskModule.class}) public interface PlanBukkitComponent
Dagger Component that constructs the plugin systems running on Bukkit.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PlanBukkitComponent.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BukkitPlaceholderRegistrar
placeholders()
PlanCommand
planCommand()
ServerShutdownSave
serverShutdownSave()
PlanSystem
system()
-
-
-
Method Detail
-
planCommand
PlanCommand planCommand()
-
system
PlanSystem system()
-
placeholders
BukkitPlaceholderRegistrar placeholders()
-
serverShutdownSave
ServerShutdownSave serverShutdownSave()
-
-