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