Package dev.prozilla.pine.core.state
package dev.prozilla.pine.core.state
-
ClassDescriptionState<Context>StateMachine<Context,
State extends State<Context>> Utility class for managing a finite-state machine (FSM).StateProvider<Context,S extends State<Context>> Provides information about the state in a certain context.Manages time tracking, including FPS (frames per second) and UPS (updates per second) calculations.Keeps track of the application's statistics.