@Module
public interface BukkitSuperClassBindingModule
Modifier and Type | Method and Description |
---|---|
ConfigSystem |
bindBukkitConfigSystem(BukkitConfigSystem bukkitConfigSystem) |
DBSystem |
bindBukkitDatabaseSystem(BukkitDBSystem dbSystem) |
ListenerSystem |
bindBukkitListenerSystem(BukkitListenerSystem bukkitListenerSystem) |
ServerInfo |
bindBukkitServerInfo(ServerServerInfo serverServerInfo) |
ServerShutdownSave |
bindBukkitServerShutdownSave(BukkitServerShutdownSave bukkitServerShutdownSave) |
TaskSystem |
bindBukkitTaskSystem(BukkitTaskSystem bukkitTaskSystem) |
ImportSystem |
bindImportSystem(BukkitImportSystem bukkitImportSystem) |
@Binds ServerInfo bindBukkitServerInfo(ServerServerInfo serverServerInfo)
@Binds DBSystem bindBukkitDatabaseSystem(BukkitDBSystem dbSystem)
@Binds ConfigSystem bindBukkitConfigSystem(BukkitConfigSystem bukkitConfigSystem)
@Binds TaskSystem bindBukkitTaskSystem(BukkitTaskSystem bukkitTaskSystem)
@Binds ListenerSystem bindBukkitListenerSystem(BukkitListenerSystem bukkitListenerSystem)
@Binds ImportSystem bindImportSystem(BukkitImportSystem bukkitImportSystem)
@Binds ServerShutdownSave bindBukkitServerShutdownSave(BukkitServerShutdownSave bukkitServerShutdownSave)