Class AlpineIntegrationEngine
java.lang.Object
co.crystaldev.alpinecore.framework.integration.AlpineIntegrationEngine
- All Implemented Interfaces:
org.bukkit.event.Listener
- Direct Known Subclasses:
VaultIntegration.VaultEngine
An
AlpineEngine
that is controlled
by an AlpineIntegration
.
Only active if the controlling integration's activation condition is satisfied.
- Since:
- 0.1.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AlpinePlugin
The plugin that activated this engine -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AlpineIntegrationEngine
(AlpinePlugin plugin) Locked down to prevent improper instantiation. -
Method Summary
-
Field Details
-
plugin
The plugin that activated this engine
-
-
Constructor Details
-
AlpineIntegrationEngine
Locked down to prevent improper instantiation.Engines are reflectively instantiated by the framework automatically.
-