SinceDocumentation Index
Fetch the complete documentation index at: https://ember.carr.sh/llms.txt
Use this file to discover all available pages before exploring further.
v0.1.0-alpha.1
Ember is the entry point to the API. It’s registered as a Bukkit service by the plugin at startup, so any plugin loaded after Ember can resolve it.
Members
version: Version
The running plugin version, as a Version.
Ember.instance (companion)
A convenience accessor that resolves the registered service.
Bukkit.getServer().getServicesManager().getRegistration(Ember.class).getProvider(). It throws if Ember isn’t loaded. Declare Ember as a required dependency of your plugin so the lookup is always safe.