jvm SlotGridLocation¶ data class SlotGridLocation( val slot: Int, val x: Int, val y: Int ) Constructors¶ SlotGridLocation¶ constructor( slot: Int, x: Int, y: Int ) Properties¶ slot¶ val slot: Int x¶ val x: Int y¶ val y: Int