Uses of Class
games.stendhal.server.entity.CombatEntity
Packages that use CombatEntity
Package
Description
the scripting backend.
Entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
-
Uses of CombatEntity in games.stendhal.server.core.scripting
Subclasses of CombatEntity in games.stendhal.server.core.scripting -
Uses of CombatEntity in games.stendhal.server.entity
Subclasses of CombatEntity in games.stendhal.server.entityModifier and TypeClassDescriptionclassDefines an entity whose appearance (outfit) can be changed.classFields in games.stendhal.server.entity with type parameters of type CombatEntityModifier and TypeFieldDescriptionprotected final Map<CombatEntity,Integer> CombatEntity.enemiesThatGiveFightXPMaps each enemy which has recently damaged this entity to the turn when the last damage has occurred.Methods in games.stendhal.server.entity with parameters of type CombatEntityModifier and TypeMethodDescriptionbooleanCombatEntity.getsAtkXpFrom(CombatEntity defender) Checks if this entity should get ATK XP.booleanCombatEntity.getsDefXpFrom(CombatEntity attacker, boolean damaged) Checks if this entity should get DEF XP.booleanCombatEntity.recentlyDamagedBy(CombatEntity opponent) Checks if entity qualifies to receive combat XP. -
Uses of CombatEntity in games.stendhal.server.entity.creature
Subclasses of CombatEntity in games.stendhal.server.entity.creatureModifier and TypeClassDescriptionclassAn creature that will only target enemies which are within a specified area.classA creature that will be attacked by normal Creatures.classA baby dragon is a domestic animal that can be owned by a player.classA cat is a domestic animal that can be owned by a player.classServer-side representation of a creature.classA creature that will give no XP to killers.classA domestic animal can be owned by a player;classAn ItemChangeGuardCreature is a creature that is responsible for guarding a special item (e.g.classAn ItemGuardCreature is a creature that is responsible for guarding a special item (e.g.classA pet is a domestic animal that can be owned by a player.classA purple dragon is a domestic animal that can be owned by a player.classA Raid creature is a creature that doesn't make players killed by it to lose any XP, ATK or DEF.class -
Uses of CombatEntity in games.stendhal.server.entity.npc
Subclasses of CombatEntity in games.stendhal.server.entity.npcModifier and TypeClassDescriptionclassSimple entity used in spectacles.classclassclassBase class for ghost NPCs.classclassclassBase class for rat kid NPCs.classA stripped down SpeakerNPC that does not interact with playersclassThis is a finite state machine that implements a chat system.classAn entity that can be used for training a player's ATK & RATK stats. -
Uses of CombatEntity in games.stendhal.server.entity.player
Subclasses of CombatEntity in games.stendhal.server.entity.player -
Uses of CombatEntity in games.stendhal.server.maps.nalwor.forest
Subclasses of CombatEntity in games.stendhal.server.maps.nalwor.forestModifier and TypeClassDescriptionclassstatic classNPC class that manages access to training area. -
Uses of CombatEntity in games.stendhal.server.maps.quests.a_grandfathers_wish
Subclasses of CombatEntity in games.stendhal.server.maps.quests.a_grandfathers_wish -
Uses of CombatEntity in games.stendhal.server.maps.semos.city
Subclasses of CombatEntity in games.stendhal.server.maps.semos.city -
Uses of CombatEntity in games.stendhal.server.maps.semos.tavern.market
Subclasses of CombatEntity in games.stendhal.server.maps.semos.tavern.market