Package com.thecsdev.betterstats.api.mcbs.controller
package com.thecsdev.betterstats.api.mcbs.controller
This package implements the Model-View-Controller (MVC) architectural pattern, and is responsible
for manipulating data that is present in models.
Controllers act as intermediaries between models and views, processing incoming requests, updating models, and selecting views for presentation.
- See Also:
-
ClassesClassDescriptionThis
Classfunctions as the central controller in the MVC architecture, overseeing the complete editor interface.