Uses of Class
konquest.api.event.KonquestEvent
Packages that use KonquestEvent
Package
Description
Events related to barbarian camps.
Events related to players.
Events related to ruins.
Events related to all territories.
Events related to towns.
-
Uses of KonquestEvent in konquest.api.event.camp
Subclasses of KonquestEvent in konquest.api.event.campModifier and TypeClassDescriptionclassCalled when a new camp is created by a barbarian player.classCalled before a player breaks a camp's bed to destroy it.classThe base camp event. -
Uses of KonquestEvent in konquest.api.event.player
Subclasses of KonquestEvent in konquest.api.event.playerModifier and TypeClassDescriptionclassCalled before a barbarian player places a bed in the wild to create their camp.classCalled when a player is attacked by another player.classThe base player event.classCalled before the given player has been exiled from their current kingdom and made into a barbarian.classCalled before the given player has been assigned to the given kingdom.classCalled after a player changes their accomplishment prefix.classCalled before a player settles a new town using the "/k settle" command. -
Uses of KonquestEvent in konquest.api.event.ruin
Subclasses of KonquestEvent in konquest.api.event.ruinModifier and TypeClassDescriptionclassCalled when a player breaks a critical block within a ruin, but beforeKonquestRuinCaptureEventclassCalled before a player captures a ruin, but afterKonquestRuinAttackEventclassThe base ruin event. -
Uses of KonquestEvent in konquest.api.event.territory
Subclasses of KonquestEvent in konquest.api.event.territoryModifier and TypeClassDescriptionclassRepresents a generic change of a territory's land chunk.classCalled before a player enters or leaves a territory. -
Uses of KonquestEvent in konquest.api.event.town
Subclasses of KonquestEvent in konquest.api.event.townModifier and TypeClassDescriptionclassCalled when an enemy player breaks a block within a town.classCalled before an enemy player captures a town for their own kingdom.classCalled before a barbarian player destroys a town by breaking its final critical block.classThe base town event.classCalled when a new town is settled by a player.