|
|
operator fun BlockPos.div(other: BlockPos): BlockPos
operator fun BlockPos.div(other: Int): BlockPos
operator fun BlockPos.div(other: Vec3i): BlockPos |
|
|
operator fun BlockPos.minus(other: BlockPos): BlockPos
operator fun BlockPos.minus(other: Int): BlockPos
operator fun BlockPos.minus(other: Vec3i): BlockPos |
|
|
operator fun BlockPos.plus(other: BlockPos): BlockPos
operator fun BlockPos.plus(other: Int): BlockPos
operator fun BlockPos.plus(other: Vec3i): BlockPos |
|
|
operator fun BlockPos.times(other: BlockPos): BlockPos
operator fun BlockPos.times(other: Int): BlockPos
operator fun BlockPos.times(other: Vec3i): BlockPos |