Uses of Interface
konquest.api.model.KonquestRuin
Packages that use KonquestRuin
Package
Description
Events related to ruins.
The manager package provides specialized interfaces for specific features in Konquest.
-
Uses of KonquestRuin in konquest.api.event.ruin
Methods in konquest.api.event.ruin that return KonquestRuinModifier and TypeMethodDescriptionKonquestRuinEvent.getRuin()Gets the ruin associated with the event.Constructors in konquest.api.event.ruin with parameters of type KonquestRuinModifierConstructorDescriptionKonquestRuinAttackEvent(KonquestAPI konquest, KonquestRuin ruin, KonquestPlayer attacker, org.bukkit.block.Block block) Default constructorKonquestRuinCaptureEvent(KonquestAPI konquest, KonquestRuin ruin, KonquestPlayer player, List<? extends KonquestPlayer> rewardPlayers) Default constructorKonquestRuinEvent(KonquestAPI konquest, KonquestRuin ruin) Default constructor -
Uses of KonquestRuin in konquest.api.manager
Methods in konquest.api.manager that return KonquestRuinModifier and TypeMethodDescriptionGets a ruin by the given name.Methods in konquest.api.manager that return types with arguments of type KonquestRuinModifier and TypeMethodDescriptionCollection<? extends KonquestRuin>KonquestRuinManager.getRuins()Gets all ruins.Methods in konquest.api.manager with parameters of type KonquestRuinModifier and TypeMethodDescriptionbooleanKonquestRuinManager.isLocInsideRuin(KonquestRuin ruin, org.bukkit.Location loc) Checks whether the given location is inside of the given ruin.