Uses of Class
games.stendhal.server.entity.GuidedEntity
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 GuidedEntity in games.stendhal.server.core.pathfinder
Modifier and TypeMethodDescriptionvoid
EntityGuide.faceNext(GuidedEntity entity)
Turn the entity face the next node on the path.boolean
EntityGuide.followPath(GuidedEntity entity)
void
EntityGuide.guideMe(GuidedEntity ge)
ModifierConstructorDescriptionGoToPosition(GuidedEntity entity, Node position, Observer o)
ConstructorMultiZonesFixedPath(GuidedEntity entity, List<RPZonePath> rt, Observer o)
constructor -
Uses of GuidedEntity in games.stendhal.server.core.scripting
-
Uses of GuidedEntity in games.stendhal.server.entity
Modifier and TypeClassDescriptionclass
Defines an entity whose appearance (outfit) can be changed.class
-
Uses of GuidedEntity in games.stendhal.server.entity.creature
Modifier and TypeClassDescriptionclass
An creature that will only target enemies which are within a specified area.class
A creature that will be attacked by normal Creatures.class
A baby dragon is a domestic animal that can be owned by a player.class
A cat is a domestic animal that can be owned by a player.class
Server-side representation of a creature.class
A creature that will give no XP to killers.class
A domestic animal can be owned by a player;class
An ItemChangeGuardCreature is a creature that is responsible for guarding a special item (e.g.class
An ItemGuardCreature is a creature that is responsible for guarding a special item (e.g.class
A pet is a domestic animal that can be owned by a player.class
A purple dragon is a domestic animal that can be owned by a player.class
A Raid creature is a creature that doesn't make players killed by it to lose any XP, ATK or DEF.class
-
Uses of GuidedEntity in games.stendhal.server.entity.npc
Modifier and TypeClassDescriptionclass
Simple entity used in spectacles.class
class
Base class for ghost NPCs.class
class
class
Base class for rat kid NPCs.class
A stripped down SpeakerNPC that does not interact with playersclass
This is a finite state machine that implements a chat system.class
An entity that can be used for training a player's ATK & RATK stats. -
Uses of GuidedEntity in games.stendhal.server.entity.player
-
Uses of GuidedEntity in games.stendhal.server.maps.nalwor.forest
Modifier and TypeClassDescriptionclass
static class
NPC class that manages access to training area. -
Uses of GuidedEntity in games.stendhal.server.maps.semos.city
-
Uses of GuidedEntity in games.stendhal.server.maps.semos.tavern.market