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.
|
default java.lang.Boolean |
hasSteps() |
getDescription, getId, getSatelliteConnectionState, getStateint getCurrentStep()
java.util.List<StepState> getSteps()
default java.lang.Boolean hasSteps()
hasSteps in interface BlockState