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