Package com.thecsdev.betterstats.api.mcbs.view


@Environment(CLIENT) package com.thecsdev.betterstats.api.mcbs.view
This package implements the Model-View-Controller (MVC) architectural pattern, and is responsible for displaying data that is present in models.

Views act as the visual representation of the data, while controllers handle user input and interactions, updating the models and views accordingly.

Important note:
This package contains GUI APIs are that available only on the client-side! Do NOT attempt to access these APIs from a server-side (be it a dedicated or an integrated server)! Use the game client's render thread.

See Also:
  • invalid reference
    com.thecsdev.betterstats.api.mcbs