Package org.yuemi.mmomechanics.api
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 TypeMethodDescription@NotNull MmoMechanicsApigetApi()Gets the active instance of the MmoMechanicsApi.
-
Method Details
-
getApi
Gets the active instance of the MmoMechanicsApi.- Returns:
- active API instance
-