Package fr.prodrivers.bukkit.commons
Class ProdriversCommons
java.lang.Object
fr.prodrivers.bukkit.commons.ProdriversCommons
Public entry point for Prodrivers Commons.
Methods here allows access to all public parts of Prodrivers Commons.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProdriversCommonsGuiceModule
Returns a module for Guice dependency injector, adding all public parts of Prodrivers Commons to your dependency injector instance.
-
Method Details
-
getGuiceModule
Returns a module for Guice dependency injector, adding all public parts of Prodrivers Commons to your dependency injector instance. The first call to do before interacting with parts of Prodrivers Commons that requires a dependency injector.- Returns:
- Instance of Prodrivers Commons module for Guice
-