Companion

object Companion

Properties

Link copied to clipboard
const val backward: Int
Link copied to clipboard
const val crouching: Int = 2
Link copied to clipboard
const val died: Int = 6
Link copied to clipboard
const val down: Int
Link copied to clipboard
const val falling: Int = 4
Link copied to clipboard
const val fast: Int
Link copied to clipboard
const val flying: Int = 3
Link copied to clipboard
const val forward: Int
Link copied to clipboard
const val jump: Int = 5
Link copied to clipboard
const val ladder: Int = 7
Link copied to clipboard
const val ladderOut: Int
Link copied to clipboard
const val left: Int
Link copied to clipboard
const val movementDirectionMask: Int = 1008
Link copied to clipboard
const val movementSpeedMask: Int = 3072
Link copied to clipboard
const val movementTypeMask: Int = 15
Link copied to clipboard
const val noDirection: Int = 0
Link copied to clipboard
const val normalSpeed: Int = 0
Link copied to clipboard
const val notRotating: Int = 0
Link copied to clipboard
const val right: Int
Link copied to clipboard
const val rotatingLeft: Int
Link copied to clipboard
const val rotatingRight: Int
Link copied to clipboard
const val rotationMask: Int = 12288
Link copied to clipboard
const val sitting: Int = 1
Link copied to clipboard
const val standing: Int = 0
Link copied to clipboard
const val up: Int
Link copied to clipboard
const val veryFast: Int