Interface MmoMechanicsApiProvider


public interface MmoMechanicsApiProvider
Entry point for accessing the MmoMechanics API. Consumers should depend on this interface, not implementation details.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the active instance of the MmoMechanicsApi.
  • Method Details

    • getApi

      @NotNull @NotNull MmoMechanicsApi getApi()
      Gets the active instance of the MmoMechanicsApi.
      Returns:
      active API instance