Interface MmoItemsApiProvider


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

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

    • getApi

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