Class ModuloAPI

java.lang.Object
com.chillycheesy.modulo.ModuloAPI

public class ModuloAPI extends Object
ModuloAPI was the Central Class of the API. With it, you can have access to all APIs logic sections.
  • Constructor Details

    • ModuloAPI

      public ModuloAPI()
  • Method Details

    • getModule

      public static ModuleContainer getModule()
      Getter for Module logic section.
      Returns:
      The Module section.
    • getEvent

      public static EventContainer getEvent()
      Getter for Event logic section.
      Returns:
      The Event section.
    • getLogger

      public static Logger getLogger()
      Getter for Logger logic section.
      Returns:
      The Logger section.
    • getController

      public static ControllerContainer getController()
      Getter for Controller logic section.
      Returns:
      The Controller section.