The events that can cause a state to change. Note that these events can be generated repeatedly (for example, on each time step, a right-moving Entity will re-generate MOVE_R), and multiple can be generated in a single instant (e.g., MOVE_R and MOVE_U), so IStateObservers will need to be careful in handling events.

Enumeration Members

CRAWL_N: 16
CRAWL_Y: 15
DISAPPEAR: 17
INV_N: 12
INV_Y: 11
JUMP_N: 14
JUMP_Y: 13
MOVE_E: 2
MOVE_N: 0
MOVE_NE: 1
MOVE_NW: 7
MOVE_S: 4
MOVE_SE: 3
MOVE_SW: 5
MOVE_W: 6
STOP: 8
TOSS_N: 10
TOSS_Y: 9