Class ProdriversCommons

java.lang.Object
fr.prodrivers.bukkit.commons.ProdriversCommons

public class ProdriversCommons extends Object
Public entry point for Prodrivers Commons.

Methods here allows access to all public parts of Prodrivers Commons.

  • Method Details

    • getGuiceModule

      public static ProdriversCommonsGuiceModule 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