Class BlockTargetZoneConfigurator
java.lang.Object
games.stendhal.server.entity.mapstuff.block.BlockTargetZoneConfigurator
- All Implemented Interfaces:
ZoneConfigurator
Configurator for a block target
required parameters
- x and y coordinate
optional parameters
- condition the condition to evaluate when a block target can be triggered
- action the trigger action when the block target is triggered
- Author:
- madmetzger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureZone(StendhalRPZone zone, Map<String, String> attributes) Configure a zone.
-
Constructor Details
-
BlockTargetZoneConfigurator
public BlockTargetZoneConfigurator()
-
-
Method Details
-
configureZone
Description copied from interface:ZoneConfiguratorConfigure a zone.- Specified by:
configureZonein interfaceZoneConfigurator- Parameters:
zone- The zone to be configured.attributes- Configuration attributes.
-