Class SettingsNodesWrapper

java.lang.Object
com.plotsquared.core.setup.SettingsNodesWrapper

public class SettingsNodesWrapper extends Object
This class wraps an array of ConfigurationNodes.
  • Constructor Details

  • Method Details

    • getFirstStep

      public SetupStep getFirstStep()
      Returns the first step of this wrapper or the step or the afterwards step if no step is available.
      Returns:
      the first step or afterwards.
    • getSettingsNodes

      public ConfigurationNode[] getSettingsNodes()
    • getAfterwards

      public SetupStep getAfterwards()