Class ViewChangeEntityFactory
java.lang.Object
games.stendhal.server.entity.mapstuff.useable.ViewChangeEntityFactory
- All Implemented Interfaces:
ConfigurableFactory
Factory for ViewChangeEntities
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreate an object.
-
Constructor Details
-
ViewChangeEntityFactory
public ViewChangeEntityFactory()
-
-
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.
-