Interface MmoMobsApiProvider


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

    Modifier and Type
    Method
    Description
    @NotNull MmoMobsApi
    Retrieves the currently registered MmoMobsApi implementation.
  • Method Details

    • getApi

      @NotNull @NotNull MmoMobsApi getApi()
      Retrieves the currently registered MmoMobsApi implementation.
      Returns:
      active API instance