Package org.yuemi.mmoitems.api
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 TypeMethodDescription@NotNull MmoItemsApigetApi()Retrieves the currently registered MmoItemsApi implementation.
-
Method Details
-
getApi
Retrieves the currently registered MmoItemsApi implementation.- Returns:
- active API instance
-