public interface BlockState
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns description of the block.
|
java.lang.String |
getId()
Returns id of the block.
|
BlockExecutionState |
getState()
Returns an execution state of the block.
|
java.lang.String getId()
java.lang.String getDescription()
BlockExecutionState getState()