public interface IMapState
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
AllowCancel()
Returns if the current state allows cancelling placement.
|
IMapState |
GetNextMapState()
Gets the next state after the completion of the current state.
|
PieceType |
GetPieceType()
Gets the piece type associated with the current state.
|
java.lang.Boolean |
IsSetup()
Returns if the current state is a map setup state.
|
PieceType GetPieceType()
IMapState GetNextMapState()
java.lang.Boolean IsSetup()
java.lang.Boolean AllowCancel()