Class GateFactory
java.lang.Object
games.stendhal.server.entity.mapstuff.portal.GateFactory
- All Implemented Interfaces:
ConfigurableFactory
creates a gate
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate an object.
-
Constructor Details
-
GateFactory
public GateFactory()
-
-
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.
-