@Module
public interface BukkitSuperClassBindingModule
Modifier and Type | Method and Description |
---|---|
ConfigSystem |
bindConfigSystem(BukkitConfigSystem configSystem) |
DBSystem |
bindDBSystem(BukkitDBSystem dbSystem) |
ServerSensor<?> |
bindGenericsServerSensor(ServerSensor<org.bukkit.World> sensor) |
ImportSystem |
bindImportSystem(BukkitImportSystem importSystem) |
ListenerSystem |
bindListenerSystem(BukkitListenerSystem listenerSystem) |
ServerInfo |
bindServerInfo(ServerServerInfo serverInfo) |
ServerSensor<org.bukkit.World> |
bindServerSensor(BukkitSensor sensor) |
ServerShutdownSave |
bindServerShutdownSave(BukkitServerShutdownSave shutdownSave) |
TaskSystem |
bindTaskSystem(BukkitTaskSystem taskSystem) |
@Binds ServerInfo bindServerInfo(ServerServerInfo serverInfo)
@Binds DBSystem bindDBSystem(BukkitDBSystem dbSystem)
@Binds ConfigSystem bindConfigSystem(BukkitConfigSystem configSystem)
@Binds TaskSystem bindTaskSystem(BukkitTaskSystem taskSystem)
@Binds ListenerSystem bindListenerSystem(BukkitListenerSystem listenerSystem)
@Binds ImportSystem bindImportSystem(BukkitImportSystem importSystem)
@Binds ServerShutdownSave bindServerShutdownSave(BukkitServerShutdownSave shutdownSave)
@Binds ServerSensor<org.bukkit.World> bindServerSensor(BukkitSensor sensor)
@Binds ServerSensor<?> bindGenericsServerSensor(ServerSensor<org.bukkit.World> sensor)