Class ConfiguratorDescriptor

java.lang.Object
games.stendhal.server.core.config.zone.SetupDescriptor
games.stendhal.server.core.config.zone.ConfiguratorDescriptor

public class ConfiguratorDescriptor extends SetupDescriptor
A zone configurator [setup] descriptor.
  • Field Details

    • className

      protected String className
      The class name of the configurator.
  • Constructor Details

    • ConfiguratorDescriptor

      public ConfiguratorDescriptor(String className)
      Create a zone configurator descriptor.
      Parameters:
      className - The class name of the configurator.
  • Method Details

    • getClassName

      public String getClassName()
      Get the class name of the configurator.
      Returns:
      The class name.
    • setup

      public void setup(StendhalRPZone zone)
      Do appropriate zone setup.
      Specified by:
      setup in class SetupDescriptor
      Parameters:
      zone - The zone.