Package com.plotsquared.core.setup
Class SettingsNodesWrapper
java.lang.Object
com.plotsquared.core.setup.SettingsNodesWrapper
This class wraps an array of
ConfigurationNodes.-
Constructor Summary
ConstructorsConstructorDescriptionSettingsNodesWrapper(ConfigurationNode[] settingsNodes, SetupStep afterwards) -
Method Summary
Modifier and TypeMethodDescriptionReturns the first step of this wrapper or the step or theafterwardsstep if no step is available.
-
Constructor Details
-
SettingsNodesWrapper
-
-
Method Details
-
getFirstStep
Returns the first step of this wrapper or the step or theafterwardsstep if no step is available.- Returns:
- the first step or
afterwards.
-
getSettingsNodes
-
getAfterwards
-