Uses of Class
me.ulrich.outpost.data.AdvantageData
Packages that use AdvantageData
Package
Description
-
Uses of AdvantageData in me.ulrich.outpost.api
Methods in me.ulrich.outpost.api that return types with arguments of type AdvantageDataModifier and TypeMethodDescriptionOutpostAPIManager.getAdvantageData()OutpostAPIManager.getAdvantageOutpostByType(UUID outpostUUID, String type) OutpostAPIManager.getAllOutpostAdvantage(UUID outpostUUID) Methods in me.ulrich.outpost.api with parameters of type AdvantageDataModifier and TypeMethodDescriptionbooleanOutpostAPIManager.updateAdvantageOutpost(UUID outpostUUID, AdvantageData advantage) -
Uses of AdvantageData in me.ulrich.outpost.interfaces
Methods in me.ulrich.outpost.interfaces that return types with arguments of type AdvantageDataModifier and TypeMethodDescriptionOutpostAPI.getAdvantageData()OutpostAPI.getAdvantageOutpostByType(UUID outpostUUID, String type) OutpostAPI.getAllOutpostAdvantage(UUID outpostUUID) Methods in me.ulrich.outpost.interfaces with parameters of type AdvantageDataModifier and TypeMethodDescriptionbooleanOutpostAPI.updateAdvantageOutpost(UUID outpostUUID, AdvantageData advantage) -
Uses of AdvantageData in me.ulrich.outpost.manager
Methods in me.ulrich.outpost.manager that return types with arguments of type AdvantageDataModifier and TypeMethodDescriptionAdvantagesManager.getAdvantageData()AdvantagesManager.getAdvantageOutpostByType(UUID outpostUUID, String type) AdvantagesManager.getAllOutpostAdvantage(UUID outpostUUID) Methods in me.ulrich.outpost.manager with parameters of type AdvantageDataModifier and TypeMethodDescriptionAdvantagesManager.getAdvantageFilterList(AdvantageData adv, OutpostEnum.AdvantageList minerDrop) voidAdvantagesManager.saveAdvantagesData(AdvantageData stats) booleanAdvantagesManager.updateAdvantageOutpost(UUID outpostUUID, AdvantageData advantage) Method parameters in me.ulrich.outpost.manager with type arguments of type AdvantageDataModifier and TypeMethodDescriptionvoidAdvantagesManager.setAdvantageData(HashMap<UUID, List<AdvantageData>> advantageData) -
Uses of AdvantageData in me.ulrich.outpost.manager.data.advantages
Methods in me.ulrich.outpost.manager.data.advantages with parameters of type AdvantageDataModifier and TypeMethodDescriptionvoidSaveAdvantages.saveDatabaseOutpostData(Outpost plugin, AdvantageData advantage) voidSaveAdvantages.saveSqliteOutpostData(Outpost plugin, AdvantageData advantage) voidSaveAdvantages.saveYamlOutpostData(Outpost plugin, AdvantageData advantage) Constructors in me.ulrich.outpost.manager.data.advantages with parameters of type AdvantageDataModifierConstructorDescriptionSaveAdvantagesData(Outpost clans, AdvantageData clanData, boolean async) -
Uses of AdvantageData in me.ulrich.outpost.manager.gui
Methods in me.ulrich.outpost.manager.gui with parameters of type AdvantageDataModifier and TypeMethodDescriptionvoidAdminAdvantagesGuiManager.openAdvantageADDWhitelist(org.bukkit.entity.Player player, OutpostData outpost, AdvantageData adv, String title) voidAdminAdvantagesGuiManager.openAdvantageEdit(org.bukkit.entity.Player player, OutpostData outpost, AdvantageData adv, String title) voidAdminAdvantagesGuiManager.openAdvantageEditMultiplier(org.bukkit.entity.Player player, OutpostData outpost, AdvantageData adv, String title) voidAdminAdvantagesGuiManager.openAdvantageEditWhitelist(org.bukkit.entity.Player player, OutpostData outpost, AdvantageData adv, String title)