Class StoredEntityMoveConfigurator
java.lang.Object
games.stendhal.server.entity.mapstuff.office.StoredEntityMoveConfigurator
- All Implemented Interfaces:
ZoneConfigurator
Moves a stored entity to another location.
- Author:
- hendrik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.
-
Constructor Details
-
StoredEntityMoveConfigurator
public StoredEntityMoveConfigurator()
-
-
Method Details
-
configureZone
Description copied from interface:ZoneConfigurator
Configure a zone.- Specified by:
configureZone
in interfaceZoneConfigurator
- Parameters:
zone
- The zone to be configured.attributes
- Configuration attributes.
-