Package com.djrapitops.plan
Interface PlanBungeeComponent
-
@Singleton @Component(modules={BungeePlanModule.class,BungeeCommandModule.class,SystemObjectProvidingModule.class,PlatformAbstractionLayerModule.class,FiltersModule.class,PlaceholderModule.class,ProxySuperClassBindingModule.class,BungeeSuperClassBindingModule.class,BungeeServerPropertiesModule.class,BungeeTaskModule.class}) public interface PlanBungeeComponent
Dagger Component that constructs the plugin systems running on Bungee.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PlanBungeeComponent.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlanCommand
planCommand()
PlanSystem
system()
-
-
-
Method Detail
-
planCommand
PlanCommand planCommand()
-
system
PlanSystem system()
-
-