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