Coordinate

constructor(x: Short, y: Short)

The coordinates actually only store shorts


constructor(x: Int, y: Int)

Helper constructor to create a coordinate.


constructor(packed: Int)