Package games.stendhal.server.entity
package games.stendhal.server.entity
Entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
-
ClassDescriptionAn entity that has speed and direction.Represents a blood puddle that is left on the ground after an entity was injured or killed.Defines an entity whose appearance (outfit) can be changed.A utility class for creating entities using ConfigurableFactory.An entity that has speed/direction and is guided via a Path.A data structure that represents the outfit of an RPEntity.An entity that doesn't move on it's own, but can be moved.Wrapper for java Observable object.Handles the RPClass registration.