Uses of Interface
konquest.api.model.KonquestOfflinePlayer
Packages that use KonquestOfflinePlayer
Package
Description
The base API package for Konquest.
Events related to players.
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 KonquestOfflinePlayer in konquest.api
Methods in konquest.api with parameters of type KonquestOfflinePlayerModifier and TypeMethodDescriptionorg.bukkit.ChatColorKonquestAPI.getDisplayPrimaryColor(KonquestOfflinePlayer displayPlayer, KonquestOfflinePlayer contextPlayer) Gets the primary display color based on relationships.org.bukkit.ChatColorKonquestAPI.getDisplayPrimaryColor(KonquestOfflinePlayer displayPlayer, KonquestTerritory contextTerritory) Gets the primary display color based on relationships.org.bukkit.ChatColorKonquestAPI.getDisplaySecondaryColor(KonquestOfflinePlayer displayPlayer, KonquestOfflinePlayer contextPlayer) Gets the secondary display color based on relationships.org.bukkit.ChatColorKonquestAPI.getDisplaySecondaryColor(KonquestOfflinePlayer displayPlayer, KonquestTerritory contextTerritory) Gets the secondary display color based on relationships. -
Uses of KonquestOfflinePlayer in konquest.api.event.player
Methods in konquest.api.event.player that return KonquestOfflinePlayerModifier and TypeMethodDescriptionKonquestPlayerExileEvent.getPlayer()Gets the player that is being exiled.Constructors in konquest.api.event.player with parameters of type KonquestOfflinePlayerModifierConstructorDescriptionKonquestPlayerExileEvent(KonquestAPI konquest, KonquestOfflinePlayer offlinePlayer, KonquestKingdom oldKingdom) Default constructor -
Uses of KonquestOfflinePlayer in konquest.api.manager
Methods in konquest.api.manager that return KonquestOfflinePlayerModifier and TypeMethodDescriptionKonquestPlayerManager.getOfflinePlayer(org.bukkit.OfflinePlayer offlineBukkitPlayer) Gets a Konquest offline player object from the given Bukkit OfflinePlayer.KonquestPlayerManager.getOfflinePlayerFromID(UUID id) Gets a Konquest offline player object from the given UUID.KonquestPlayerManager.getOfflinePlayerFromName(String displayName) Gets a Konquest offline player object from the given name.Methods in konquest.api.manager that return types with arguments of type KonquestOfflinePlayerModifier and TypeMethodDescriptionCollection<? extends KonquestOfflinePlayer>KonquestPlayerManager.getAllKonquestOfflinePlayers()Gets all of Konquest's OfflinePlayers from the Konquest player database.ArrayList<? extends KonquestOfflinePlayer>KonquestPlayerManager.getAllPlayersInKingdom(String kingdomName) Gets all of the players that are members of the given kingdom name.ArrayList<? extends KonquestOfflinePlayer>KonquestPlayerManager.getAllPlayersInKingdom(KonquestKingdom kingdom) Gets all of the players that are members of the given kingdom object.Methods in konquest.api.manager with parameters of type KonquestOfflinePlayerModifier and TypeMethodDescriptionintKonquestKingdomManager.assignOfflinePlayerKingdom(KonquestOfflinePlayer offlinePlayer, String kingdomName, boolean force) Assign an offline player to a kingdom.booleanKonquestKingdomManager.exileOfflinePlayer(KonquestOfflinePlayer offlinePlayer, boolean isFull) Forcibly exiles an offline player by updating their database information.KonquestCampManager.getCamp(KonquestOfflinePlayer player) Gets the camp that belongs to a barbarian player.List<? extends KonquestTown>KonquestKingdomManager.getPlayerKnightTowns(KonquestOfflinePlayer player) Gets the towns which the given player is a knight of.List<? extends KonquestTown>KonquestKingdomManager.getPlayerLordshipTowns(KonquestOfflinePlayer player) Gets the towns which the given player is the lord of.List<? extends KonquestTown>KonquestKingdomManager.getPlayerResidenceTowns(KonquestOfflinePlayer player) Gets the towns which the given player is a resident of.booleanKonquestGuildManager.isArmistice(KonquestOfflinePlayer player1, KonquestOfflinePlayer player2) Checks whether the two players' guilds are in an armistice.booleanKonquestGuildManager.isArmistice(KonquestOfflinePlayer player1, KonquestTown town2) Checks whether the player's guild is in an armistice with the town.booleanKonquestCampManager.isCampSet(KonquestOfflinePlayer player) Checks if the given player has a camp set up, and is a barbarian.booleanKonquestCampManager.removeCamp(KonquestOfflinePlayer player) Remove a camp territory and break the bed inside. -
Uses of KonquestOfflinePlayer in konquest.api.model
Subinterfaces of KonquestOfflinePlayer in konquest.api.modelModifier and TypeInterfaceDescriptioninterfaceRepresents an online player in Konquest.