Uses of Class
com.burchard36.api.ApiSettings
Packages that use ApiSettings
Package
Description
Main package for the plugin, holds the 3 main classes, as well as all the other packages
-
Uses of ApiSettings in com.burchard36.api
Fields in com.burchard36.api declared as ApiSettingsMethods in com.burchard36.api that return ApiSettingsModifier and TypeMethodDescriptionApiSettings.blockCommandFromLoading(Class<? extends ApiCommand> clazz)
Blocks a specific command class from being automatically registeredApiSettings.blockDataStoreFromLoading(Class<? extends DataStore> clazz)
Blocks a DataStore storage handler not load on STARTUPApiSettings.useCommandModule(boolean useCommandModule)
Sets whether the Command module should automatically register all of its commands This default value is trueApiSettings.useInventoryModule(boolean useInventoryModule)
Sets whether the Listener for the Inventory API should be enabled This value defaults to true