Uses of Interface
com.plotsquared.core.setup.SetupStep
Packages that use SetupStep
-
Uses of SetupStep in com.plotsquared.core.setup
Classes in com.plotsquared.core.setup that implement SetupStepModifier and TypeClassDescriptionenumclassA SettingsNodeStep is a step wrapping aConfigurationNode.Methods in com.plotsquared.core.setup that return SetupStepModifier and TypeMethodDescriptionSettingsNodesWrapper.afterwards()Returns the value of theafterwardsrecord component.SetupProcess.getCurrentStep()SettingsNodesWrapper.getFirstStep()Returns the first step of this wrapper or the step or theafterwardsstep if no step is available.SettingsNodeStep.handleInput(PlotPlayer<?> plotPlayer, PlotAreaBuilder builder, String argument) SetupStep.handleInput(PlotPlayer<?> plotPlayer, PlotAreaBuilder builder, String argument) Handles the input for this setup step.Constructors in com.plotsquared.core.setup with parameters of type SetupStepModifierConstructorDescriptionSettingsNodesWrapper(ConfigurationNode[] settingsNodes, SetupStep afterwards) Creates an instance of aSettingsNodesWrapperrecord class.