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