Uses of Class
games.stendhal.server.maps.deathmatch.DeathmatchInfo
Packages that use DeathmatchInfo
Package
Description
Deathmatch: Actions for SpeakerNPCs and internal handling.
-
Uses of DeathmatchInfo in games.stendhal.server.entity.creature
Constructors in games.stendhal.server.entity.creature with parameters of type DeathmatchInfoModifierConstructorDescriptionDeathMatchCreature(Creature copy, DeathmatchInfo deathmatchInfo) DeathCreature.DeathMatchCreature(DeathmatchInfo deathmatchInfo) -
Uses of DeathmatchInfo in games.stendhal.server.maps.deathmatch
Constructors in games.stendhal.server.maps.deathmatch with parameters of type DeathmatchInfoModifierConstructorDescriptionDeathmatchEngine(Player player, DeathmatchInfo deathmatchInfo, EventRaiser raiser) Creates a new ScriptAction to handle the deathmatch logic.DoneAction(DeathmatchInfo deathmatchInfo) StartAction(DeathmatchInfo deathmatchInfo) Creates a new StartAction for the specified deathmatch. -
Uses of DeathmatchInfo in games.stendhal.server.maps.quests
Methods in games.stendhal.server.maps.quests that return DeathmatchInfoModifier and TypeMethodDescriptionAdosDeathmatch.getDeathmatchInfo()Retrieves the `DeathmatchInfo` instance.