Class BlockTargetFactory
java.lang.Object
games.stendhal.server.entity.mapstuff.block.BlockTargetFactory
- All Implemented Interfaces:
ConfigurableFactory
a factory for movable block targets
- Author:
- hendrik
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreate an object.
-
Constructor Details
-
BlockTargetFactory
public BlockTargetFactory()
-
-
Method Details
-
create
Description copied from interface:ConfigurableFactoryCreate an object.- Specified by:
createin interfaceConfigurableFactory- Parameters:
ctx- Configuration context.- Returns:
- A new object, or
nullif allowed by the factory type.
-