Class AdapterManager
java.lang.Object
org.reprogle.honeypot.common.utils.integrations.AdapterManager
-
Method Summary
Modifier and TypeMethodDescriptionstatic GriefPreventionAdapterRetrieve the GriefPrevention Adapterstatic LandsAdapterRetrieve the GriefPrevention Adapterstatic WorldGuardAdapterRetrieve the WorldGuard Adapterstatic voidonEnableAdapters(org.bukkit.Server server) static voidonLoadAdapters(org.bukkit.Server server)
-
Method Details
-
onLoadAdapters
public static void onLoadAdapters(org.bukkit.Server server) -
onEnableAdapters
public static void onEnableAdapters(org.bukkit.Server server) -
getWorldGuardAdapter
Retrieve the WorldGuard Adapter -
getGriefPreventionAdapter
Retrieve the GriefPrevention Adapter -
getLandsAdapter
Retrieve the GriefPrevention Adapter
-