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 TypeMethodDescriptionboolean
Checks if the BetterModel plugin is successfully loaded and enabled on the server.boolean
nova()
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:
true
if BetterModel is loaded and enabled,false
otherwise
-
nova
boolean nova()Checks if the Nova plugin is successfully loaded and enabled on the server.- Returns:
true
if BetterModel is loaded and enabled,false
otherwise
-