Class ConfiguratorDescriptor
java.lang.Object
games.stendhal.server.core.config.zone.SetupDescriptor
games.stendhal.server.core.config.zone.ConfiguratorDescriptor
A zone configurator [setup] descriptor.
-
Field Summary
FieldsFields inherited from class games.stendhal.server.core.config.zone.SetupDescriptor
parameters -
Constructor Summary
ConstructorsConstructorDescriptionConfiguratorDescriptor(String className) Create a zone configurator descriptor. -
Method Summary
Modifier and TypeMethodDescriptionGet the class name of the configurator.voidsetup(StendhalRPZone zone) Do appropriate zone setup.Methods inherited from class games.stendhal.server.core.config.zone.SetupDescriptor
getParameters, setParameter
-
Field Details
-
className
The class name of the configurator.
-
-
Constructor Details
-
ConfiguratorDescriptor
Create a zone configurator descriptor.- Parameters:
className- The class name of the configurator.
-
-
Method Details
-
getClassName
Get the class name of the configurator.- Returns:
- The class name.
-
setup
Do appropriate zone setup.- Specified by:
setupin classSetupDescriptor- Parameters:
zone- The zone.
-