Uses of Interface
konquest.api.model.KonquestGuild
Packages that use KonquestGuild
Package
Description
The base API package for Konquest.
The manager package provides specialized interfaces for specific features in Konquest.
The model package offers lower-level object interfaces that are managed by the managers.
-
Uses of KonquestGuild in konquest.api
Methods in konquest.api with parameters of type KonquestGuildModifier and TypeMethodDescriptionorg.bukkit.ChatColorKonquestAPI.getDisplayPrimaryColor(KonquestGuild displayGuild, KonquestGuild contextGuild) Gets the primary display color based on relationships.org.bukkit.ChatColorKonquestAPI.getDisplaySecondaryColor(KonquestGuild displayGuild, KonquestGuild contextGuild) Gets the secondary display color based on relationships. -
Uses of KonquestGuild in konquest.api.manager
Methods in konquest.api.manager that return KonquestGuildModifier and TypeMethodDescriptionGets the guild instance by the given name.KonquestGuildManager.getPlayerGuild(org.bukkit.OfflinePlayer player) Gets the guild of the given player.KonquestGuildManager.getTownGuild(KonquestTown town) Gets the guild of the given town.Methods in konquest.api.manager that return types with arguments of type KonquestGuildModifier and TypeMethodDescriptionList<? extends KonquestGuild>KonquestGuildManager.getAllGuilds()Gets all guilds.List<? extends KonquestGuild>KonquestGuildManager.getEnemyGuilds(KonquestKingdom kingdom) Gets all guilds which are not in the given kingdom.List<? extends KonquestGuild>KonquestGuildManager.getKingdomGuilds(KonquestKingdom kingdom) Gets all guilds which are in the same kingdom as the given kingdom.Methods in konquest.api.manager with parameters of type KonquestGuildModifier and TypeMethodDescriptionbooleanKonquestGuildManager.isArmistice(KonquestGuild guild1, KonquestGuild guild2) Checks whether the two guilds are in an armistice. -
Uses of KonquestGuild in konquest.api.model
Methods in konquest.api.model with parameters of type KonquestGuildModifier and TypeMethodDescriptionbooleanKonquestGuild.isArmistice(KonquestGuild guild) Checks whether this guild and the given guild are in an armistice.booleanKonquestGuild.isSanction(KonquestGuild guild) Checks whether this guild has sanctioned the given guild.