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