@Module
public interface SpongeSuperClassBindingModule
Modifier and Type | Method and Description |
---|---|
ImportSystem |
bindImportSystem(EmptyImportSystem emptyImportSystem) |
ConfigSystem |
bindSpongeConfigSystem(SpongeConfigSystem spongeConfigSystem) |
DBSystem |
bindSpongeDatabaseSystem(SpongeDBSystem dbSystem) |
ListenerSystem |
bindSpongeListenerSystem(SpongeListenerSystem spongeListenerSystem) |
PlanFiles |
bindSpongePlanFiles(SpongePlanFiles files) |
ServerInfo |
bindSpongeServerInfo(ServerServerInfo serverServerInfo) |
ServerShutdownSave |
bindSpongeServerShutdownSave(SpongeServerShutdownSave spongeServerShutdownSave) |
TaskSystem |
bindSpongeTaskSystem(SpongeTaskSystem spongeTaskSystem) |
@Binds PlanFiles bindSpongePlanFiles(SpongePlanFiles files)
@Binds ServerInfo bindSpongeServerInfo(ServerServerInfo serverServerInfo)
@Binds DBSystem bindSpongeDatabaseSystem(SpongeDBSystem dbSystem)
@Binds ConfigSystem bindSpongeConfigSystem(SpongeConfigSystem spongeConfigSystem)
@Binds TaskSystem bindSpongeTaskSystem(SpongeTaskSystem spongeTaskSystem)
@Binds ListenerSystem bindSpongeListenerSystem(SpongeListenerSystem spongeListenerSystem)
@Binds ImportSystem bindImportSystem(EmptyImportSystem emptyImportSystem)
@Binds ServerShutdownSave bindSpongeServerShutdownSave(SpongeServerShutdownSave spongeServerShutdownSave)