Uses of Class
me.ulrich.outpost.data.OutpostData
Packages that use OutpostData
Package
Description
-
Uses of OutpostData in me.ulrich.outpost.api
Methods in me.ulrich.outpost.api that return OutpostDataMethods in me.ulrich.outpost.api that return types with arguments of type OutpostDataMethods in me.ulrich.outpost.api with parameters of type OutpostData -
Uses of OutpostData in me.ulrich.outpost.data
Methods in me.ulrich.outpost.data that return OutpostDataMethods in me.ulrich.outpost.data with parameters of type OutpostDataConstructors in me.ulrich.outpost.data with parameters of type OutpostData -
Uses of OutpostData in me.ulrich.outpost.interfaces
Methods in me.ulrich.outpost.interfaces that return OutpostDataMethods in me.ulrich.outpost.interfaces that return types with arguments of type OutpostDataMethods in me.ulrich.outpost.interfaces with parameters of type OutpostData -
Uses of OutpostData in me.ulrich.outpost.manager
Methods in me.ulrich.outpost.manager that return OutpostDataModifier and TypeMethodDescriptionOutpostManager.createNewOutpost(String name, org.bukkit.Location loc1, org.bukkit.Location loc2) OutpostManager.getOutpost(String name) OutpostManager.getOutpost(UUID uuid) Methods in me.ulrich.outpost.manager that return types with arguments of type OutpostDataMethods in me.ulrich.outpost.manager with parameters of type OutpostDataModifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackOutpostManager.getOutpostKey(OutpostData outpost, int amount) OutpostPlaceholderManager.getOutpostPlaceholder(OutpostData outpost, String identifier) dev.triumphteam.gui.builder.item.ItemBuilderGuiManager.mountOutpostItem(GuiItemsData item, OutpostData outpost, UUID uniqueId, List<String> arrays) OutpostPlaceholderManager.parseText(OutpostData outpost, String text) booleanEventManager.playerExpelOutpost(OutpostData outpost, org.bukkit.entity.Player player, OutpostEnum.CubLoc cubLoc, OutpostEnum.MovementWay movementWay) booleanEventManager.playerHasRequerimentsOutpost(OutpostData outpost, org.bukkit.entity.Player player, OutpostEnum.CubLoc cubLoc, OutpostEnum.MovementWay movementWay) voidOutpostManager.saveOutpostData(OutpostData clan) booleanLootsManager.saveOutpostLoots(org.bukkit.inventory.Inventory inventory, OutpostData outpost) Method parameters in me.ulrich.outpost.manager with type arguments of type OutpostDataModifier and TypeMethodDescriptionvoidOutpostManager.setOutpostData(HashMap<UUID, OutpostData> outpostData) -
Uses of OutpostData in me.ulrich.outpost.manager.data
Methods in me.ulrich.outpost.manager.data with parameters of type OutpostDataModifier and TypeMethodDescriptionvoidSaveOutpost.saveDatabaseOutpostData(Outpost plugin, OutpostData outpost) voidSaveOutpost.saveSqliteOutpostData(Outpost plugin, OutpostData outpost) voidSaveOutpost.saveYamlOutpostData(Outpost plugin, OutpostData outpost) Constructors in me.ulrich.outpost.manager.data with parameters of type OutpostDataModifierConstructorDescriptionSaveOutpostData(Outpost clans, OutpostData clanData, boolean async) -
Uses of OutpostData in me.ulrich.outpost.manager.gui
Methods in me.ulrich.outpost.manager.gui with parameters of type OutpostDataModifier 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) voidAdminAdvantagesGuiManager.openAdvantageList(org.bukkit.entity.Player player, OutpostData outpost, String title) voidAdminHomeGuiManager.openCommandSelectGroup(org.bukkit.entity.Player player, OutpostData outpost, OutpostEnum.CmdType type, String title) voidAdminHomeGuiManager.openCommandSelectTimer(org.bukkit.entity.Player player, OutpostData outpost, int current, boolean group, boolean repeat, String title) voidAdminInteractionsGuiManager.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) voidAdminInteractionsGuiManager.openInteractionsList(org.bukkit.entity.Player player, OutpostData outpost, String title) voidAdminHomeGuiManager.openOutpostCaptureEdit(org.bukkit.entity.Player player, OutpostData outpost, String title) voidAdminHomeGuiManager.openOutpostCommands(org.bukkit.entity.Player player, OutpostData outpost, String title) voidAdminHomeGuiManager.openOutpostCommandsDeleteConfirm(org.bukkit.entity.Player player, OutpostData outpost, UUID uuid) voidAdminHomeGuiManager.openOutpostCommandsSelectType(org.bukkit.entity.Player player, OutpostData outpost, String title) voidAdminHomeGuiManager.openOutpostDeleteConfirm(org.bukkit.entity.Player player, OutpostData outpost) voidAdminHomeGuiManager.openOutpostLoot(org.bukkit.entity.Player player, OutpostData outpost, String title) voidAdminHomeGuiManager.openOutpostLoot_chance(org.bukkit.entity.Player player, OutpostData outpost, String title) voidAdminHomeGuiManager.openOutpostLootTypeEdit(org.bukkit.entity.Player player, OutpostData outpost, String title) voidAdminHomeGuiManager.openOutpostProximityEdit(org.bukkit.entity.Player player, OutpostData outpost, String title) voidAdminHomeGuiManager.openOutpostSendIcon(org.bukkit.entity.Player player, OutpostData outpost, String title) voidAdminHomeGuiManager.openOutpostSettings(org.bukkit.entity.Player player, OutpostData outpost, String title) voidAdminHomeGuiManager.openOutpostView(org.bukkit.entity.Player player, OutpostData outpost, String title) voidPlayerGuiManager.openOutpostView(org.bukkit.entity.Player player, OutpostData outpost)