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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configureZone(StendhalRPZone zone, Map<String,String> attributes)
Configure a zone.
-
Constructor Details
-
BlockTargetZoneConfigurator
public BlockTargetZoneConfigurator()
-
-
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.
-