Interface BukkitSuperClassBindingModule
@Module
public interface BukkitSuperClassBindingModule
Module for binding Bukkit specific classes as interface implementations.
-
Method Summary
Modifier and TypeMethodDescriptionbindConfigSystem(BukkitConfigSystem configSystem) bindDBSystem(BukkitDBSystem dbSystem) ServerSensor<?> bindGenericsServerSensor(ServerSensor<org.bukkit.World> sensor) bindListenerSystem(BukkitListenerSystem listenerSystem) bindServerInfo(ServerServerInfo serverInfo) ServerSensor<org.bukkit.World> bindServerSensor(BukkitSensor sensor) bindServerShutdownSave(BukkitServerShutdownSave shutdownSave)
-
Method Details
-
bindServerInfo
-
bindDBSystem
-
bindConfigSystem
-
bindListenerSystem
-
bindServerShutdownSave
-
bindServerSensor
-
bindGenericsServerSensor
-