Package dev.kitteh.factions
Interface FactionsPlugin
- All Known Implementing Classes:
AbstractFactionsPlugin,FactionsPluginSpigot
@AvailableSince("4.0.0")
@NonExtendable
@NullMarked
public interface FactionsPlugin
-
Method Summary
Modifier and TypeMethodDescriptionbooleanautoSave()default MainConfigconf()com.google.gson.Gsongson()Deprecated, for removal: This API element is subject to removal in a future version.static FactionsPlugininstance()default TranslationsConfigtl()
-
Method Details
-
instance
-
gson
Deprecated, for removal: This API element is subject to removal in a future version. -
seeChunkUtil
SeeChunkUtil seeChunkUtil() -
autoSave
boolean autoSave() -
configManager
ConfigManager configManager() -
conf
-
tl
-
landRaidControl
LandRaidControl landRaidControl() -
integrationManager
IntegrationManager integrationManager()
-