public interface Mirrorable
Modifier and Type | Method and Description |
---|---|
boolean |
getMirror()
Get current mirror state.
|
boolean |
getMirrorCancel()
Get mirror cancel state.
|
void |
mirror(boolean state)
Set the next mirror state and apply it on next turn.
|
void |
setMirrorCancel(boolean state)
Set cancel state for the mirror operation.
|
void |
updateMirror()
Update mirror and apply it if necessary.
|
void mirror(boolean state)
state
- The next mirror state.void updateMirror()
void setMirrorCancel(boolean state)
state
- The state.boolean getMirrorCancel()
boolean getMirror()
Copyright © 2014 Byron 3D Games Studio. All rights reserved.