Uses of Class
games.stendhal.server.core.engine.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
Modifier and TypeMethodDescriptionprotected StendhalRPZone
ZonesXMLLoader.load(ZonesXMLLoader.ZoneDesc desc, StendhalMapStructure zonedata)
Load zone data and create a new zone from it.Modifier and TypeMethodDescriptionvoid
ZoneConfigurator.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.core.config.zone
Modifier and TypeMethodDescriptionvoid
NoItemMove.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
NoMoveTo.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
NoTeleport.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
NoTeleportIn.configureZone(StendhalRPZone zone, Rectangle area)
void
NoTeleportIn.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
NoTeleportOut.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
ConfiguratorDescriptor.setup(StendhalRPZone zone)
Do appropriate zone setup.void
EntitySetupDescriptor.setup(StendhalRPZone zone)
Do appropriate zone setup.void
PortalSetupDescriptor.setup(StendhalRPZone zone)
Do appropriate zone setup.abstract void
SetupDescriptor.setup(StendhalRPZone zone)
Do appropriate zone setup. -
Uses of StendhalRPZone in games.stendhal.server.core.engine
Modifier 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.Modifier and TypeMethodDescriptionStendhalRPWorld.getAllZonesFromRegion(String region, Boolean exterior, Boolean aboveGround, Boolean accessible)
Retrieves all zones from a specified region with the given flagsModifier and TypeMethodDescriptionvoid
StendhalRPWorld.addRPZone(String region, StendhalRPZone zone)
Adds a zone to a certain region in this worldvoid
ItemLogger.displace(Player player, PassiveEntity item, StendhalRPZone zone, int oldX, int oldY, int x, int y)
void
StendhalRPRuleProcessor.removeZone(StendhalRPZone zone)
Removes a zone (like a personalized vault).void
StendhalRPWorld.removeZone(StendhalRPZone toBeRemoved)
ModifierConstructorDescriptionSpot(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
Modifier and TypeMethodDescriptionvoid
MovementListener.beforeMove(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY)
Invoked before an entity moves while over the object area.void
MovementListener.onEntered(ActiveEntity entity, StendhalRPZone zone, int newX, int newY)
Invoked when an entity enters the object area.void
ZoneEnterExitListener.onEntered(RPObject object, StendhalRPZone zone)
Invoked when an entity enters the object area.void
MovementListener.onExited(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY)
Invoked when an entity leaves the object area.void
ZoneEnterExitListener.onExited(RPObject object, StendhalRPZone zone)
Invoked when an entity leaves the object area.void
MovementListener.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
Modifier 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
.ModifierConstructorDescriptionSimplePathfinder(StendhalRPZone zone, int startX, int startY, Rectangle2D destination, double maxDist)
Create a newSimplePathfinder
. -
Uses of StendhalRPZone in games.stendhal.server.core.rp
Modifier and TypeMethodDescriptionstatic boolean
StendhalRPAction.placeat(StendhalRPZone zone, Entity entity, int x, int y)
Places an entity at a specified position in a specified zone.static boolean
StendhalRPAction.placeat(StendhalRPZone zone, Entity entity, int x, int y, Shape allowedArea)
Places an entity at a specified position in a specified zone. -
Uses of StendhalRPZone in games.stendhal.server.core.scripting
Modifier and TypeMethodDescriptionRetrieves a zone by string ID. -
Uses of StendhalRPZone in games.stendhal.server.entity
Modifier and TypeMethodDescriptionvoid
ActiveEntity.onAdded(StendhalRPZone zone)
Called when this object is added to a zone.void
Entity.onAdded(StendhalRPZone zone)
Called when this object is added to a zone.void
RPEntity.onAdded(StendhalRPZone zone)
void
ActiveEntity.onRemoved(StendhalRPZone zone)
Called when this object is removed from a zone.void
Blood.onRemoved(StendhalRPZone zone)
void
Entity.onRemoved(StendhalRPZone zone)
Called when this object is being removed from a zone.void
RPEntity.onRemoved(StendhalRPZone zone)
-
Uses of StendhalRPZone in games.stendhal.server.entity.creature
ModifierConstructorDescriptionCircumstancesOfDeath(RPEntity killer, RPEntity victim, StendhalRPZone zone)
-
Uses of StendhalRPZone in games.stendhal.server.entity.item
Modifier and TypeMethodDescriptionvoid
Corpse.onRemoved(StendhalRPZone zone)
protected boolean
AreaUseItem.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 boolean
MetalDetector.onUsedInArea(RPEntity user, StendhalRPZone zone, int x, int y)
protected boolean
Shovel.onUsedInArea(RPEntity user, StendhalRPZone zone, int x, int y)
-
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff
Modifier and TypeMethodDescriptionvoid
ExpirationTrackerConfigurator.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff.area
Modifier and TypeMethodDescriptionvoid
MessagingArea.beforeMove(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY)
void
OccupantArea.beforeMove(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY)
void
OnePlayerArea.beforeMove(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY)
void
AreaEntity.onAdded(StendhalRPZone zone)
void
MessagingArea.onAdded(StendhalRPZone zone)
Called when this object is added to a zone.void
OccupantArea.onAdded(StendhalRPZone zone)
Called when this object is added to a zone.void
OnePlayerArea.onAdded(StendhalRPZone zone)
Called when this object is added to a zone.void
MessagingArea.onEntered(ActiveEntity entity, StendhalRPZone zone, int newX, int newY)
void
OccupantArea.onEntered(ActiveEntity entity, StendhalRPZone zone, int newX, int newY)
Invoked when an entity enters the object area.void
OnePlayerArea.onEntered(ActiveEntity entity, StendhalRPZone zone, int newX, int newY)
Invoked when an entity enters the object area.void
MessagingArea.onExited(ActiveEntity entity, StendhalRPZone zone, int newX, int newY)
void
OccupantArea.onExited(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY)
Invoked when an entity leaves the object area.void
OnePlayerArea.onExited(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY)
Invoked when an entity leaves the object area.void
MessagingArea.onMoved(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY)
void
OccupantArea.onMoved(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY)
Invoked when an entity moves while over the object area.void
OnePlayerArea.onMoved(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY)
Invoked when an entity moves while over the object area.void
AreaEntity.onRemoved(StendhalRPZone zone)
void
MessagingArea.onRemoved(StendhalRPZone zone)
Called when this object is being removed from a zone.void
OccupantArea.onRemoved(StendhalRPZone zone)
Called when this object is being removed from a zone.void
OnePlayerArea.onRemoved(StendhalRPZone zone)
Called when this object is being removed from a zone. -
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff.block
Modifier and TypeMethodDescriptionvoid
Block.beforeMove(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY)
void
BlockTargetZoneConfigurator.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
BlockZoneConfigurator.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
Block.onAdded(StendhalRPZone zone)
void
Block.onEntered(ActiveEntity entity, StendhalRPZone zone, int newX, int newY)
void
Block.onEntered(RPObject object, StendhalRPZone zone)
void
Block.onExited(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY)
void
Block.onExited(RPObject object, StendhalRPZone zone)
void
Block.onMoved(ActiveEntity entity, StendhalRPZone zone, int oldX, int oldY, int newX, int newY)
void
Block.onRemoved(StendhalRPZone zone)
-
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff.chest
Modifier and TypeMethodDescriptionvoid
StoredChestConfigurator.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
PersonalChest.onRemoved(StendhalRPZone zone)
void
StoredChest.onRemoved(StendhalRPZone zone)
-
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff.game
ModifierConstructorDescriptionNineSwitchesGameBoard(StendhalRPZone zone, int x, int y)
creates a new NineSwitcheGameBoard. -
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff.office
Modifier and TypeMethodDescriptionvoid
StoredEntityMoveConfigurator.configureZone(StendhalRPZone zone, Map<String,String> attributes)
ModifierConstructorDescriptionArrestWarrantList(StendhalRPZone zone)
Creates 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
-
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff.sound
-
Uses of StendhalRPZone in games.stendhal.server.entity.mapstuff.spawner
Modifier and TypeMethodDescriptionCreatureRespawnPoint.getZone()
return zone where respawn point placedModifierConstructorDescriptionCreatureRespawnPoint(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
-
Uses of StendhalRPZone in games.stendhal.server.entity.player
Modifier and TypeMethodDescriptionvoid
Jail.configureZone(StendhalRPZone zone, Map<String,String> attributes)
boolean
Player.hasVisitedZone(StendhalRPZone zone)
Checks if the player has visited the given zonevoid
Player.onAdded(StendhalRPZone zone)
Called when this object is added to a zone.void
Player.onRemoved(StendhalRPZone zone)
Called when this object is being removed from a zone.boolean
Player.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
ModifierConstructorDescriptionGroundSlot(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
Modifier and TypeMethodDescriptionvoid
FeaturesTestArea.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.abandonedkeep
Modifier and TypeMethodDescriptionvoid
DwarfBuyerGuyNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
DwarfWeaponArmorGuyNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
OrcKillGiantDwarfNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
OrcWeaponArmorGuyNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.animal_sanctuary
Modifier and TypeMethodDescriptionvoid
ZoologistNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure the NPC in a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.bakery
Modifier and TypeMethodDescriptionvoid
BakerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
ItemsOnTable.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.ados.bank
Modifier and TypeMethodDescriptionvoid
BankNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.bar
Modifier and TypeMethodDescriptionvoid
BarMaidNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
ItemsOnTable.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
ItemsOnTableUpstairs.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.ados.barracks
Modifier and TypeMethodDescriptionvoid
BuyerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.castle
Modifier and TypeMethodDescriptionvoid
JesterNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.church
Modifier and TypeMethodDescriptionvoid
HealerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
VergerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.ados.city
Modifier and TypeMethodDescriptionvoid
MakeupArtistNPC.buildFidorea(StendhalRPZone zone, int x, int y)
creates Fidorea in the specified zonevoid
DogNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
FishesNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
ForeignWomanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
HolidayingWomanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
KidGhostNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
KidsNPCs.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MakeupArtistNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
ManWithHatNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
WallSoldier1NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
WallSoldier2NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
WallSoldier3NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.coast
Modifier and TypeMethodDescriptionvoid
FerryConveyerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.ados.entwives
Modifier and TypeMethodDescriptionvoid
EntwifeNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.farmhouse
Modifier and TypeMethodDescriptionvoid
BoyNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
FarmersWifeNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MotherNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.felinashouse
Modifier and TypeMethodDescriptionvoid
CatSellerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
KittensNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.ados.fishermans_hut
Modifier and TypeMethodDescriptionvoid
FishermanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
TeacherNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.forest
Modifier and TypeMethodDescriptionvoid
FarmerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
SickleingHalfelfNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.ados.goldsmith
Modifier and TypeMethodDescriptionvoid
GoldsmithNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MithrilForgerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.hauntedhouse
Modifier and TypeMethodDescriptionvoid
WomanGhostNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.library
Modifier and TypeMethodDescriptionvoid
LibrarianNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
WriterNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.magician_house
Modifier and TypeMethodDescriptionvoid
ItemsOnTable.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
WizardNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.market
Modifier and TypeMethodDescriptionvoid
BBQGrillmasterNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
CafeSellerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
region that this NPC can give information aboutvoid
DistilleryCustomerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
FierywaterDistillerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
FishermansDaughterNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
FishSoupMakerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
FoodSellerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
GrocerySellerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
HalfElfNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
OldFishermanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
OracleNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
WeaponryTraderNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
FishermansDaughterNPC.createFishermansDaughterSellingNPC(StendhalRPZone zone)
-
Uses of StendhalRPZone in games.stendhal.server.maps.ados.meat_market
Modifier and TypeMethodDescriptionvoid
BlacksheepBobNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
BlacksheepHarryNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
BlacksheepJoeNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.outside
Modifier and TypeMethodDescriptionvoid
AnimalKeeperNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
CloaksCollectorNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MagicianHouseGreeterNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
VeterinarianNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.rock
Modifier and TypeMethodDescriptionvoid
WeaponsCollectorNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.rosshouse
Modifier and TypeMethodDescriptionvoid
FatherNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
ItemsOnTable.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
LittleGirlNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
FatherNPC.createDadNPC(StendhalRPZone zone)
void
LittleGirlNPC.createGirlNPC(StendhalRPZone zone)
-
Uses of StendhalRPZone in games.stendhal.server.maps.ados.sewingroom
Modifier and TypeMethodDescriptionvoid
SeamstressNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.snake_pit
Modifier and TypeMethodDescriptionvoid
PurpleCrystalNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.swamp
Modifier and TypeMethodDescriptionvoid
DeathmatchRecruiterNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.tavern
Modifier and TypeMethodDescriptionvoid
BarMaidNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
BarmanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
ItemsOnTable.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.ados.townhall
Modifier and TypeMethodDescriptionvoid
ClerkNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MayorNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
TaxmanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.tunnel
Modifier and TypeMethodDescriptionvoid
CrulaminNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
WishmanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.twilightzone
Modifier and TypeMethodDescriptionvoid
SeamstressNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
SlimeCreature.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ados.wall
Modifier and TypeMethodDescriptionvoid
Deathmatch.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
GreeterSoldierNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
HolidayingBoyNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
HolidayingManNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
WallSoldier1NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
WallSoldier2NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
WallSoldier3NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
WallSoldier4NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
WallSoldier5NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.amazon.fleamarket
Modifier and TypeMethodDescriptionvoid
AmazonMermaidArmorNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.amazon.hut
Modifier and TypeMethodDescriptionvoid
JailedBarbNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
PrincessNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.athor.cave
Modifier and TypeMethodDescriptionvoid
GhostNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MinotaurCreature.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.athor.cocktail_bar
Modifier and TypeMethodDescriptionvoid
BarmanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.athor.dressingroom_female
Modifier and TypeMethodDescriptionvoid
LifeguardNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.athor.dressingroom_male
Modifier and TypeMethodDescriptionvoid
LifeguardNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.athor.holiday_area
Modifier and TypeMethodDescriptionvoid
DiverNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
FerryConveyerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
HotdogLadyNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
HusbandNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
SwimmerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
TouristFromAdosNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
WalkingWomanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
WifeNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
YanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.athor.labyrinth
Modifier and TypeMethodDescriptionvoid
MinotaurKingCreature.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.athor.ship
Modifier and TypeMethodDescriptionvoid
CaptainNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
CargoWorkerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
CoastConveyerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
CookNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
ScubaNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.atlantis.cityinside
Modifier and TypeMethodDescriptionvoid
PotionsDealerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.atlantis.cityoutside
Modifier and TypeMethodDescriptionvoid
GreeterNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.deathmatch
ModifierConstructorDescriptionDeathmatchInfo(Area arena, StendhalRPZone zone, Spot entrance)
Creates a new DeathmatchInfo. -
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.bakery
Modifier and TypeMethodDescriptionvoid
ChefNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
ShopAssistantNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.castle
Modifier and TypeMethodDescriptionvoid
KingNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.dressshop
Modifier and TypeMethodDescriptionvoid
OutfitLenderNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.library
Modifier and TypeMethodDescriptionvoid
LibrarianNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.potionsshop
Modifier and TypeMethodDescriptionvoid
PotionsDealerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.psychicparlor
Modifier and TypeMethodDescriptionvoid
PsychicNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.tannery
Modifier and TypeMethodDescriptionvoid
TannerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.tinyhouse
Modifier and TypeMethodDescriptionvoid
WizardNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityinterior.weaponsshop
Modifier and TypeMethodDescriptionvoid
WeaponDealerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.cityoutside
Modifier and TypeMethodDescriptionvoid
DeniranOldWitchHealerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
LittleGirlNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
MuseumCashierNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
OldFartNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.deniran.river
Modifier and TypeMethodDescriptionvoid
AdosArmy.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
BoatNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
BridgePostNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
DeniranArmy.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
PortManagerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.fado.bakery
Modifier and TypeMethodDescriptionvoid
BakerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.bank
Modifier and TypeMethodDescriptionvoid
TellerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.church
Modifier and TypeMethodDescriptionvoid
PriestNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
VergerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.city
Modifier and TypeMethodDescriptionvoid
GreeterNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
NunNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
RabbitNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
SmallBoyNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.dressingrooms
Modifier and TypeMethodDescriptionvoid
BrideAssistantNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
GroomAssistantNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.forest
Modifier and TypeMethodDescriptionvoid
BeeKeeperNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
CraftsmanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
GreeterNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
ItemsOnTable.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
MeatAndFishSmokerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
OldWitchNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
OldWomanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
WitchNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
WoodCutterNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.hotel
Modifier and TypeMethodDescriptionvoid
GreeterNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
HotelChefNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
HotelGuestNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
TroublesomeCustomerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.fado.house
Modifier and TypeMethodDescriptionvoid
WomanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.hut
Modifier and TypeMethodDescriptionvoid
BlueCrystalNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
SellerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.fado.tavern
Modifier and TypeMethodDescriptionvoid
ItemsOnTable.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
MaidNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.fado.weaponshop
Modifier and TypeMethodDescriptionvoid
BuyerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
RingSmithNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.kalavan.castle
Modifier and TypeMethodDescriptionvoid
ItemsOnTable.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
KingNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MadScientist1NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MadScientist2NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
PrincessNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
SadScientistNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
SadScientsBrother.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.kalavan.citygardens
Modifier and TypeMethodDescriptionvoid
FishermanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
GardenerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
IceCreamSellerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
LittleGirlNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MummyNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
OracleNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.kalavan.cottage
Modifier and TypeMethodDescriptionvoid
HouseKeeperNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.kalavan.cottage_2
Modifier and TypeMethodDescriptionvoid
ConfectionerApplePieNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
ConfectionerCherryPieNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.kalavan.house
Modifier and TypeMethodDescriptionvoid
CommonChest.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.kikareukin.islands
Modifier and TypeMethodDescriptionvoid
AddBalloonListener.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.kirdneh.city
Modifier and TypeMethodDescriptionvoid
FlowerSellerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
GossipNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
KirdnehAnxiousSorceressNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
KirdnehArmorGuyNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
KirdnehFishyMarketNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
LittleGirlNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MummyNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.kirdneh.inn
Modifier and TypeMethodDescriptionvoid
BarmanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
HealerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
ItemsOnTable.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.kirdneh.museum
Modifier and TypeMethodDescriptionvoid
CuratorNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
ItemsOnTable.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
WizardNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.kirdneh.river
Modifier and TypeMethodDescriptionvoid
RetiredTeacherNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.kotoch
Modifier and TypeMethodDescriptionvoid
OrcSamanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
SmithNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.bricabrac
Modifier and TypeMethodDescriptionvoid
BuyerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.city
Modifier and TypeMethodDescriptionvoid
GreeterNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
HealerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.clothing_boutique
Modifier and TypeMethodDescriptionvoid
OutfitLender2NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
OutfitLenderNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.house1
Modifier and TypeMethodDescriptionvoid
ChallengerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
ModifierConstructorDescriptionAdventureIsland(String name, StendhalRPZone zone, Player player)
creates a new AdventureIslandRemover -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.house2
Modifier and TypeMethodDescriptionvoid
WizardNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.school
Modifier and TypeMethodDescriptionvoid
GroundskeeperNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
SpidersCreatures.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
TeacherNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.shrine
Modifier and TypeMethodDescriptionvoid
PriestessNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.magic.theater
Modifier and TypeMethodDescriptionvoid
MagicBarmaidNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MithrilShieldForgerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.mithrilbourgh.stores
Modifier and TypeMethodDescriptionvoid
BuyerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.mithrilbourgh.throne_room
Modifier and TypeMethodDescriptionvoid
BuyerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.assassinhq
Modifier and TypeMethodDescriptionvoid
ChiefFalatheenDishwasherNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
LilJohnnnnyNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
PrincipalNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
SchoolMarmNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.bank
Modifier and TypeMethodDescriptionvoid
BankNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.basement
Modifier and TypeMethodDescriptionvoid
ArcheryDealerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.city
Modifier and TypeMethodDescriptionvoid
GuessKillsNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.flowershop
Modifier and TypeMethodDescriptionvoid
FlowerGrowerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.forest
Modifier and TypeMethodDescriptionvoid
ArcheryRange.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
Dojo.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
DojoSellerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
OracleNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
RedCrystalNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.ModifierConstructorDescriptionTrainingArea(String slot, StendhalRPZone zone, int x, int y, int width, int height, TrainingArea.TrainerNPC trainer, Point endPos, Point gatePos, Direction entersFrom)
TrainingArea(String slot, StendhalRPZone zone, Rectangle shape, TrainingArea.TrainerNPC trainer, Point endPos, Point gatePos, Direction entersFrom)
-
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.hell
Modifier and TypeMethodDescriptionvoid
CaptiveNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
ElementalsNPCs.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
HellTimer.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
Reaper2NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
ReaperClones.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
ReaperNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
HellTimer.onEntered(RPObject object, StendhalRPZone zone)
void
HellTimer.onExited(RPObject object, StendhalRPZone zone)
-
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.postoffice
Modifier and TypeMethodDescriptionvoid
PostNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.river
Modifier and TypeMethodDescriptionvoid
PinkCrystalNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.royal
Modifier and TypeMethodDescriptionvoid
MayorNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.secretroom
Modifier and TypeMethodDescriptionvoid
DarkElvesCreatures.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.tower
Modifier and TypeMethodDescriptionvoid
PrincessNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.tunnel
Modifier and TypeMethodDescriptionvoid
DiscipleAssassinCreature.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
DrowCreatures.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
ThingCreature.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.nalwor.weaponshop
Modifier and TypeMethodDescriptionvoid
BuyerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.northpole
Modifier and TypeMethodDescriptionvoid
JollyOldManAtNorthpoleNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.ModifierConstructorDescriptionNorthpole(String name, StendhalRPZone zone, Player player)
NorthpoleRemover(StendhalRPZone zone)
creates a new NorthpoleIslandRemover -
Uses of StendhalRPZone in games.stendhal.server.maps.orril.bridge
Modifier and TypeMethodDescriptionvoid
GuardNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.orril.castle
Modifier and TypeMethodDescriptionvoid
DemonSkeletonCreature.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
GreenDragonCreature.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.orril.constantines
Modifier and TypeMethodDescriptionvoid
GuardBarracksNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
GuardEntranceNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
LibrarianNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.orril.constantines_villa
Modifier and TypeMethodDescriptionvoid
GuardBarracksNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
GuardEntranceNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
LibrarianNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.orril.dungeon
Modifier and TypeMethodDescriptionvoid
DarkElfNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
GhostNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MithrilbourghTraitorNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
RatChild1NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
RatChild2NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
RatChildBoy1NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
RatChildBoy2NPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.orril.dwarfmine
Modifier and TypeMethodDescriptionvoid
BlacksmithNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
IronBuyerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.orril.magician_house
Modifier and TypeMethodDescriptionvoid
WitchNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.orril.river
Modifier and TypeMethodDescriptionvoid
CampingGirlNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
GoldProspectorNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.quests
-
Uses of StendhalRPZone in games.stendhal.server.maps.quests.allotment
Modifier and TypeMethodDescriptionvoid
AllotmentLessorNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.quests.houses
Modifier and TypeMethodDescriptionvoid
HouseBuyingMain.createAdosNPC(StendhalRPZone zone)
The NPC for Ados Houses.void
HouseBuyingMain.createAthorNPC(StendhalRPZone zone)
The NPC for Athor Apartments.void
HouseBuyingMain.createKalavanNPC(StendhalRPZone zone)
The NPC for Kalavan Houses.void
HouseBuyingMain.createKirdnehNPC(StendhalRPZone zone)
The NPC for Kirdneh Houses. -
Uses of StendhalRPZone in games.stendhal.server.maps.quests.maze
Modifier and TypeMethodDescriptionMazeGenerator.getZone()
Get the zone generated by this maze instance. -
Uses of StendhalRPZone in games.stendhal.server.maps.quests.revivalweeks
ModifierConstructorDescriptioncreates a PhotographerChatAction -
Uses of StendhalRPZone in games.stendhal.server.maps.ratcity.bakery
Modifier and TypeMethodDescriptionvoid
RatChefNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.ratcity.house1
Modifier and TypeMethodDescriptionvoid
OldRatWomanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.sedah.gatehouse
Modifier and TypeMethodDescriptionvoid
GateKeeperNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.sedah.house
Modifier and TypeMethodDescriptionvoid
WannaBeKingNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.sedah.storage
Modifier and TypeMethodDescriptionvoid
StorageNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.apothecary_cabin
Modifier and TypeMethodDescriptionvoid
LabEntrancePortal.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.semos.apothecary_lab
Modifier and TypeMethodDescriptionvoid
ApothecaryNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
LabExitPortal.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
VialOnTable.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.semos.bakery
Modifier and TypeMethodDescriptionvoid
ChefNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
ItemsOnTable.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
ShopAssistantNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.semos.bank
Modifier and TypeMethodDescriptionvoid
CustomerAdvisorNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
ModifierConstructorDescriptionVault(String name, StendhalRPZone zone, Player player)
VaultRemover(StendhalRPZone zone)
creates a new VaultRemover -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.blacksmith
Modifier and TypeMethodDescriptionvoid
BlacksmithAssistantNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
BlacksmithNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.semos.canyon
Modifier and TypeMethodDescriptionvoid
TollboothNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.semos.catacombs
Modifier and TypeMethodDescriptionvoid
VampireLordCreature.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.caves
Modifier and TypeMethodDescriptionvoid
BabyDragonSellerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.city
Modifier and TypeMethodDescriptionvoid
DragonKeeperNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
FertileGrounds.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
GossipNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
GreeterNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
HealerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
MagicTeacherNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
OracleNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
PuppyNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
RetireeNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
RudolphNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
SheepBuyerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
SignLessorNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.semos.dungeon
Modifier and TypeMethodDescriptionvoid
SheepBuyerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.semos.gnomevillage
Modifier and TypeMethodDescriptionvoid
GarbiddleNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.guardhouse
Modifier and TypeMethodDescriptionvoid
RetiredAdventurerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.semos.hostel
Modifier and TypeMethodDescriptionvoid
BoyNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
KidsNPCs.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.house
Modifier and TypeMethodDescriptionvoid
AdminHelpNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
FlowerSellerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
SpiritTrapperNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.semos.jail
Modifier and TypeMethodDescriptionvoid
GuardNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
InmateNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
JailKeeperNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.kanmararn
Modifier and TypeMethodDescriptionvoid
CowardSoldierNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
DuergarKingCreature.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
DwarfGuardNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
SergeantNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.library
Modifier and TypeMethodDescriptionvoid
HistorianGeographerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
LibrarianNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.mines
Modifier and TypeMethodDescriptionvoid
DwarfGuardianNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
HighPriestNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MinerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.semos.mountain
Modifier and TypeMethodDescriptionvoid
BefuddledSorcerorNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
YellowCrystalNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.pad
Modifier and TypeMethodDescriptionvoid
DealerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.plains
Modifier and TypeMethodDescriptionvoid
AddPostmanListener.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
ButterfliesNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
ExperiencedWarriorNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
HoeingManNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
LittleBoyNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MillerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.semos.road
Modifier and TypeMethodDescriptionvoid
BoyGuardianNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.storage
Modifier and TypeMethodDescriptionvoid
HousewifeNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.tavern
Modifier and TypeMethodDescriptionvoid
BarMaidNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
BowAndArrowSellerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
DiceDealerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
RareWeaponsSellerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
StichardRallmanNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
TraderNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.tavern.market
Modifier and TypeMethodDescriptionvoid
TradeCenterZoneConfigurator.configureZone(StendhalRPZone zone, Map<String,String> attributes)
static Market
TradeCenterZoneConfigurator.getShopFromZone(StendhalRPZone zone)
-
Uses of StendhalRPZone in games.stendhal.server.maps.semos.temple
Modifier and TypeMethodDescriptionvoid
HealerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
TelepathNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.townhall
Modifier and TypeMethodDescriptionvoid
CadetsNPCs.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
DecencyAndMannersWardenNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
LeaderNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MayorNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.village
Modifier and TypeMethodDescriptionvoid
FightTrainingNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
RatsCreatures.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
SheepSellerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.semos.wizardstower
Modifier and TypeMethodDescriptionvoid
BlackDeathWizardNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
BlueArchmageNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
BlueIceSorceressNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
FifthFloorCreatures.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
FirstFloorCreatures.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
FourthFloorCreatures.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
GreenNatureWizardNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
OrientalAirWizardNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
RedDemonLordNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
RedFireWizardNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
SecondFloorCreatures.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
SixthFloorCreatures.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
ThirdFloorCreatures.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
WhiteLifeSorceressNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
WizardsGuardStatueNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
void
WizardsGuardStatueSpireNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
-
Uses of StendhalRPZone in games.stendhal.server.maps.semos.yeticave
Modifier and TypeMethodDescriptionvoid
MrsYetiNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
MrYetiNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.wofol.bakery
Modifier and TypeMethodDescriptionvoid
BakerNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.wofol.bar
Modifier and TypeMethodDescriptionvoid
KoboldBarmaidNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.void
KoboldBarRegularNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.wofol.blacksmith
Modifier and TypeMethodDescriptionvoid
BlacksmithNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.wofol.house4
Modifier and TypeMethodDescriptionvoid
TraderNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone. -
Uses of StendhalRPZone in games.stendhal.server.maps.wofol.house5
Modifier and TypeMethodDescriptionvoid
GhostNPC.configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configures a zone. -
Uses of StendhalRPZone in games.stendhal.server.script
Modifier and TypeMethodDescriptionvoid
AdosWildlifeRaid.createSheep(StendhalRPZone zone)
Creates a sheep for the Orcs to targetvoid
AdosWildlifeRaid.createSoldier(StendhalRPZone zone, String name, int x, int y)
Creates a soldiervoid
AdosWildlifeRaid.createSoldiers(StendhalRPZone zone)
Creates three soldiers to block the entrance -
Uses of StendhalRPZone in games.stendhal.server.util
Modifier and TypeMethodDescriptionstatic Entity
EntityHelper.entityFromZoneByID(int objectId, StendhalRPZone zone)
Returns an entity reference by an objectId in a zone.ModifierConstructorDescriptionArea(StendhalRPZone zone, int x, int y, int width, int height)
Creates a new Area.Area(StendhalRPZone zone, Rectangle2D shape)
Creates a new Area.