Uses of Class
games.stendhal.server.core.config.zone.SetupDescriptor
Packages that use SetupDescriptor
-
Uses of SetupDescriptor in games.stendhal.server.core.config
Fields in games.stendhal.server.core.config with type parameters of type SetupDescriptorModifier and TypeFieldDescriptionprotected ArrayList<SetupDescriptor>ZonesXMLLoader.ZoneDesc.descriptorsMethods in games.stendhal.server.core.config that return types with arguments of type SetupDescriptorModifier and TypeMethodDescriptionZonesXMLLoader.ZoneDesc.getDescriptors()Get an iterator of setup descriptors.Methods in games.stendhal.server.core.config with parameters of type SetupDescriptorModifier and TypeMethodDescriptionvoidZonesXMLLoader.ZoneDesc.addDescriptor(SetupDescriptor desc) Add a setup descriptor. -
Uses of SetupDescriptor in games.stendhal.server.core.config.zone
Subclasses of SetupDescriptor in games.stendhal.server.core.config.zoneModifier and TypeClassDescriptionclassA zone configurator [setup] descriptor.classA generic entity setup descriptor.classA portal setup descriptor.Methods in games.stendhal.server.core.config.zone that return SetupDescriptorModifier and TypeMethodDescriptionCreate a setup descriptor from XML data.Create a setup descriptor from XML data.abstract SetupDescriptorCreate a setup descriptor from XML data.Methods in games.stendhal.server.core.config.zone with parameters of type SetupDescriptorModifier and TypeMethodDescriptionprotected voidSetupXMLReader.readParameters(SetupDescriptor desc, Element element) Read paramaters from an XML element.