| enum class | Flag : int {
SneakDown = 0
, SneakToggleDown = 1
, WantDownSlow = 2
, WantUpSlow = 3
,
BlockSelectDown = 4
, AscendBlock = 5
, DescendBlock = 6
, JumpDown = 7
,
SprintDown = 8
, UpLeft = 9
, UpRight = 10
, DownLeft = 11
,
DownRight = 12
, Up = 13
, Down = 14
, Left = 15
,
Right = 16
, Ascend = 17
, Descend = 18
, ChangeHeight = 19
,
LookCenter = 20
, SneakInputCurrentlyDown = 21
, SneakInputWasReleased = 22
, SneakInputWasPressed = 23
,
JumpInputWasReleased = 24
, JumpInputWasPressed = 25
, JumpInputCurrentlyDown = 26
, Count = 27
} |