Uses of Interface
konquest.api.model.KonquestTerritory
Packages that use KonquestTerritory
Package
Description
The base API package for Konquest.
Events related to all territories.
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 KonquestTerritory in konquest.api
Methods in konquest.api with parameters of type KonquestTerritoryModifier and TypeMethodDescriptionorg.bukkit.ChatColorKonquestAPI.getDisplayPrimaryColor(KonquestOfflinePlayer displayPlayer, KonquestTerritory contextTerritory) Gets the primary display color based on relationships.org.bukkit.ChatColorKonquestAPI.getDisplaySecondaryColor(KonquestOfflinePlayer displayPlayer, KonquestTerritory contextTerritory) Gets the secondary display color based on relationships. -
Uses of KonquestTerritory in konquest.api.event.territory
Methods in konquest.api.event.territory that return KonquestTerritoryModifier and TypeMethodDescriptionKonquestTerritoryChunkEvent.getTerritory()Gets the territory that is being modified.KonquestTerritoryMoveEvent.getTerritoryFrom()Get the territory that the player is moving out of.KonquestTerritoryMoveEvent.getTerritoryTo()Get the territory that the player is moving into.Constructors in konquest.api.event.territory with parameters of type KonquestTerritoryModifierConstructorDescriptionKonquestTerritoryChunkEvent(KonquestAPI konquest, KonquestTerritory territory, org.bukkit.Location location, Set<Point> points, boolean isClaimed) Default constructorKonquestTerritoryMoveEvent(KonquestAPI konquest, KonquestTerritory territoryTo, KonquestTerritory territoryFrom, KonquestPlayer player) Default constructor -
Uses of KonquestTerritory in konquest.api.manager
Methods in konquest.api.manager that return KonquestTerritoryModifier and TypeMethodDescriptionKonquestKingdomManager.getChunkTerritory(org.bukkit.Location loc) Gets the territory at the given location. -
Uses of KonquestTerritory in konquest.api.model
Subinterfaces of KonquestTerritory in konquest.api.modelModifier and TypeInterfaceDescriptioninterfaceA camp with a bed for a single barbarian player.interfaceA capital is a special territory of a kingdom, which contains the monument template structure.interfaceA ruin territory with critical blocks and optional ruin golem spawn points.interfaceA town is a collection of land and has residents, plots and a monument.