Uses of Interface
konquest.api.model.KonquestKingdom
Packages that use KonquestKingdom
Package
Description
The base API package for Konquest.
Events related to players.
Events related to towns.
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 KonquestKingdom in konquest.api
Methods in konquest.api with parameters of type KonquestKingdomModifier and TypeMethodDescriptionorg.bukkit.ChatColorKonquestAPI.getDisplayKingdomColor(KonquestKingdom displayKingdom, KonquestKingdom contextKingdom) Gets the kingdom display color based on relationships. -
Uses of KonquestKingdom in konquest.api.event.player
Methods in konquest.api.event.player that return KonquestKingdomModifier and TypeMethodDescriptionKonquestPlayerSettleEvent.getKingdom()A convenience method to get the kingdom of the player settling the new town.KonquestPlayerKingdomEvent.getNewKingdom()Gets the kingdom that the player is changing toKonquestPlayerExileEvent.getOldKingdom()Gets the kingdom that the player is leavingKonquestPlayerKingdomEvent.getOldKingdom()Gets the kingdom that the player is leavingConstructors in konquest.api.event.player with parameters of type KonquestKingdomModifierConstructorDescriptionKonquestPlayerExileEvent(KonquestAPI konquest, KonquestOfflinePlayer offlinePlayer, KonquestKingdom oldKingdom) Default constructorKonquestPlayerKingdomEvent(KonquestAPI konquest, KonquestPlayer player, KonquestKingdom newKingdom, KonquestKingdom oldKingdom) Default constructorKonquestPlayerSettleEvent(KonquestAPI konquest, KonquestPlayer player, KonquestKingdom kingdom, org.bukkit.Location location, String name) Default constructor -
Uses of KonquestKingdom in konquest.api.event.town
Methods in konquest.api.event.town that return KonquestKingdomModifier and TypeMethodDescriptionKonquestTownSettleEvent.getKingdom()Gets the kingdom of the new town.KonquestTownCaptureEvent.getNewKingdom()Gets the new kingdom that will control the town when it is captured.Constructors in konquest.api.event.town with parameters of type KonquestKingdomModifierConstructorDescriptionKonquestTownCaptureEvent(KonquestAPI konquest, KonquestTown town, KonquestPlayer player, KonquestKingdom newKingdom) Default constructorKonquestTownSettleEvent(KonquestAPI konquest, KonquestTown town, KonquestPlayer player, KonquestKingdom kingdom) Default constructor -
Uses of KonquestKingdom in konquest.api.manager
Methods in konquest.api.manager that return KonquestKingdomModifier and TypeMethodDescriptionKonquestKingdomManager.getBarbarians()Gets the barbarians kingdom.KonquestKingdomManager.getKingdom(String name) Gets a kingdom by name.KonquestKingdomManager.getNeutrals()Gets the neutrals kingdom.Methods in konquest.api.manager that return types with arguments of type KonquestKingdomModifier and TypeMethodDescriptionArrayList<? extends KonquestKingdom>KonquestKingdomManager.getKingdoms()Gets a list of all kingdoms.Methods in konquest.api.manager with parameters of type KonquestKingdomModifier and TypeMethodDescriptionCollection<org.bukkit.OfflinePlayer>KonquestPlayerManager.getAllBukkitPlayersInKingdom(KonquestKingdom kingdom) Gets all of the Bukkit players that are members of the given kingdom object.ArrayList<? extends KonquestOfflinePlayer>KonquestPlayerManager.getAllPlayersInKingdom(KonquestKingdom kingdom) Gets all of the players that are members of the given kingdom object.Collection<org.bukkit.entity.Player>KonquestPlayerManager.getBukkitPlayersInKingdom(KonquestKingdom kingdom) Gets the Bukkit players currently online that are members of the given kingdom object.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.ArrayList<? extends KonquestPlayer>KonquestPlayerManager.getPlayersInKingdom(KonquestKingdom kingdom) Gets the players currently online that are members of the given kingdom object. -
Uses of KonquestKingdom in konquest.api.model
Methods in konquest.api.model that return KonquestKingdomModifier and TypeMethodDescriptionKonquestOfflinePlayer.getExileKingdom()Get the player's exile kingdom.KonquestGuild.getKingdom()Gets the kingdom of this guild.KonquestOfflinePlayer.getKingdom()Get the player's current kingdom.KonquestTerritory.getKingdom()Gets the territory's kingdom.