Class CotaniRewardIntegrations
java.lang.Object
com.cotani.reward.integration.CotaniRewardIntegrations
Factories for the standard reward settlement adapters.
-
Method Summary
Modifier and TypeMethodDescriptionstatic RewardEconomyGrantHandlereconomy(com.cotani.economy.EconomyService economyService) static RewardInventoryGrantHandlerinventory(org.bukkit.plugin.Plugin plugin, com.cotani.inventory.api.InventorySyncService inventoryService, RewardItemResolver itemResolver) static RewardInventoryGrantHandlervanillaInventory(org.bukkit.plugin.Plugin plugin, com.cotani.inventory.api.InventorySyncService inventoryService)
-
Method Details
-
economy
-
vanillaInventory
public static RewardInventoryGrantHandler vanillaInventory(org.bukkit.plugin.Plugin plugin, com.cotani.inventory.api.InventorySyncService inventoryService) -
inventory
public static RewardInventoryGrantHandler inventory(org.bukkit.plugin.Plugin plugin, com.cotani.inventory.api.InventorySyncService inventoryService, RewardItemResolver itemResolver)
-