Developer API
Astra Lifesteal exposes a small API for other plugins through AstraLifestealProvider.
Access
Use the provider to retrieve the active API instance after Astra Lifesteal has enabled:
java
AstraLifestealApi api = AstraLifestealProvider.get();Source Reference
The API surface lives in src/main/java/dev/astra/lifesteal/api.
For the current hand-written API notes, see DEVELOPER_API.md in the repository root.