public interface StepBlockState extends BlockState
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentStep()
Returns number of step which is being executed.
|
java.util.List<StepState> |
getSteps()
Returns states of all the states included in this block.
|
getDescription, getId, getStateint getCurrentStep()
java.util.List<StepState> getSteps()