Package cz.jeme.bestium.api
Interface PluginSupport
public interface PluginSupport
Provides support for checking the status of optional dependency plugins for Bestium.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if the BetterModel plugin is successfully loaded and enabled on the server.booleannova()Checks if the Nova plugin is successfully loaded and enabled on the server.
-
Method Details
-
betterModel
boolean betterModel()Checks if the BetterModel plugin is successfully loaded and enabled on the server.- Returns:
trueif BetterModel is loaded and enabled,falseotherwise
-
nova
boolean nova()Checks if the Nova plugin is successfully loaded and enabled on the server.- Returns:
trueif BetterModel is loaded and enabled,falseotherwise
-