Class SetupProcess

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

public class SetupProcess extends Object
This class keeps track of a setup process. It holds the history and the current setup state.
  • Constructor Details

    • SetupProcess

      public SetupProcess()
  • Method Details

    • getCurrentStep

      public SetupStep getCurrentStep()
    • handleInput

      public void handleInput(PlotPlayer<?> plotPlayer, String argument)
    • back

      public void back()