Uses of Interface
konquest.api.model.KonquestCamp
Packages that use KonquestCamp
Package
Description
Events related to barbarian camps.
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 KonquestCamp in konquest.api.event.camp
Methods in konquest.api.event.camp that return KonquestCampModifier and TypeMethodDescriptionKonquestCampEvent.getCamp()Gets the town associated with the event.Constructors in konquest.api.event.camp with parameters of type KonquestCampModifierConstructorDescriptionKonquestCampCreateEvent(KonquestAPI konquest, KonquestCamp camp, KonquestPlayer player) Default constructorKonquestCampDestroyEvent(KonquestAPI konquest, KonquestCamp camp, KonquestPlayer player, org.bukkit.Location location) Default constructorKonquestCampEvent(KonquestAPI konquest, KonquestCamp camp) Default constructor -
Uses of KonquestCamp in konquest.api.manager
Methods in konquest.api.manager that return KonquestCampModifier and TypeMethodDescriptionKonquestCampManager.getCamp(KonquestOfflinePlayer player) Gets the camp that belongs to a barbarian player.Methods in konquest.api.manager that return types with arguments of type KonquestCampModifier and TypeMethodDescriptionArrayList<? extends KonquestCamp>KonquestCampManager.getCamps()Gets all camps.Methods in konquest.api.manager with parameters of type KonquestCampModifier and TypeMethodDescriptionKonquestCampManager.getCampGroup(KonquestCamp camp) Gets the camp group of the given camp.booleanKonquestCampManager.isCampGrouped(KonquestCamp camp) Checks whether the given camp is part of a camp group (clan). -
Uses of KonquestCamp in konquest.api.model
Methods in konquest.api.model that return types with arguments of type KonquestCampModifier and TypeMethodDescriptionCollection<? extends KonquestCamp>KonquestCampGroup.getCamps()Gets all camps in this camp group.Methods in konquest.api.model with parameters of type KonquestCampModifier and TypeMethodDescriptionbooleanKonquestCampGroup.containsCamp(KonquestCamp camp) Checks whether this camp group contains the given camp instance.