接口 IModStateProvider

所有已知实现类:
ForgeStatesProvider, ModStateProvider

public interface IModStateProvider
Provides a list of mod loading states which the mod loader may transition between.

There may be multiple mod state providers in a single application, where all states from each provider is combined into a single list and ordered.

  • 方法概要

    修饰符和类型
    方法
    说明
    返回 the list of mod loading states known to this provider。
  • 方法详细资料

    • getAllStates

      List<IModLoadingState> getAllStates()
      返回 the list of mod loading states known to this provider。
      返回:
      the list of mod loading states known to this provider