Package com.chillycheesy.modulo
Class ModuloAPI
java.lang.Object
com.chillycheesy.modulo.ModuloAPI
ModuloAPI was the Central Class of the API.
With it, you can have access to all APIs logic sections.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ControllerContainer
Getter for Controller logic section.static EventContainer
getEvent()
Getter for Event logic section.static Logger
Getter for Logger logic section.static ModuleContainer
Getter for Module logic section.
-
Constructor Details
-
ModuloAPI
public ModuloAPI()
-
-
Method Details
-
getModule
Getter for Module logic section.- Returns:
- The Module section.
-
getEvent
Getter for Event logic section.- Returns:
- The Event section.
-
getLogger
Getter for Logger logic section.- Returns:
- The Logger section.
-
getController
Getter for Controller logic section.- Returns:
- The Controller section.
-