stateClassOf

public static Class<S> stateClassOf<S extends EntityState>(Class<? extends Entity> entityClass)

Retrieves the state class of the passed entity class.

Though this method is public, it is not considered a part of the public API. It is used internally by other framework routines and not designed for efficient execution by Spine users.