Uses of Class
com.plotsquared.core.configuration.ConfigurationNode
Packages that use ConfigurationNode
Package
Description
-
Uses of ConfigurationNode in com.plotsquared.core.generator
Methods in com.plotsquared.core.generator that return ConfigurationNodeModifier and TypeMethodDescriptionClassicPlotWorld.getSettingNodes()CONFIG NODE | DEFAULT VALUE | DESCRIPTION | CONFIGURATION TYPE | REQUIRED FOR INITIAL SETUP. -
Uses of ConfigurationNode in com.plotsquared.core.plot
Methods in com.plotsquared.core.plot that return ConfigurationNodeModifier and TypeMethodDescriptionabstract ConfigurationNode[]PlotArea.getSettingNodes()Used for the /plot setup command Return null if you do not want to support this feature -
Uses of ConfigurationNode in com.plotsquared.core.plot.world
Methods in com.plotsquared.core.plot.world that return ConfigurationNode -
Uses of ConfigurationNode in com.plotsquared.core.setup
Methods in com.plotsquared.core.setup that return ConfigurationNodeModifier and TypeMethodDescriptionSettingsNodeStep.getConfigurationNode()SettingsNodesWrapper.settingsNodes()Returns the value of thesettingsNodesrecord component.Constructors in com.plotsquared.core.setup with parameters of type ConfigurationNodeModifierConstructorDescriptionSettingsNodeStep(ConfigurationNode configurationNode, int id, SettingsNodesWrapper wrapper) SettingsNodesWrapper(ConfigurationNode[] settingsNodes, SetupStep afterwards) Creates an instance of aSettingsNodesWrapperrecord class.