Uses of Class
games.stendhal.server.entity.mapstuff.spawner.CreatureRespawnPoint
Packages that use CreatureRespawnPoint
Package
Description
-
Uses of CreatureRespawnPoint in games.stendhal.server.core.engine
Methods in games.stendhal.server.core.engine that return types with arguments of type CreatureRespawnPointMethods in games.stendhal.server.core.engine with parameters of type CreatureRespawnPointModifier and TypeMethodDescriptionvoidStendhalRPZone.add(CreatureRespawnPoint point) Add a creature respawn point to the zone.voidStendhalRPZone.remove(CreatureRespawnPoint point) Remove a creature respawn point from the zone. -
Uses of CreatureRespawnPoint in games.stendhal.server.entity.creature
Methods in games.stendhal.server.entity.creature that return CreatureRespawnPointModifier and TypeMethodDescriptionCreature.getRespawnPoint()gets the respan point of this createMethods in games.stendhal.server.entity.creature with parameters of type CreatureRespawnPoint -
Uses of CreatureRespawnPoint in games.stendhal.server.util
Methods in games.stendhal.server.util with parameters of type CreatureRespawnPointModifier and TypeMethodDescriptionbooleanArea.contains(CreatureRespawnPoint point) Checks whether a respawn point is within this area.