Uses of Class
me.ulrich.outpost.data.InteractionsData
Packages that use InteractionsData
Package
Description
-
Uses of InteractionsData in me.ulrich.outpost.api
Methods in me.ulrich.outpost.api that return types with arguments of type InteractionsDataModifier and TypeMethodDescriptionOutpostAPIManager.getAllOutpostInteractions(UUID outpostUUID) OutpostAPIManager.getInteractionsData()OutpostAPIManager.getInteractionsOutpostByType(UUID outpostUUID, String type) Methods in me.ulrich.outpost.api with parameters of type InteractionsDataModifier and TypeMethodDescriptionbooleanOutpostAPIManager.updateInteractionsOutpost(UUID outpostUUID, InteractionsData Interactions) -
Uses of InteractionsData in me.ulrich.outpost.interfaces
Methods in me.ulrich.outpost.interfaces that return types with arguments of type InteractionsDataModifier and TypeMethodDescriptionOutpostAPI.getAllOutpostInteractions(UUID outpostUUID) OutpostAPI.getInteractionsData()OutpostAPI.getInteractionsOutpostByType(UUID outpostUUID, String type) Methods in me.ulrich.outpost.interfaces with parameters of type InteractionsDataModifier and TypeMethodDescriptionbooleanOutpostAPI.updateInteractionsOutpost(UUID outpostUUID, InteractionsData Interactions) -
Uses of InteractionsData in me.ulrich.outpost.manager
Methods in me.ulrich.outpost.manager that return types with arguments of type InteractionsDataModifier and TypeMethodDescriptionInteractionsManager.getAllOutpostInteractions(UUID outpostUUID) InteractionsManager.getInteractionsData()InteractionsManager.getInteractionsOutpostByType(UUID outpostUUID, String type) Methods in me.ulrich.outpost.manager with parameters of type InteractionsDataModifier and TypeMethodDescriptionInteractionsManager.getInteractionsFilterList(InteractionsData adv, OutpostEnum.InteractionsList minerDrop) voidInteractionsManager.saveInteractionsData(InteractionsData stats) booleanInteractionsManager.updateInteractionsOutpost(UUID outpostUUID, InteractionsData interactions) Method parameters in me.ulrich.outpost.manager with type arguments of type InteractionsDataModifier and TypeMethodDescriptionvoidInteractionsManager.setInteractionsData(HashMap<UUID, List<InteractionsData>> interactionsData) -
Uses of InteractionsData in me.ulrich.outpost.manager.data.interactions
Methods in me.ulrich.outpost.manager.data.interactions with parameters of type InteractionsDataModifier and TypeMethodDescriptionvoidSaveInteractions.saveDatabaseOutpostData(Outpost plugin, InteractionsData advantage) voidSaveInteractions.saveSqliteOutpostData(Outpost plugin, InteractionsData advantage) voidSaveInteractions.saveYamlOutpostData(Outpost plugin, InteractionsData advantage) Constructors in me.ulrich.outpost.manager.data.interactions with parameters of type InteractionsDataModifierConstructorDescriptionSaveInteractionsData(Outpost clans, InteractionsData clanData, boolean async) -
Uses of InteractionsData in me.ulrich.outpost.manager.gui
Methods in me.ulrich.outpost.manager.gui with parameters of type InteractionsDataModifier and TypeMethodDescriptionvoidAdminInteractionsGuiManager.openInteractionsADDWhitelist(org.bukkit.entity.Player player, OutpostData outpost, InteractionsData adv, String title) voidAdminInteractionsGuiManager.openInteractionsEdit(org.bukkit.entity.Player player, OutpostData outpost, InteractionsData adv, String title) voidAdminInteractionsGuiManager.openInteractionsEditMultiplier(org.bukkit.entity.Player player, OutpostData outpost, InteractionsData adv, String title) voidAdminInteractionsGuiManager.openInteractionsEditWhitelist(org.bukkit.entity.Player player, OutpostData outpost, InteractionsData adv, String title)