Uses of Class
games.stendhal.server.core.engine.StendhalRPZone
Packages that use StendhalRPZone
Package
Description
the scripting backend.
Entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
Management of Slots.
(C) Copyright 2003-2010 - Stendhal *
*
This program is free software; you can redistribute it and/or modify *
it under the terms of the GNU General Public License as published by *
the Free Software Foundation; either version 2 of the License, or *
(at your option) any later version.
logic for Ados abandoned keep.
logic for Ados backery.
logic for Ados bar.
logic for Ados baracks.
logic for Ados castle.
logic for Ados church.
logic for Ados City.
logic for the coast outside ados.
logic for Ados entwives.
logic for Ados farm house.
logic for Felina's house in Ados.
logic for Ados fishermen's hud.
logic for Ados forest.
logic for Ados gold smith.
logic for Ados haunted house.
logic for Ados library.
logic for the magician house.
logic for Ados market.
logic for Ados meat market.
logic for the area outside Ados city.
logic for Ados rock.
logic for the house of the Ross family in Ados.
logic for Ados seweing room.
logic for Ados swamp.
logic for Ados tavern.
logic for Ados townhall.
logic for Ados tunnel.
logic for the twilight zone.
logic for Ados city wall.
Deathmatch: Actions for SpeakerNPCs and internal handling.
logic for the outside area of Deniran City area.
logic for the area south of Deniran.
Interactive scripts that high level admins can invoke.
-
Uses of StendhalRPZone in games.stendhal.server.core.config
Methods in games.stendhal.server.core.config that return StendhalRPZoneModifier and TypeMethodDescriptionprotected StendhalRPZoneZonesXMLLoader.load(ZonesXMLLoader.ZoneDesc desc, StendhalMapStructure zonedata) Load zone data and create a new zone from it.Methods in games.stendhal.server.core.config with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidZoneConfigurator.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.core.config.zone
Methods in games.stendhal.server.core.config.zone with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidNoItemMove.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidNoMoveTo.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidNoTeleport.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidNoTeleportIn.configureZone(StendhalRPZone zone, Rectangle area) voidNoTeleportIn.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidNoTeleportOut.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidConfiguratorDescriptor.setup(StendhalRPZone zone) Do appropriate zone setup.voidEntitySetupDescriptor.setup(StendhalRPZone zone) Do appropriate zone setup.voidPortalSetupDescriptor.setup(StendhalRPZone zone) Do appropriate zone setup.abstract voidSetupDescriptor.setup(StendhalRPZone zone) Do appropriate zone setup. -
Uses of StendhalRPZone in games.stendhal.server.core.engine
Methods in games.stendhal.server.core.engine that return StendhalRPZoneModifier and TypeMethodDescriptionSpot.getZone()gets the zoneFinds a zone by its id.ZoneAttributes.getZone()Get the zone where these attributes belong to.Find the zone that would contain an entity at global coordinates.Methods in games.stendhal.server.core.engine that return types with arguments of type StendhalRPZoneModifier and TypeMethodDescriptionStendhalRPWorld.getAllZonesFromRegion(String region, Boolean exterior, Boolean aboveGround, Boolean accessible) Retrieves all zones from a specified region with the given flagsMethods in games.stendhal.server.core.engine with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidStendhalRPWorld.addRPZone(String region, StendhalRPZone zone) Adds a zone to a certain region in this worldvoidItemLogger.displace(Player player, PassiveEntity item, StendhalRPZone zone, int oldX, int oldY, int x, int y) voidStendhalRPRuleProcessor.removeZone(StendhalRPZone zone) Removes a zone (like a personalized vault).voidStendhalRPWorld.removeZone(StendhalRPZone toBeRemoved) Constructors in games.stendhal.server.core.engine with parameters of type StendhalRPZoneModifierConstructorDescriptionSpot(StendhalRPZone zone, int x, int y) is a defined place in a zone.StendhalRPZone(String name, StendhalRPZone zone) ZoneAttributes(StendhalRPZone zone) Create new ZoneAttributes. -
Uses of StendhalRPZone in games.stendhal.server.core.events
Methods in games.stendhal.server.core.events with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidMovementListener.beforeMove(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY) Invoked before an entity moves while over the object area.voidMovementListener.onEntered(ActiveEntity entity, StendhalRPZone zone, int newX, int newY) Invoked when an entity enters the object area.voidZoneEnterExitListener.onEntered(RPObject object, StendhalRPZone zone) Invoked when an entity enters the object area.voidMovementListener.onExited(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY) Invoked when an entity leaves the object area.voidZoneEnterExitListener.onExited(RPObject object, StendhalRPZone zone) Invoked when an entity leaves the object area.voidMovementListener.onMoved(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY) Invoked when an entity moves while over the object area. -
Uses of StendhalRPZone in games.stendhal.server.core.pathfinder
Methods in games.stendhal.server.core.pathfinder that return StendhalRPZoneMethods in games.stendhal.server.core.pathfinder that return types with arguments of type StendhalRPZoneMethods in games.stendhal.server.core.pathfinder with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionPath.searchPath(StendhalRPZone zone, int startX, int startY, int destX, int destY, double maxDistance) Find an one tile wide path.Path.searchPath(Entity sourceEntity, StendhalRPZone zone, int x, int y, Rectangle2D destination, double maxDistance, boolean withEntities) Finds a path for the Entityentity.Constructors in games.stendhal.server.core.pathfinder with parameters of type StendhalRPZoneModifierConstructorDescriptionSimplePathfinder(StendhalRPZone zone, int startX, int startY, Rectangle2D destination, double maxDist) Create a newSimplePathfinder. -
Uses of StendhalRPZone in games.stendhal.server.core.rp
Methods in games.stendhal.server.core.rp with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionstatic booleanStendhalRPAction.placeat(StendhalRPZone zone, Entity entity, int x, int y) Places an entity at a specified position in a specified zone.static booleanStendhalRPAction.placeat(StendhalRPZone zone, Entity entity, int x, int y, Shape allowedArea) Places an entity at a specified position in a specified zone.voidWeatherUpdater.updateAndNotify(StendhalRPZone zone, Pair<String, Boolean> weather) Update a zone's weather attribute for debugging, and notify players of the changes. -
Uses of StendhalRPZone in games.stendhal.server.core.scripting
Methods in games.stendhal.server.core.scripting that return StendhalRPZoneModifier and TypeMethodDescriptionRetrieves a zone by string ID.Methods in games.stendhal.server.core.scripting with parameters of type StendhalRPZone -
Uses of StendhalRPZone in games.stendhal.server.entity
Methods in games.stendhal.server.entity that return StendhalRPZoneMethods in games.stendhal.server.entity with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidActiveEntity.onAdded(StendhalRPZone zone) Called when this object is added to a zone.voidEntity.onAdded(StendhalRPZone zone) Called when this object is added to a zone.voidRPEntity.onAdded(StendhalRPZone zone) voidActiveEntity.onRemoved(StendhalRPZone zone) Called when this object is removed from a zone.voidBlood.onRemoved(StendhalRPZone zone) voidEntity.onRemoved(StendhalRPZone zone) Called when this object is being removed from a zone.voidRPEntity.onRemoved(StendhalRPZone zone) -
Uses of StendhalRPZone in games.stendhal.server.entity.creature
Methods in games.stendhal.server.entity.creature that return StendhalRPZoneConstructors in games.stendhal.server.entity.creature with parameters of type StendhalRPZoneModifierConstructorDescriptionCircumstancesOfDeath(RPEntity killer, RPEntity victim, StendhalRPZone zone) -
Uses of StendhalRPZone in games.stendhal.server.entity.item
Methods in games.stendhal.server.entity.item with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidCorpse.onRemoved(StendhalRPZone zone) protected booleanAreaUseItem.onUsedInArea(RPEntity user, StendhalRPZone zone, int x, int y) Inheriting classes can override this to determine action to execute when item is used in correct area.protected booleanMetalDetector.onUsedInArea(RPEntity user, StendhalRPZone zone, int x, int y) protected booleanShovel.onUsedInArea(RPEntity user, StendhalRPZone zone, int x, int y) -
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff
Methods in games.stendhal.server.entity.mapstuff with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidExpirationTrackerConfigurator.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff.area
Methods in games.stendhal.server.entity.mapstuff.area with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidMessagingArea.beforeMove(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY) voidOccupantArea.beforeMove(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY) voidOnePlayerArea.beforeMove(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY) voidAreaEntity.onAdded(StendhalRPZone zone) voidMessagingArea.onAdded(StendhalRPZone zone) Called when this object is added to a zone.voidOccupantArea.onAdded(StendhalRPZone zone) Called when this object is added to a zone.voidOnePlayerArea.onAdded(StendhalRPZone zone) Called when this object is added to a zone.voidMessagingArea.onEntered(ActiveEntity entity, StendhalRPZone zone, int newX, int newY) voidOccupantArea.onEntered(ActiveEntity entity, StendhalRPZone zone, int newX, int newY) Invoked when an entity enters the object area.voidOnePlayerArea.onEntered(ActiveEntity entity, StendhalRPZone zone, int newX, int newY) Invoked when an entity enters the object area.voidMessagingArea.onExited(ActiveEntity entity, StendhalRPZone zone, int newX, int newY) voidOccupantArea.onExited(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY) Invoked when an entity leaves the object area.voidOnePlayerArea.onExited(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY) Invoked when an entity leaves the object area.voidMessagingArea.onMoved(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY) voidOccupantArea.onMoved(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY) Invoked when an entity moves while over the object area.voidOnePlayerArea.onMoved(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY) Invoked when an entity moves while over the object area.voidAreaEntity.onRemoved(StendhalRPZone zone) voidMessagingArea.onRemoved(StendhalRPZone zone) Called when this object is being removed from a zone.voidOccupantArea.onRemoved(StendhalRPZone zone) Called when this object is being removed from a zone.voidOnePlayerArea.onRemoved(StendhalRPZone zone) Called when this object is being removed from a zone. -
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff.block
Methods in games.stendhal.server.entity.mapstuff.block with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBlock.beforeMove(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY) voidBlockTargetZoneConfigurator.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidBlockZoneConfigurator.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidBlock.onAdded(StendhalRPZone zone) voidBlock.onEntered(ActiveEntity entity, StendhalRPZone zone, int newX, int newY) voidBlock.onEntered(RPObject object, StendhalRPZone zone) voidBlock.onExited(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY) voidBlock.onExited(RPObject object, StendhalRPZone zone) voidBlock.onMoved(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY) voidBlock.onRemoved(StendhalRPZone zone) -
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff.chest
Methods in games.stendhal.server.entity.mapstuff.chest with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidStoredChestConfigurator.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidPersonalChest.onRemoved(StendhalRPZone zone) voidStoredChest.onRemoved(StendhalRPZone zone) -
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff.game
Methods in games.stendhal.server.entity.mapstuff.game with parameters of type StendhalRPZoneConstructors in games.stendhal.server.entity.mapstuff.game with parameters of type StendhalRPZoneModifierConstructorDescriptionNineSwitchesGameBoard(StendhalRPZone zone, int x, int y) creates a new NineSwitcheGameBoard. -
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff.office
Methods in games.stendhal.server.entity.mapstuff.office with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidStoredEntityMoveConfigurator.configureZone(StendhalRPZone zone, Map<String, String> attributes) Constructors in games.stendhal.server.entity.mapstuff.office with parameters of type StendhalRPZoneModifierConstructorDescriptionCreates a new ArrestWarrantList.RentedSignList(StendhalRPZone zone, Shape shape) Creates a new RentedSignList.StorableEntityList(StendhalRPZone zone, Shape shape, Class<T> clazz) -
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff.portal
Methods in games.stendhal.server.entity.mapstuff.portal with parameters of type StendhalRPZone -
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff.sound
Methods in games.stendhal.server.entity.mapstuff.sound with parameters of type StendhalRPZone -
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff.spawner
Fields in games.stendhal.server.entity.mapstuff.spawner declared as StendhalRPZoneMethods in games.stendhal.server.entity.mapstuff.spawner that return StendhalRPZoneModifier and TypeMethodDescriptionCreatureRespawnPoint.getZone()return zone where respawn point placedMethods in games.stendhal.server.entity.mapstuff.spawner with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidPassiveEntityRespawnPoint.onAdded(StendhalRPZone zone) voidPassiveEntityRespawnPoint.onRemoved(StendhalRPZone zone) Constructors in games.stendhal.server.entity.mapstuff.spawner with parameters of type StendhalRPZoneModifierConstructorDescriptionCreatureRespawnPoint(StendhalRPZone zone, int x, int y, Creature creature, int maximum) Creates a new RespawnPoint.CreatureRespawnPoint(StendhalRPZone zone, int x, int y, Creature creature, int maximum, Observer observer) Creates a new RespawnPoint. -
Uses of StendhalRPZone in games.stendhal.server.entity.npc
Methods in games.stendhal.server.entity.npc that return StendhalRPZone -
Uses of StendhalRPZone in games.stendhal.server.entity.player
Methods in games.stendhal.server.entity.player with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidJail.configureZone(StendhalRPZone zone, Map<String, String> attributes) booleanPlayer.hasVisitedZone(StendhalRPZone zone) Checks if the player has visited the given zone.voidPlayer.onAdded(StendhalRPZone zone) Called when this object is added to a zone.voidPlayer.onRemoved(StendhalRPZone zone) Called when this object is being removed from a zone.booleanPlayer.teleport(StendhalRPZone zone, int x, int y, Direction dir, Player teleporter) Teleports this player to the given destination. -
Uses of StendhalRPZone in games.stendhal.server.entity.slot
Constructors in games.stendhal.server.entity.slot with parameters of type StendhalRPZoneModifierConstructorDescriptionGroundSlot(StendhalRPZone zone, int x, int y) creates a new GroundSlotGroundSlot(StendhalRPZone zone, Entity item) creates a new GroundSlot with an item. -
Uses of StendhalRPZone in games.stendhal.server.maps
Methods in games.stendhal.server.maps with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidFeaturesTestArea.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidFertileGrounds.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.abandonedkeep
Methods in games.stendhal.server.maps.ados.abandonedkeep with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidDwarfBuyerGuyNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidDwarfWeaponArmorGuyNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidOrcKillGiantDwarfNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidOrcWeaponArmorGuyNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.animal_sanctuary
Methods in games.stendhal.server.maps.ados.animal_sanctuary with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidZoologistNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure the NPC in a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.bakery
Methods in games.stendhal.server.maps.ados.bakery with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBakerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidItemsOnTable.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.bank
Methods in games.stendhal.server.maps.ados.bank with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBankNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.bar
Methods in games.stendhal.server.maps.ados.bar with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBarMaidNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidItemsOnTable.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidItemsOnTableUpstairs.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.barracks
Methods in games.stendhal.server.maps.ados.barracks with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBuyerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.castle
Methods in games.stendhal.server.maps.ados.castle with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidJesterNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.church
Methods in games.stendhal.server.maps.ados.church with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidHealerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidPriestNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidVergerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.city
Methods in games.stendhal.server.maps.ados.city with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidMakeupArtistNPC.buildFidorea(StendhalRPZone zone, int x, int y) creates Fidorea in the specified zonevoidDogNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidFishesNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidForeignWomanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidHolidayingWomanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidKidGhostNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidKidsNPCs.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMakeupArtistNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidManWithHatNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidWallSoldier1NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidWallSoldier2NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidWallSoldier3NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.coast
Methods in games.stendhal.server.maps.ados.coast that return StendhalRPZoneMethods in games.stendhal.server.maps.ados.coast with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidFerryConveyerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.entwives
Methods in games.stendhal.server.maps.ados.entwives with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidEntwifeNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.farmhouse
Methods in games.stendhal.server.maps.ados.farmhouse with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBoyNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidFarmersWifeNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMotherNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.felinashouse
Methods in games.stendhal.server.maps.ados.felinashouse with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidCatSellerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidKittensNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.fishermans_hut
Methods in games.stendhal.server.maps.ados.fishermans_hut with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidFishermanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidTeacherNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.forest
Methods in games.stendhal.server.maps.ados.forest with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidFarmerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidSickleingHalfelfNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.goldsmith
Methods in games.stendhal.server.maps.ados.goldsmith with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGoldsmithNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMithrilForgerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.hauntedhouse
Methods in games.stendhal.server.maps.ados.hauntedhouse with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidWomanGhostNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.library
Methods in games.stendhal.server.maps.ados.library with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidLibrarianNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidWriterNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.magician_house
Methods in games.stendhal.server.maps.ados.magician_house with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidItemsOnTable.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidWizardNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.market
Methods in games.stendhal.server.maps.ados.market with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBBQGrillmasterNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidCafeSellerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) region that this NPC can give information aboutvoidDistilleryCustomerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidFierywaterDistillerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidFishermansDaughterNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidFishSoupMakerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidFoodSellerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidGrocerySellerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidHalfElfNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidOldFishermanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidOracleNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidWeaponryTraderNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidFishermansDaughterNPC.createFishermansDaughterSellingNPC(StendhalRPZone zone) -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.meat_market
Methods in games.stendhal.server.maps.ados.meat_market with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBlacksheepBobNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidBlacksheepHarryNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidBlacksheepJoeNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.outside
Methods in games.stendhal.server.maps.ados.outside with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidAnimalKeeperNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidCloaksCollectorNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMagicianHouseGreeterNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidVeterinarianNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.rock
Methods in games.stendhal.server.maps.ados.rock with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidTadpolesNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidWeaponsCollectorNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.rosshouse
Methods in games.stendhal.server.maps.ados.rosshouse with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidFatherNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidItemsOnTable.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidLittleGirlNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidFatherNPC.createDadNPC(StendhalRPZone zone) voidLittleGirlNPC.createGirlNPC(StendhalRPZone zone) -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.sewingroom
Methods in games.stendhal.server.maps.ados.sewingroom with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidSeamstressNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.snake_pit
Methods in games.stendhal.server.maps.ados.snake_pit with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidPurpleCrystalNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.swamp
Methods in games.stendhal.server.maps.ados.swamp with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidDeathmatchRecruiterNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.tavern
Methods in games.stendhal.server.maps.ados.tavern with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBarMaidNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidBarmanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidItemsOnTable.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.townhall
Methods in games.stendhal.server.maps.ados.townhall with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidClerkNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMayorNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidTaxmanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.tunnel
Methods in games.stendhal.server.maps.ados.tunnel with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidCrulaminNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidWishmanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.twilightzone
Methods in games.stendhal.server.maps.ados.twilightzone with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidSeamstressNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidSlimeCreature.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.wall
Methods in games.stendhal.server.maps.ados.wall with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidDeathmatch.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidGreeterSoldierNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidHolidayingBoyNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidHolidayingManNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidWallSoldier1NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidWallSoldier2NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidWallSoldier3NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidWallSoldier4NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidWallSoldier5NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.amazon.fleamarket
Methods in games.stendhal.server.maps.amazon.fleamarket with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidAmazonMermaidArmorNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.amazon.hut
Methods in games.stendhal.server.maps.amazon.hut with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidJailedBarbNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidPrincessNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.athor.cave
Methods in games.stendhal.server.maps.athor.cave with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGhostNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMinotaurCreature.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.athor.cocktail_bar
Methods in games.stendhal.server.maps.athor.cocktail_bar with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBarmanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.athor.dressingroom_female
Methods in games.stendhal.server.maps.athor.dressingroom_female with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidLifeguardNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.athor.dressingroom_male
Methods in games.stendhal.server.maps.athor.dressingroom_male with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidLifeguardNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.athor.holiday_area
Methods in games.stendhal.server.maps.athor.holiday_area that return StendhalRPZoneMethods in games.stendhal.server.maps.athor.holiday_area with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidDiverNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidFerryConveyerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidHotdogLadyNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidHusbandNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidSwimmerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidTouristFromAdosNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidWalkingWomanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidWifeNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidYanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.athor.labyrinth
Methods in games.stendhal.server.maps.athor.labyrinth with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidMinotaurKingCreature.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.athor.ship
Methods in games.stendhal.server.maps.athor.ship with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidCaptainNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidCargoWorkerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidCoastConveyerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidCookNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidScubaNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.atlantis.cityinside
Methods in games.stendhal.server.maps.atlantis.cityinside with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidPotionsDealerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.atlantis.cityoutside
Methods in games.stendhal.server.maps.atlantis.cityoutside with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGreeterNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidZelanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.deathmatch
Methods in games.stendhal.server.maps.deathmatch that return StendhalRPZoneConstructors in games.stendhal.server.maps.deathmatch with parameters of type StendhalRPZoneModifierConstructorDescriptionDeathmatchInfo(Area arena, StendhalRPZone zone, Spot entrance) Creates a new DeathmatchInfo. -
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.accessoryshop
Methods in games.stendhal.server.maps.deniran.cityinterior.accessoryshop with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidDealerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.bakery
Methods in games.stendhal.server.maps.deniran.cityinterior.bakery with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidChefNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidShopAssistantNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.brelandhouse
Methods in games.stendhal.server.maps.deniran.cityinterior.brelandhouse with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGrandfatherNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidGrandsonNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.castle
Methods in games.stendhal.server.maps.deniran.cityinterior.castle with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidKingNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.dressshop
Methods in games.stendhal.server.maps.deniran.cityinterior.dressshop with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidOutfitLenderNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.library
Methods in games.stendhal.server.maps.deniran.cityinterior.library with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidLibrarianNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.potionsshop
Methods in games.stendhal.server.maps.deniran.cityinterior.potionsshop with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidPotionsDealerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.psychicparlor
Methods in games.stendhal.server.maps.deniran.cityinterior.psychicparlor with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidPsychicNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.tannery
Methods in games.stendhal.server.maps.deniran.cityinterior.tannery with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidTannerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.tinyhouse
Methods in games.stendhal.server.maps.deniran.cityinterior.tinyhouse with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidWizardNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.weaponsshop
Methods in games.stendhal.server.maps.deniran.cityinterior.weaponsshop with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidWeaponDealerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityoutside
Methods in games.stendhal.server.maps.deniran.cityoutside with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidDeniranOldWitchHealerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidDoctorNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidFletcherNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidLittleGirlNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidMuseumCashierNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidOldFartNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.river
Methods in games.stendhal.server.maps.deniran.river with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidAdosArmy.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidBoatNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidBridgePostNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidDeniranArmy.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidPortManagerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.bakery
Methods in games.stendhal.server.maps.fado.bakery with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBakerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.bank
Methods in games.stendhal.server.maps.fado.bank with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidTellerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.church
Methods in games.stendhal.server.maps.fado.church with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidPriestNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidVergerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.city
Methods in games.stendhal.server.maps.fado.city with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGreeterNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidNunNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidRabbitNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidSmallBoyNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.dressingrooms
Methods in games.stendhal.server.maps.fado.dressingrooms with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBrideAssistantNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidGroomAssistantNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.forest
Methods in games.stendhal.server.maps.fado.forest with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBeeKeeperNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidCraftsmanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidGreeterNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidItemsOnTable.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidMeatAndFishSmokerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidOldWitchNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidOldWomanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidWitchNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidWoodCutterNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.hotel
Methods in games.stendhal.server.maps.fado.hotel with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGreeterNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidHotelChefNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidHotelGuestNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidTroublesomeCustomerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.house
Methods in games.stendhal.server.maps.fado.house with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidWomanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.hut
Methods in games.stendhal.server.maps.fado.hut with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBlueCrystalNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidSellerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.tavern
Methods in games.stendhal.server.maps.fado.tavern with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidItemsOnTable.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidMaidNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.weaponshop
Methods in games.stendhal.server.maps.fado.weaponshop with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBuyerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidRingSmithNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.kalavan.castle
Methods in games.stendhal.server.maps.kalavan.castle with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidItemsOnTable.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidKingNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMadScientist1NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMadScientist2NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidPrincessNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidSadScientistNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidSadScientsBrother.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.kalavan.citygardens
Methods in games.stendhal.server.maps.kalavan.citygardens with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidFishermanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidGardenerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidIceCreamSellerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidLittleGirlNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMummyNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidOracleNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.kalavan.cottage
Methods in games.stendhal.server.maps.kalavan.cottage with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidHouseKeeperNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.kalavan.cottage_2
Methods in games.stendhal.server.maps.kalavan.cottage_2 with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidConfectionerApplePieNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidConfectionerCherryPieNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.kalavan.house
Methods in games.stendhal.server.maps.kalavan.house with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidCommonChest.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.kikareukin.islands
Methods in games.stendhal.server.maps.kikareukin.islands with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidAddBalloonListener.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.kirdneh.city
Methods in games.stendhal.server.maps.kirdneh.city with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidFlowerSellerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidGossipNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidKirdnehAnxiousSorceressNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidKirdnehArmorGuyNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidKirdnehFishyMarketNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidLittleGirlNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMummyNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidRopemakerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.kirdneh.inn
Methods in games.stendhal.server.maps.kirdneh.inn with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBarmanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidHealerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidItemsOnTable.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.kirdneh.museum
Methods in games.stendhal.server.maps.kirdneh.museum with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidCuratorNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidItemsOnTable.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidWizardNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.kirdneh.river
Methods in games.stendhal.server.maps.kirdneh.river with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidRetiredTeacherNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.kotoch
Methods in games.stendhal.server.maps.kotoch with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidOrcSamanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidSmithNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.bricabrac
Methods in games.stendhal.server.maps.magic.bricabrac with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBuyerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.city
Methods in games.stendhal.server.maps.magic.city with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGreeterNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidHealerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.clothing_boutique
Methods in games.stendhal.server.maps.magic.clothing_boutique with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidOutfitLender2NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidOutfitLenderNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.house1
Subclasses of StendhalRPZone in games.stendhal.server.maps.magic.house1Methods in games.stendhal.server.maps.magic.house1 with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidChallengerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Constructors in games.stendhal.server.maps.magic.house1 with parameters of type StendhalRPZoneModifierConstructorDescriptionAdventureIsland(String name, StendhalRPZone zone, Player player) creates a new AdventureIslandRemover -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.house2
Methods in games.stendhal.server.maps.magic.house2 with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidWizardNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.school
Methods in games.stendhal.server.maps.magic.school with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGroundskeeperNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidSpidersCreatures.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidTeacherNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.shrine
Methods in games.stendhal.server.maps.magic.shrine with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidPriestessNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.theater
Methods in games.stendhal.server.maps.magic.theater with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidMagicBarmaidNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMithrilShieldForgerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.mithrilbourgh.stores
Methods in games.stendhal.server.maps.mithrilbourgh.stores with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBuyerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.mithrilbourgh.throne_room
Methods in games.stendhal.server.maps.mithrilbourgh.throne_room with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBuyerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.assassinhq
Methods in games.stendhal.server.maps.nalwor.assassinhq with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidChiefFalatheenDishwasherNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidLilJohnnnnyNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidPrincipalNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidSchoolMarmNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.bank
Methods in games.stendhal.server.maps.nalwor.bank with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBankNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.basement
Methods in games.stendhal.server.maps.nalwor.basement with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidArcheryDealerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.city
Methods in games.stendhal.server.maps.nalwor.city with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGuessKillsNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.flowershop
Methods in games.stendhal.server.maps.nalwor.flowershop with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidFlowerGrowerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.forest
Methods in games.stendhal.server.maps.nalwor.forest with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidArcheryRange.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidDojo.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidDojoSellerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidOracleNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidRedCrystalNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.Constructors in games.stendhal.server.maps.nalwor.forest with parameters of type StendhalRPZoneModifierConstructorDescriptionTrainingArea(String slot, StendhalRPZone zone, int x, int y, int width, int height, TrainingArea.TrainerNPC trainer, Point endPos, Point gatePos, Direction entersFrom) Creates a restricted area for training.TrainingArea(String slot, StendhalRPZone zone, Rectangle shape, TrainingArea.TrainerNPC trainer, Point endPos, Point gatePos, Direction entersFrom) Creates a restricted area for training. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.hell
Methods in games.stendhal.server.maps.nalwor.hell with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidCaptiveNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidElementalsNPCs.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidHellFreezer.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidHellTimer.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidReaper2NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidReaperClones.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidReaperNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidHellTimer.onEntered(RPObject object, StendhalRPZone zone) voidHellTimer.onExited(RPObject object, StendhalRPZone zone) -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.postoffice
Methods in games.stendhal.server.maps.nalwor.postoffice with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidPostNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.river
Methods in games.stendhal.server.maps.nalwor.river with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidPinkCrystalNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.royal
Methods in games.stendhal.server.maps.nalwor.royal with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidMayorNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.secretroom
Methods in games.stendhal.server.maps.nalwor.secretroom with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidDarkElvesCreatures.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.tower
Methods in games.stendhal.server.maps.nalwor.tower with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidPrincessNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.tunnel
Methods in games.stendhal.server.maps.nalwor.tunnel with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidDiscipleAssassinCreature.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidDrowCreatures.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidThingCreature.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.weaponshop
Methods in games.stendhal.server.maps.nalwor.weaponshop with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBuyerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.northpole
Subclasses of StendhalRPZone in games.stendhal.server.maps.northpoleMethods in games.stendhal.server.maps.northpole with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidJollyOldManAtNorthpoleNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.Constructors in games.stendhal.server.maps.northpole with parameters of type StendhalRPZoneModifierConstructorDescriptionNorthpole(String name, StendhalRPZone zone, Player player) creates a new NorthpoleIslandRemover -
Uses of StendhalRPZone in games.stendhal.server.maps.orril.bridge
Methods in games.stendhal.server.maps.orril.bridge with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGuardNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.orril.castle
Methods in games.stendhal.server.maps.orril.castle with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidDemonSkeletonCreature.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidGreenDragonCreature.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.orril.constantines
Methods in games.stendhal.server.maps.orril.constantines with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGuardBarracksNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidGuardEntranceNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidLibrarianNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.orril.constantines_villa
Methods in games.stendhal.server.maps.orril.constantines_villa with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGuardBarracksNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidGuardEntranceNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidLibrarianNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.orril.dungeon
Methods in games.stendhal.server.maps.orril.dungeon with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidDarkElfNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidGhostNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMithrilbourghTraitorNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidRatChild1NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidRatChild2NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidRatChildBoy1NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidRatChildBoy2NPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.orril.dwarfmine
Methods in games.stendhal.server.maps.orril.dwarfmine with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBlacksmithNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidIronBuyerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.orril.magician_house
Methods in games.stendhal.server.maps.orril.magician_house with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidWitchNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.orril.river
Methods in games.stendhal.server.maps.orril.river with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidCampingGirlNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidGoldProspectorNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.quests
Fields in games.stendhal.server.maps.quests declared as StendhalRPZoneConstructors in games.stendhal.server.maps.quests with parameters of type StendhalRPZone -
Uses of StendhalRPZone in games.stendhal.server.maps.quests.allotment
Methods in games.stendhal.server.maps.quests.allotment with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidAllotmentLessorNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.quests.houses
Methods in games.stendhal.server.maps.quests.houses with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidHouseBuyingMain.createAdosNPC(StendhalRPZone zone) The NPC for Ados Houses.voidHouseBuyingMain.createAthorNPC(StendhalRPZone zone) The NPC for Athor Apartments.voidHouseBuyingMain.createKalavanNPC(StendhalRPZone zone) The NPC for Kalavan Houses.voidHouseBuyingMain.createKirdnehNPC(StendhalRPZone zone) The NPC for Kirdneh Houses. -
Uses of StendhalRPZone in games.stendhal.server.maps.quests.maze
Methods in games.stendhal.server.maps.quests.maze that return StendhalRPZoneModifier and TypeMethodDescriptionMazeGenerator.getZone()Get the zone generated by this maze instance. -
Uses of StendhalRPZone in games.stendhal.server.maps.quests.revivalweeks
Constructors in games.stendhal.server.maps.quests.revivalweeks with parameters of type StendhalRPZoneModifierConstructorDescriptionPhotographerChatAction(StendhalRPZone zone, String questSlot) creates a PhotographerChatAction -
Uses of StendhalRPZone in games.stendhal.server.maps.ratcity.bakery
Methods in games.stendhal.server.maps.ratcity.bakery with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidRatChefNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ratcity.house1
Methods in games.stendhal.server.maps.ratcity.house1 with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidOldRatWomanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.sedah.gatehouse
Methods in games.stendhal.server.maps.sedah.gatehouse with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGateKeeperNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.sedah.house
Methods in games.stendhal.server.maps.sedah.house with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidWannaBeKingNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.sedah.storage
Methods in games.stendhal.server.maps.sedah.storage with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidStorageNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.apothecary_cabin
Methods in games.stendhal.server.maps.semos.apothecary_cabin with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidLabEntrancePortal.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.apothecary_lab
Methods in games.stendhal.server.maps.semos.apothecary_lab with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidApothecaryNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidLabExitPortal.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidVialOnTable.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.bakery
Methods in games.stendhal.server.maps.semos.bakery with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidChefNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidItemsOnTable.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidShopAssistantNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.bank
Subclasses of StendhalRPZone in games.stendhal.server.maps.semos.bankMethods in games.stendhal.server.maps.semos.bank with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidCustomerAdvisorNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Constructors in games.stendhal.server.maps.semos.bank with parameters of type StendhalRPZoneModifierConstructorDescriptionVault(String name, StendhalRPZone zone, Player player) VaultRemover(StendhalRPZone zone) creates a new VaultRemover -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.blacksmith
Methods in games.stendhal.server.maps.semos.blacksmith with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBlacksmithAssistantNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidBlacksmithNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.canyon
Methods in games.stendhal.server.maps.semos.canyon with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidTollboothNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.catacombs
Methods in games.stendhal.server.maps.semos.catacombs with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidVampireLordCreature.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.caves
Methods in games.stendhal.server.maps.semos.caves with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBabyDragonSellerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.city
Methods in games.stendhal.server.maps.semos.city with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidDragonKeeperNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidGossipNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidGreeterNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidHealerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidMagicTeacherNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidOracleNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidPuppyNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidRetireeNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidRudolphNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidSheepBuyerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidSignLessorNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.dungeon
Methods in games.stendhal.server.maps.semos.dungeon with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidSheepBuyerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.gnomevillage
Methods in games.stendhal.server.maps.semos.gnomevillage with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGarbiddleNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.guardhouse
Methods in games.stendhal.server.maps.semos.guardhouse with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidRetiredAdventurerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.hostel
Methods in games.stendhal.server.maps.semos.hostel with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBoyNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidKidsNPCs.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.house
Methods in games.stendhal.server.maps.semos.house with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidAdminHelpNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidFlowerSellerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidSpiritTrapperNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.jail
Methods in games.stendhal.server.maps.semos.jail with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGuardNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidInmateNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidJailKeeperNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.kanmararn
Methods in games.stendhal.server.maps.semos.kanmararn with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidCowardSoldierNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidDuergarKingCreature.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidDwarfGuardNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidSergeantNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.library
Methods in games.stendhal.server.maps.semos.library with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidHistorianGeographerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidLibrarianNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.mines
Methods in games.stendhal.server.maps.semos.mines with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidDwarfGuardianNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidHighPriestNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMinerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.mountain
Methods in games.stendhal.server.maps.semos.mountain with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBefuddledSorcerorNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidYellowCrystalNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.pad
Methods in games.stendhal.server.maps.semos.pad with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidDealerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.plains
Methods in games.stendhal.server.maps.semos.plains with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidAddPostmanListener.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidButterfliesNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidExperiencedWarriorNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidHoeingManNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidLittleBoyNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMillerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.road
Methods in games.stendhal.server.maps.semos.road with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBoyGuardianNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.storage
Methods in games.stendhal.server.maps.semos.storage with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidHousewifeNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.tavern
Methods in games.stendhal.server.maps.semos.tavern with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBarMaidNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidBowAndArrowSellerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidDiceDealerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidRareWeaponsSellerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidStichardRallmanNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidTraderNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.tavern.market
Methods in games.stendhal.server.maps.semos.tavern.market with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidTradeCenterZoneConfigurator.configureZone(StendhalRPZone zone, Map<String, String> attributes) static MarketTradeCenterZoneConfigurator.getShopFromZone(StendhalRPZone zone) -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.temple
Methods in games.stendhal.server.maps.semos.temple with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidHealerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidTelepathNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.townhall
Methods in games.stendhal.server.maps.semos.townhall with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidCadetsNPCs.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidDecencyAndMannersWardenNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidLeaderNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMayorNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.village
Methods in games.stendhal.server.maps.semos.village with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidFightTrainingNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidRatsCreatures.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidSheepSellerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.wizardstower
Methods in games.stendhal.server.maps.semos.wizardstower with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBlackDeathWizardNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidBlueArchmageNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidBlueIceSorceressNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidFifthFloorCreatures.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidFirstFloorCreatures.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidFourthFloorCreatures.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidGreenNatureWizardNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidOrientalAirWizardNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidRedDemonLordNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidRedFireWizardNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidSecondFloorCreatures.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidSixthFloorCreatures.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidThirdFloorCreatures.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidWhiteLifeSorceressNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidWizardsGuardStatueNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) voidWizardsGuardStatueSpireNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.yeticave
Methods in games.stendhal.server.maps.semos.yeticave with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidMrsYetiNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidMrYetiNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.wofol.bakery
Methods in games.stendhal.server.maps.wofol.bakery with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBakerNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.wofol.bar
Methods in games.stendhal.server.maps.wofol.bar with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidKoboldBarmaidNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.voidKoboldBarRegularNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.wofol.blacksmith
Methods in games.stendhal.server.maps.wofol.blacksmith with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidBlacksmithNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.wofol.house4
Methods in games.stendhal.server.maps.wofol.house4 with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidTraderNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.wofol.house5
Methods in games.stendhal.server.maps.wofol.house5 with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidGhostNPC.configureZone(StendhalRPZone zone, Map<String, String> attributes) Configures a zone. -
Uses of StendhalRPZone in games.stendhal.server.script
Methods in games.stendhal.server.script with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionvoidAdosWildlifeRaid.createSheep(StendhalRPZone zone) Creates a sheep for the Orcs to targetvoidAdosWildlifeRaid.createSoldier(StendhalRPZone zone, String name, int x, int y) Creates a soldiervoidAdosWildlifeRaid.createSoldiers(StendhalRPZone zone) Creates three soldiers to block the entrance -
Uses of StendhalRPZone in games.stendhal.server.util
Methods in games.stendhal.server.util that return StendhalRPZoneMethods in games.stendhal.server.util with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionstatic EntityEntityHelper.entityFromZoneByID(int objectId, StendhalRPZone zone) Returns an entity reference by an objectId in a zone.Constructors in games.stendhal.server.util with parameters of type StendhalRPZoneModifierConstructorDescriptionArea(StendhalRPZone zone, int x, int y, int width, int height) Creates a new Area.Area(StendhalRPZone zone, Rectangle2D shape) Creates a new Area. -
Uses of StendhalRPZone in utilities
Fields in utilities declared as StendhalRPZoneModifier and TypeFieldDescriptionprotected StendhalRPZoneLuaTestHelper.zoneprotected StendhalRPZoneZoneAndPlayerTestImpl.zoneZone used in the test.Methods in utilities that return StendhalRPZoneModifier and TypeMethodDescriptionstatic StendhalRPZoneCreates zone and adds it to RPWorld.static StendhalRPZoneCreates zone and adds it to RPWorld.Methods in utilities with parameters of type StendhalRPZoneModifier and TypeMethodDescriptionstatic voidPlayerTestHelper.registerPlayer(Player player, StendhalRPZone zone) Register a player in rule processor, world and zone.static voidPlayerTestHelper.removePlayer(String playerName, StendhalRPZone zone) Remove a player from rule processor, world and zone.static voidPlayerTestHelper.unregisterPlayer(Player player, StendhalRPZone zone) Remove a player from rule processor, world and zone.